返回信息流今天编译qt-2.3.10+qtopia-free-2.1.1,又出现问题如下:
1.qt-2.3.10编译通过,但qtopia-free-2.1.1不行,提示"Qtopia requires JPEG support but Qt/Embedded is not configured with JPEGsupport. Please reconfigure Qt/Embedded."
具体的过程如下
[root@localhost qt-2.3.10]# export QTEDIR=$PWD
[root@localhost qt-2.3.10]# export QTDIR=$PWD
[root@localhost qt-2.3.10]# export PATH=$QTDIR/bin:$PATH
[root@localhost qt-2.3.10]# export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
[root@localhost qt-2.3.10]# ./configure -xplatform linux-arm-g++ -qconfig qpe -qvfb -depths 4,8,16,32
[root@localhost qt-2.3.10]# make sub-src
[root@localhost qtopia-free-2.1.1]# export QTDIR=$QTEDIR
[root@localhost qtopia-free-2.1.1]# export QPEDIR=$PWD
[root@localhost qtopia-free-2.1.1]# export PATH=$QPEDIR/bin:$PATH
[root@localhost qtopia-free-2.1.1]# ./configure -platform linux-arm-g++
Qtopia requires JPEG support but Qt/Embedded is not configured with JPEG
support. Please reconfigure Qt/Embedded.
有谁会吗?
这是一条镜像帖。来源:北邮人论坛 / embedded-system / #5337同步于 2009/7/12
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Embedded_System机器人发帖
求助安装qtopia遇见的问题
lovewsq
2009/7/12镜像同步5 回复
订阅后,新回复会通过你的通知中心匿名送达。
5 条回复
Qtopia不提供jpeg库。 Qtopia需要Qt/Embedded配置为支持jpeg。
libjpeg 搜一下
【 在 lovewsq (love_wsq) 的大作中提到: 】
: 今天编译qt-2.3.10+qtopia-free-2.1.1,又出现问题如下:
: 1.qt-2.3.10编译通过,但qtopia-free-2.1.1不行,提示"Qtopia requires JPEG support but Qt/Embedded is not configured with JPEGsupport. Please reconfigure Qt/Embedded."
: 具体的过程如下
: ...................
【 在 lovewsq 的大作中提到: 】
: 今天编译qt-2.3.10+qtopia-free-2.1.1,又出现问题如下:
: 1.qt-2.3.10编译通过,但qtopia-free-2.1.1不行,提示"Qtopia requires JPEG support but Qt/Embedded is not configured with JPEGsupport. Please reconfigure Qt/Embedded."
: 具体的过程如下
: ...................
学习之
你的qtopia 环境搭建好了,都用了哪些东西
我也在搞qtopia,有点乱
【 在 lovewsq 的大作中提到: 】
: 今天编译qt-2.3.10+qtopia-free-2.1.1,又出现问题如下:
: 1.qt-2.3.10编译通过,但qtopia-free-2.1.1不行,提示"Qtopia requires JPEG support but Qt/Embedded is not configured with JPEGsupport. Please reconfigure Qt/Embedded."
: 具体的过程如下
: ...................
请问,我在make sub-src 出错。。。你们有过吗?出错原因是make 问题。。
./configure 里面加上 -qt-libjpeg 选项,可以不用外部的jpeg库,编译出来的图形库会在plugins\imageformats 里面,我是用的qt4的版本,不知道早期的qt版本是不是也是这样配置的,看看 ./configure --help吧
【 在 Wyatt 的大作中提到: 】
: 学习之
: 你的qtopia 环境搭建好了,都用了哪些东西
: 我也在搞qtopia,有点乱
搭建好了 ,后来我用了qtopia4.3的就没有问题了