|
|
发行版是SUSE 10.0
qt3
开发一个窗口程序时出的错,望高手指点,谢谢
g++ -c -pipe -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -Wall -W -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/lib/qt3/include -o cs.o cs.cpp
In file included from cs.cpp:5:
globle.h:3:45: warning: no newline at end of file
/usr/lib/qt3/include/qtextstream.h:70: error: expected unqualified-id before numeric constant
/usr/lib/qt3/include/qtextstream.h:70: error: expected `)' before numeric constant
/usr/lib/qt3/include/qtextstream.h:204: error: expected unqualified-id before numeric constant
/usr/lib/qt3/include/qtextstream.h:204: error: expected `)' before numeric constant
/usr/lib/qt3/include/qtextstream.h:220: error: expected unqualified-id before numeric constant
/usr/lib/qt3/include/qtextstream.h:220: error: expected `)' before numeric constant
make: *** [cs.o] 错误 1
Rob@Mylinux:~/Projects/ChatProj> |
|