Код: Выделить всё
[exp@localhost apollo-1.4.2-1]$ ./configure.sh
TMake not found, switching to QMake
Configuring Apollo:
Building for release
Checking whether STL can be used... STL support added
Checking for Qt... yes, in /usr/lib/qt3/ (Building for Qt 3.x)
Checking whether KDE can be used... KDE support omitted
Checking for id3lib... yes
Creating Makefile
Apollo is now configured for building. Just run gmake.
[exp@localhost apollo-1.4.2-1]$ gmake
g++ -c -pipe -w -Wno-ctor-dtor-privacy -O2 -DENABLE_MPG123 -DOS_UNIX -DAPOLLO_USE_STL -DUSING_QT3 -DENABLE_ID3 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I/usr/lib/qt3//include -Imoc/ -o obj/main.o main.cpp
globalaccel.h:147: error: extra qualification ‘GlobalAccel::’ on member ‘setKeys’
gmake: *** [obj/main.o] Ошибка 1В сопроводительных документах пишут, что QMake полностью совместим с TMake (стало быть, причина не в нём...).
Компилировал в среде Gnome, настораживает выражение "KDE support omitted", хотя, это же просто игнорирование..