Re: Installing Zinf 2.2 on redhat 8.0
Ed Sweetman <[email protected]> Wed, 26 Feb 2003 11:21:51 -0500
| Newsgroups | gmane.comp.audio.zinf.user |
|---|---|
| Message-ID | <[email protected]> |
Georg Boecherer wrote: > I had some problems compiling zinf on RedHat 8.0 too, but now its > working. try the following: > > unpack musicbrainz-1.1.0 and compile it with > #./configure > #make > #su > #make install > #ldconfig > > now get zinf-2.2.3.tar.gz from > http://switch.dl.sourceforge.net/sourceforge/zinf/ > > unpack it > #tar -yxvf zinf-2.2.3.tar.gz > > now you have to change something in the code: > in the file > ./zinf-2.2.3/plm/metadata/id3lib/id3lib.cpp > there is > > #include <id3/tag.h> > > change it to > > #include "tag.h" > > now compile zinf > Wrong. If you do this you're not compiling against the correct header. You should have a /usr/include/id3 directory or /usr/local/include/id3 directory on your system. If you dont then you dont have libid3 development files installed. The id3 crap in the source tree is to be removed soon, it was left in the source tree out of laziness. ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp