Qt-embedded-interest Archive, December 2007
Problem on images support of QTE
Message 1 in thread
hi ,everybody! I try to port qte to mips platform, also I want it can display png/gif and jpeg images. But after do that, only png images can be displayed. I don't know why , can you give me a hand? By the way, my qte version is 3.3.8, and my configure command is :
./configure -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql -no-sql-sqlite -little-endian -embedded mips -depths 8,16,18,24,32 -no-qvfb --no-cups -no-ipv6 -no-largefile -system-libpng -system-libjpeg -L/root/libpng-1.2.24/build/lib -L/root/jpeg-6b/build/lib -qt-gif -I/root/libpng-1.2.24/build/include -I/root/jpeg-6b/build/include
According to the configure help information, I have changed QT_BUILDIN_GIF_READER 's value to 1 in the file of "src/kernel/qgif.h". is that right? Any ideas will be appreciated!
2007-12-20
lyore
Message 2 in thread
"javaheart" <javaheart@xxxxxxxxx> wrote:
> hi ,everybody! I try to port qte to mips platform, also I want it can display
> png/gif and jpeg images. ...
>
> ./configure -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql
> -no-sql-sqlite -little-endian -embedded mips -depths 8,16,18,24,32 -no-qvfb
> --no-cups -no-ipv6 -no-largefile -system-libpng -system-libjpeg
> -L/root/libpng-1.2.24/build/lib -L/root/jpeg-6b/build/lib -qt-gif
> -I/root/libpng-1.2.24/build/include -I/root/jpeg-6b/build/include
> ...
>
hi lyore,
you have configured your library with "-system-libpng -system-libjpeg"
options, so your system must supply the libraries: you should have in /usr/lib
on your target system some libjpeg.so and libpng.so.
As alternative you can try to remove the "-system-libpng -system-libjpeg" and
use the options: "-qt-libpng -qt-libjpeg" to use the libjpeg bundled with Qt
(see configure --help).
bye, Giovanni.
To unsubscribe - send "unsubscribe" in the subject to qt-embedded-interest-request@xxxxxxxxxxxxx