hiolan 发表于 2013-9-1 17:43:01

我在移植qtopia时,configure时总出现The tslib functionality test failed!

我在移植qtopia时,configure时总出现The tslib functionality test failed!
大致步骤如下:
            tslib-1.4编译通过,安装到/home/davinci/mytslib/下,
         将qtopia-core-opensource-src-4.3.5.tar.gz,进入/home/davinci/software/qtopia-core-opensource-src-4.3.5/中

            执行./configure -embedded arm -xplatform qws/linux-arm-g++ -depths 4,8,16,32 -no-qt3support -prefix ${HOME}/qt -fast -qt-sql-sqlite -no-libtiff -no-libmng -qt-libjpeg -qt-zlib -qt-libpng -qt-freetype -optimized-qmake -no-nis -no-separate-debug-info -no-qvfb -qt-gfx-linuxfb -no-gfx-qvfb -qt-kbd-usb -no-kbd-qvfb -no-mouse-qvfb -no-mouse-linuxtp -qt-mouse-pc -qt-mouse-tslib -I${HOME}/mytslib/include -L ${HOME}/mytslib/lib            
其中我已经指定了头文件目录和库文件目录

但是在configure过程中,出现如下错误:

         The tslib functionality test failed!

             You might need to add additional include and library search paths

                by passing the -I and -L switches to ./configure.

从提示可以看出大致是没指定头文件和库文件,但我不是已经指定了吗?请问这个是什么原因?

请问这是为什么啊,我晕了,谢谢各位朋友帮忙指点。不要不回复我啊,我看了论坛上相同的帖子,都没有回。最好详细的告诉我解决方法和步骤,谢谢。

飞凌-unix 发表于 2013-9-2 20:12:30

楼主你看看你的环境变量是不是没有指定对啊
页: [1]
查看完整版本: 我在移植qtopia时,configure时总出现The tslib functionality test failed!