在编译hello程序的时候出现这个,是什么原因?
root@ubuntu:/opt/FriendlyARM/mini2440/arm-qtopia/hello# ./build
rm -f .obj/release-shared/moc_hello_base.o
rm -f .moc/release-shared/moc_hello_base.cpp
rm -f .ui/release-shared/hello_base.cpp .ui/release-shared/hello_base.h
rm -f .obj/release-shared/hello.o .obj/release-shared/main.o .obj/release-shared/hello_base.o
rm -f *~ core *.core
/opt/FriendlyARM/mini2440/arm-qtopia/qtopia-2.2.0-FriendlyARM/qt2/bin/uic hello_base.ui -o .ui/release-shared/hello_base.h
make: /opt/FriendlyARM/mini2440/arm-qtopia/qtopia-2.2.0-FriendlyARM/qt2/bin/uic:命令未找到
make: *** [.ui/release-shared/hello_base.h] 错误 127
root@ubuntu:/opt/FriendlyARM/mini2440/arm-qtopia/hello#
还有,qtopia编程这块,手册都有错误,在hello程序目录编译qtopia,在qtopia目录里编译hello。
在编译konq什么的时候错误一大堆
你们在这块有没有稍微详细的开发资料,我们新手到这里可就完全傻眼了。
比如那个make从哪里来的,是什么开发工具生成的还是你们手写的?我知道最新的qtopia-core只要qmake就能生成,可是怎么移植能否移植兼容性我就不知道了。
就这些问题。
谢谢!\
后来分步编译,结果如下
make[1]: 正在进入目录 `/opt/FriendlyARM/mini2440/arm-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/qmake'
.make[1]:正在离开目录 `/opt/FriendlyARM/mini2440/arm-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/qmake'
Creating pngscale...make[1]: 正在进入目录 `/opt/FriendlyARM/mini2440/arm-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/util/pngscale'
..make[1]: *** [../../bin/pngscale] 错误 1
make[1]:正在离开目录 `/opt/FriendlyARM/mini2440/arm-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/util/pngscale'
Failed to make pngscale
***********************************************************************
*
* ERROR: Building Qtopia has failed.
*
* Please search the make output for any error messages.
*
* Hint: If the configuration has changed since the last successfull
* build consider using make clean to ensure that all binaries
* are rebuilt using the new configuration.
*
* For more information about the build process please use a browser
* and go to the getting started section in:
* /opt/FriendlyARM/mini2440/arm-qtopia/qtopia-2.2.0-FriendlyARM/qtopia/doc/html/index.html
*
***********************************************************************
是否需要什么工具没装还是什么?
[ 此帖被txgtxg在2009-08-17 09:28重新编辑 ]