Re: Installing Zinf 2.2 on redhat 8.0
Georg Boecherer <[email protected]> Wed, 26 Feb 2003 19:11:46 +0100 (MET)
| 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. > > @ed: thanx! now it workes, I got even the CVS-version compiled. Good that the id3 things will get removed, I got these error messages and found the stuff in tag.h in the id3v2 folder that came with the sources- so its not easy to see at once that you have to get the id3lib-stuff separatly:-) @bob: you have to get the newest version of id3lib from http://id3lib.sourceforge.net and compile it the same way as musicbrainz... then you compile zinf 2.2.3 WITHOUT changing anything in the sources :-) for me it worked than on RedHat 8.0. have fun, georg ------------------------------------------------------- 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