- 论坛徽章:
- 0
|
大家好安装qsopcast出现的问题
g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -I. -I/usr/lib/qt-3.3/include -I.moc/ -o .obj/channel.o channel.cpp
g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -I. -I/usr/lib/qt-3.3/include -I.moc/ -o .obj/config.o config.cpp
g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -I. -I/usr/lib/qt-3.3/include -I.moc/ -o .obj/playfork.o playfork.cpp
playfork.cpp: In member function ‘void PlayFork: nPlayerExit()’:
playfork.cpp:117: 警告:建议显式地使用花括号以避免出现有歧义的‘else’
g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -I. -I/usr/lib/qt-3.3/include -I.moc/ -o .obj/loadsave.o loadsave.cpp
loadsave.cpp: In member function ‘void LoadSave::loadopenstate()’:
loadsave.cpp:107: 警告:忽略声明有 warn_unused_result 属性的‘ssize_t read(int, void*, size_t)’的返回值
loadsave.cpp: In member function ‘void LoadSave::saveopenstate()’:
loadsave.cpp:131: 警告:忽略声明有 warn_unused_result 属性的‘ssize_t write(int, const void*, size_t)’的返回值
g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -I. -I/usr/lib/qt-3.3/include -I.moc/ -o .obj/main.o main.cpp
main.cpp: In function ‘int main(int, char**)’:
main.cpp:47: 错误:‘srand’在此作用域中尚未声明
make: *** [.obj/main.o] 错误 1 |
|