Nicolas
15.08.01, 23:00
Hallo Leute!
Wenn ich kdelibs compilieren möchte kommt irgendwann immer folgender Compilierfehler:
make[2]: Entering directory `/home/nicolas/KDE2.2/kdelibs-2.2/libkmid'
/bin/sh ../libtool --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kssl -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/local/kde/include -D_REENTRANT -DNDEBUG -O2 -march=i686 -O3 -fno-exceptions -fno-check-new -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c deviceman.cc
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kssl -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/local/kde/include -D_REENTRANT -DNDEBUG -O2 -march=i686 -O3 -fno-exceptions -fno-check-new -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c deviceman.cc -fPIC -DPIC -o .libs/deviceman.o
deviceman.cc: In method `int DeviceManager::initManager()':
deviceman.cc:294: aggregate `struct snd_seq_client_info_t clienti' has incomplete type and cannot be initialized
deviceman.cc:295: aggregate `struct snd_seq_port_info_t porti' has incomplete type and cannot be initialized
deviceman.cc:300: `SND_SEQ_OPEN' undeclared (first use this function)
deviceman.cc:300: (Each undeclared identifier is reported only once
deviceman.cc:300: for each function it appears in.)
deviceman.cc:302: aggregate `struct snd_seq_system_info_t info' has incomplete type and cannot be initialized
deviceman.cc:304: confused by earlier errors, bailing out
make[2]: *** [deviceman.lo] Error 1
make[2]: Leaving directory `/home/nicolas/KDE2.2/kdelibs-2.2/libkmid'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nicolas/KDE2.2/kdelibs-2.2'
make: *** [all-recursive-am] Error 2
Kann mir irgendjemand helfen? (Ich hoffe es liegt nicht wieder an meinem Compiler(gcc2.95.2.1). *g*)
[ 16. August 2001: Beitrag editiert von: Nicolas ]
Wenn ich kdelibs compilieren möchte kommt irgendwann immer folgender Compilierfehler:
make[2]: Entering directory `/home/nicolas/KDE2.2/kdelibs-2.2/libkmid'
/bin/sh ../libtool --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kssl -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/local/kde/include -D_REENTRANT -DNDEBUG -O2 -march=i686 -O3 -fno-exceptions -fno-check-new -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c deviceman.cc
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kssl -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/local/kde/include -D_REENTRANT -DNDEBUG -O2 -march=i686 -O3 -fno-exceptions -fno-check-new -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c deviceman.cc -fPIC -DPIC -o .libs/deviceman.o
deviceman.cc: In method `int DeviceManager::initManager()':
deviceman.cc:294: aggregate `struct snd_seq_client_info_t clienti' has incomplete type and cannot be initialized
deviceman.cc:295: aggregate `struct snd_seq_port_info_t porti' has incomplete type and cannot be initialized
deviceman.cc:300: `SND_SEQ_OPEN' undeclared (first use this function)
deviceman.cc:300: (Each undeclared identifier is reported only once
deviceman.cc:300: for each function it appears in.)
deviceman.cc:302: aggregate `struct snd_seq_system_info_t info' has incomplete type and cannot be initialized
deviceman.cc:304: confused by earlier errors, bailing out
make[2]: *** [deviceman.lo] Error 1
make[2]: Leaving directory `/home/nicolas/KDE2.2/kdelibs-2.2/libkmid'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nicolas/KDE2.2/kdelibs-2.2'
make: *** [all-recursive-am] Error 2
Kann mir irgendjemand helfen? (Ich hoffe es liegt nicht wieder an meinem Compiler(gcc2.95.2.1). *g*)
[ 16. August 2001: Beitrag editiert von: Nicolas ]