I got an error message while compiling the latest 0.9.4 (and older 0.9.3) svn release and the process aborts without compiling.
make output: make[2]: Entering directory `/usr/src/hydrogen0.9.4_svn/hydrogen/libs/hydrogen' g++ -c -include objs/hydrogen -pipe -g -g -Wall -fPIC -D_REENTRANT -Wall -W -DALSA_SUPPORT -DJACK_SUPPORT -DFLAC_SUPPORT -DLADSPA_SUPPORT -DLRDF_SUPPORT -DOSS_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I../.. -Iinclude -I. -I. -o objs/flac_file.o src/flac_file.cpp src/flac_file.cpp: In member function ‘void H2Core::FLACFile_real::load(std::string)’: src/flac_file.cpp:164: error: ‘set_filename’ was not declared in this scope src/flac_file.cpp:166: error: no matching function for call to ‘H2Core::FLACFile_real::init()’ /usr/include/FLAC++/decoder.h:226: note: candidates are: virtual FLAC__StreamDecoderInitStatus FLAC::Decoder::File::init(FILE*) /usr/include/FLAC++/decoder.h:227: note: virtual FLAC__StreamDecoderInitStatus FLAC::Decoder::File::init(const char*) /usr/include/FLAC++/decoder.h:228: note: virtual FLAC__StreamDecoderInitStatus FLAC::Decoder::File::init(const std::string&) src/flac_file.cpp:167: error: ‘FLAC__FILE_DECODER_OK’ was not declared in this scope src/flac_file.cpp:171: error: ‘process_until_end_of_file’ was not declared in this scope make[2]: *** [objs/flac_file.o] Error 1 make[2]: Leaving directory `/usr/src/hydrogen0.9.4_svn/hydrogen/libs/hydrogen' make[1]: *** [sub-hydrogen-make_default] Error 2 make[1]: Leaving directory `/usr/src/hydrogen0.9.4_svn/hydrogen/libs' make: *** [sub-libs-make_default] Error 2 My linuxbox: Linux TRANTOR 2.6.17-rt7-realtime #1 PREEMPT Sun Aug 20 02:21:05 CEST 2006 i686 GNU/Linux gcc version 4.1.3 20070629 (prerelease) (Debian 4.1.2-13) /lib/libc-2.5.so Qt version 4.3.0 QMake version 2.01a Flac: libflac++-dev 1.1.4-3 libflac-dev 1.1.4-3 libflac++6 1.1.4-3 libflac8 1.1.4-3 Thanks Alex ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
