Hi there, i tried to compile the svn version, and it does not do it. I got gcc 4.1.1, qt3 and qt4 installed. QT3 is the default qt
My paths are qt3 = /usr/lib/qt/3 qt4 = /usr/lib64/qt4 $QTDIR=/usr/lib/qt/3 i added the qt4 path to the configure script, and it does not find it. Then tried qmake, than make and the output is [...] g++ -c -include objs/hydrogen -pipe -g -Wall -O2 -fPIC -D_REENTRANT -Wall -W -DALSA_SUPPORT -DJACK_SUPPORT -DFLAC_SUPPORT -DLADSPA_SUPPORT -DLRDF_SUPPORT -DOSS_SUPPORT -DCONFIG_PREFIX=\"\" -DDATA_PATH= \"/share/hydrogen/data\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../share/qt4/mkspecs/linux-g++ -I. -I../../../../include/qt4/QtCore -I../../../../include/qt4/QtGui -I../../../../include/qt4 -I../.. -Iinclude -I. -I. -o objs/SoundLibrary.o src/SoundLibrary.cpp src/SoundLibrary.cpp:35:48: error: libtar.h: No such file or directory src/SoundLibrary.cpp: In static member function 'static void H2Core::Drumkit::install(const std::string&)': src/SoundLibrary.cpp:150: error: 'TAR' was not declared in this scope src/SoundLibrary.cpp:150: error: 'tarFile' was not declared in this scope src/SoundLibrary.cpp:155: error: 'TAR_VERBOSE' was not declared in this scope src/SoundLibrary.cpp:155: error: 'TAR_GNU' was not declared in this scope src/SoundLibrary.cpp:155: error: 'tar_open' was not declared in this scope src/SoundLibrary.cpp:161: error: 'tar_extract_all' was not declared in this scope src/SoundLibrary.cpp:165: error: 'tar_close' was not declared in this scope make[2]: *** [objs/SoundLibrary.o] Error 1 make[2]: Leaving directory `/usr/src/trunk/libs/hydrogen' make[1]: *** [sub-hydrogen-make_default] Error 2 make[1]: Leaving directory `/usr/src/trunk/libs' make: *** [sub-libs-make_default] Error 2 [...] Then finally tried to run the bin, and it fails because of [...]./hydrogen.bin: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory [...] libgssapi is installed, but there is no libgssapi_krb5, does it mean it has something to do with Kerberos? Whats the trick, what do i miss? thx Piotr ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
