标题:tmake的时候报错,请指点
作者:the_gadfly
日期:2009-03-04 09:35
内容:
Makefile:115: warning: overriding commands for target `moc_form_main.cpp'
Makefile:112: warning: ignoring old commands for target `moc_form_main.cpp'
arm-linux-g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/opt/EmbedSky/Qte/touch-qtopia/qt/include -I/opt/EmbedSky/Qte/touch-qtopia/qtopia/include -o main.o main.cpp
main.cpp: In function `int main(int, char**)':
main.cpp:7: error: `form_main' undeclared (first use this function)
main.cpp:7: error: (Each undeclared identifier is reported only once for each
function it appears in.)
main.cpp:7: error: parse error before `;' token
main.cpp:8: error: `w' undeclared (first use this function)
make: *** Error 1
这是怎么回事呢?求大家解答
#1 [the_gadfly 03-05 12:43]
自己顶!
#2 [wangdongbin 03-05 13:05]
就是有些变量没定义啊看提示改嘛
#3 [the_gadfly 03-05 17:24]
谢谢2楼
#4 [the_gadfly 03-06 19:13]
结贴,谢谢大家关心