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


Click here to return to the 'Errors Compiling' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Errors Compiling
Authored by: jakobie on Nov 14, '03 08:51:48PM

All right, I did all of this

daaplib
libhttpd
libid3tab
zlib

When I "make" daapd I get an error

[jakobie:jakobie/Desktop/daapd-0.2.1c] jakobie# make
g++ -Wall -Wno-multichar -I. -c daapd.cc
In file included from daapd.cc:24:
types.h:35:20: id3tag.h: No such file or directory
In file included from daapd.cc:24:
types.h:357: `id3_tag' was not declared in this scope
types.h:357: `tag' was not declared in this scope
types.h:357: parse error before `char'
make: *** [daapd.o] Error 1

Any ideas?



[ Reply to This | # ]
Errors Compiling
Authored by: kodiaksystems on Nov 16, '03 04:13:34PM

i had the same on suse 7.1 ... seems i had an old version of libid3
- i just uninstalled the package, and grab the latest version and was ok... if youve installed the latest version.. .then perhaps you need to uninstall the old version



[ Reply to This | # ]