You are not logged in.
So... new to arch linux
and whatnot... wasn't really sure where to post this so here we go.
Rivendell Radio Automation is recommended to run on SuSE is there anyway that it can run on Arch Linux I mean they have on their site some .rpm packages(not sure what the difference is).
Does anyone have any hints as to how to get it running on Arch or to get it to run do i have to put it solely on a suse box(bummer...)?? Thanks in advance!
PS (Sorry if i posted this in the wrong forum...)
Offline
So i got it done and figured that i can make it on the arch box... but i have gotten various errors(most of them because I didn't get all the packages needed) but i just got this new one saying something about int16_t has not been declared. opened the file .h file and these are the lines of code that it seems to be having trouble with:
void Int16ToFloat(int16_t *inbuf,float *outbuf,int frames);
void FloatToInt16(float *inbuf,int16_t *outbuf,int frames);
any thoughts about it would be helpful(i'm a total n00b when it comes to C++/C)
Thanks
Offline