myk@lappy486:~/Downloads/hydrogen/0.9.3$ make
make[1]: Entering directory `/home/myk/Downloads/hydrogen/0.9.3'
g++ -c -pipe -g -w -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -Isrc -I/usr/include/qt3 -o src/FLACFile.o src/lib/FLACFile.cpp
src/lib/FLACFile.cpp: In member function ‘void FLACFile_real::load(std::string)’:
src/lib/FLACFile.cpp:167: error: ‘set_filename’ was not declared in this scope
src/lib/FLACFile.cpp:169: error: no matching function for call to ‘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/lib/FLACFile.cpp:170: error: ‘FLAC__FILE_DECODER_OK’ was not declared in this scope
src/lib/FLACFile.cpp:174: error: ‘process_until_end_of_file’ was not declared in this scope
make[1]: *** [src/FLACFile.o] Error 1
make[1]: Leaving directory `/home/myk/Downloads/hydrogen/0.9.3'
make: *** [hydrogenPlayer] Error 2
myk@lappy486:~/Downloads/hydrogen/0.9.3$