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: *** [main.o] Error 1
这是怎么回事呢?求大家解答