Re: xingmp3 decoder

2001-03-14 Thread Jason Woodward
Depending on how recent a version of the freeamp source you have (probably if it is a year old or newer) there is a Makefile.towav in the root directory of the .tgz. I believe make -f Makefile.towav will do it. The jist of what it does is, in fact, gcc *.c. What you are missing is the -I../

Re: xingmp3 decoder

2001-03-14 Thread rob
On 14 Mar, Kevin Martinet wrote: > Hi. I just been spending two days trying to compile de towave.c file in the > xingmp3 directory of freeamp (lmc/xingmp3/src). I always get errors from one > of the other file that must be compile. Does anyone know where I could find > a proper Makefile to crea

xingmp3 decoder

2001-03-14 Thread Kevin Martinet
Hi. I just been spending two days trying to compile de towave.c file in the xingmp3 directory of freeamp (lmc/xingmp3/src). I always get errors from one of the other file that must be compile. Does anyone know where I could find a proper Makefile to create the towave binary. Before sending thi