|
ore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I.. -I/opt/qt/include -I/usr/X11R6/include -I/opt/kde-3.1.93/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o deviceman.lo `test -f 'deviceman.cc' || echo './'`deviceman.cc
deviceman.cc: In member function `int DeviceManager::initManager()':
deviceman.cc:347: error: aggregate `snd_seq_client_info_t clienti' has
incomplete type and cannot be defined
deviceman.cc:348: error: aggregate `snd_seq_port_info_t porti' has incomplete
type and cannot be defined
deviceman.cc:350: error: `SND_SEQ_OPEN' undeclared (first use this function)
deviceman.cc:350: error: (Each undeclared identifier is reported only once for
each function it appears in.)
deviceman.cc:353: error: aggregate `snd_seq_system_info_t info' has incomplete
type and cannot be defined
make[2]: *** [deviceman.lo] 错误 1
make[2]: Leaving directory `/sources/kdelibs-3.1.93/libkmid'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/sources/kdelibs-3.1.93'
make: *** [all] 错误 2
什么原因啊,开始还能到KDEBASE才出错 |
|