Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'daapd will not compile for me.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
daapd will not compile for me.
Authored by: jackal on Jan 12, '04 10:18:45PM

I installed all the libs no problem. make and make install-ed each one of them with no problem.

Then I when to compile daapd and here's the error I'm getting:
[root@jackal daapd-0.2.1d]# make
c++ -Wall -Wno-multichar -L. -L/usr/local/lib -o daapd daapd.o db.o dboutput.o songcache.o parsemp3.o -ldaaplib -lhttpd-persistent -lid3tag -lz
/usr/local/lib/libhttpd-persistent.a(api.o): In function `httpdReadRequest(httpd *)':
/media/tmp/libs/libhttpd-1.3-persistent-f/src/api.c:367: undefined reference to `__ctype_b'
/media/tmp/libs/libhttpd-1.3-persistent-f/src/api.c:475: undefined reference to `__ctype_b'
/usr/local/lib/libhttpd-persistent.a(api.o): In function `httpdOutput(httpd *, char *)':
/media/tmp/libs/libhttpd-1.3-persistent-f/src/api.c:933: undefined reference to `__ctype_b'
collect2: ld returned 1 exit status
make: *** [daapd] Error 1



[ Reply to This | # ]