I'm wondering if anyone's run into this problem in the past. I downloaded 'lame-3.97' and untar-ed it. I then did a './configure' with no problems. For some reason, whenever I do 'make', it compiles most of the code but at a certain point stops and gives me an error. here is when it starts failing: brhist.c:63:21: error: curses.h: No such file or directory brhist.c:65:20: error: term.h: No such file or directory brhist.c: In function âbrhist_initâ: brhist.c:180: warning: implicit declaration of function âtgetentâ brhist.c:187: warning: implicit declaration of function âtgetnumâ brhist.c:195: warning: implicit declaration of function âtgetstrâ brhist.c:195: warning: assignment makes pointer from integer without a cast brhist.c:200: warning: assignment makes pointer from integer without a cast brhist.c:205: warning: assignment makes pointer from integer without a cast brhist.c:210: warning: assignment makes pointer from integer without a cast make[2]: *** [brhist.o] Error 1 make[2]: Leaving directory `/home/jake/lame-3.97/frontend' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jake/lame-3.97' make: *** [all] Error 2 any help would be great!
Seems like you are lacking a couple of header files.. do you have all the dev kits installed.. (I don't know much about fedora, or lame..)