On Friday 22 September 2006 17:52, Piotr Boguszewski wrote: > Hi there, > Hi Piotr > 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. The configure script doesn't find the QT libs? Can you post here the log?
> 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 Here you need the libtar(-devel) package. > > [...] > > Then finally tried to run the bin, and it fails because of What? How can you run the binary if the compile process was stopped by an error? > > [...]./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? No idea...probably the binary you launched was very very old and linked with some old library... -- comix ------------------------------------------------------------------------- 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
