el Fri, 28 Jan 2005 20:03:36 +0100 Tom Szilagyi <tszilagyi@xxxxxxxxxxxxxxxxxxxxx> escribi?: > > I am pleased to announce the fourth public beta release of Aqualung, hello tom, it seems beta4 won't compile here. i installed a few dependencies i was missing (raptor/liblrdf, libmod), after which ./configure did not complain: configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/html/Makefile config.status: creating skin/Makefile config.status: creating skin/dark/Makefile config.status: creating skin/default/Makefile config.status: creating skin/metal/Makefile config.status: creating skin/woody/Makefile config.status: creating src/Makefile config.status: creating src/po/Makefile config.status: creating config.h config.status: executing default-1 commands ---------------------------------------------------------------------- Configuration summary ===================== File format support: sndfile (WAV, AIFF, etc.) : yes Free Lossless Audio Codec (FLAC) : yes Ogg Vorbis : yes MPEG Audio (MPEG 1-2.5 Layer I-III) : yes MOD Audio (MOD, S3M, XM, IT, etc.) : yes ID3 tags : yes Output driver support: OSS Audio : yes ALSA Audio : yes JACK Audio Server : yes (always) Internal Sample Rate Converter support : yes ---------------------------------------------------------------------- but then make fails thus: make[3]: Entering directory `/usr/local/src/aqualung-0.9beta4/src' gcc -O3 -Wall -DSKINDIR=\"/usr/share/aqualung/skin\" -DLOCALEDIR=\"/usr/share/locale\" -D_GNU_SOURCE -o aqualung about.o core.o file_decoder.o file_info.o gui_main.o music_browser.o options.o playlist.o plugin.o ports.o skin.o transceiver.o trashlist.o volume.o -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -pthread -lgthread-2.0 -lglib-2.0 -L/usr/lib -lxml2 -lz -lpthread -lm -ljack -llrdf -lsamplerate -lasound -lm -ldl -lpthread -lsndfile -lFLAC -lvorbis -lvorbisfile -lmad -lid3tag -lmodplug -lstdc++ -lm file_info.o: In function `show_rva2': file_info.o(.text+0x460d): undefined reference to `id3_frame_field' file_info.o(.text+0x4615): undefined reference to `id3_field_getlatin1' file_info.o(.text+0x4627): undefined reference to `id3_frame_field' file_info.o: In function `show_id3': file_info.o(.text+0x4c96): undefined reference to `id3_frame_field' file_info.o(.text+0x4d1a): undefined reference to `id3_frame_field' file_info.o(.text+0x4d4c): undefined reference to `id3_frame_field' collect2: ld returned 1 exit status make[3]: *** [aqualung] Error 1 make[3]: Leaving directory `/usr/local/src/aqualung-0.9beta4/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/aqualung-0.9beta4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/aqualung-0.9beta4' make: *** [all] Error 2 i tried previous versions, and had no problems whatsoever with beta2 and beta3, both of them compiled fine. best, lj --