bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QT Creator Embedded


From: Paul Smith
Subject: Re: QT Creator Embedded
Date: Sat, 10 Apr 2010 13:46:26 -0400

On Sat, 2010-04-10 at 02:11 -0400, address@hidden wrote:
> When running make after running ./configure -embedded.
> 
> In function `QPngHandlerPrivate::readPngHeader()':
> /home/wheels/qt-everywhere-commercial-src-4.6.2/src/gui/image/qpnghandler.cpp:373:
>  undefined reference to `png_set_longjmp_fn'
> .obj/release-shared-emb-x86/qpnghandler.o: In function
> `QPngHandlerPrivate::readPngImage(QImage*)':
> /home/wheels/qt-everywhere-commercial-src-4.6.2/src/gui/image/qpnghandler.cpp:430:
>  undefined reference to `png_set_longjmp_fn'
> .obj/release-shared-emb-x86/qpnghandler.o: In function
> `QPNGImageWriter::writeImage(QImage const&, int, QString const&, int,
> int)':
> /home/wheels/qt-everywhere-commercial-src-4.6.2/src/gui/image/qpnghandler.cpp:724:
>  undefined reference to `png_set_longjmp_fn'
> collect2: ld returned 1 exit status
> make[1]: *** [../../lib/libQtGui.so.4.6.2] Error 1
> make[1]: Leaving directory
> `/home/wheels/qt-everywhere-commercial-src-4.6.2/src/gui'
> make: *** [sub-gui-make_default-ordered] Error 2
> 
> I am running the latest version of Ubuntu 32bit.  I also have libpng
> installed, even tried reinstalling it. Let me know if I need to get
> you more info, I have never submitted an error report before.

Hi Jarrett;

This mailing list is for problems with GNU make itself: we cannot debug
build problems for random packages that use GNU make unfortunately:
there are too many and they are too diverse.

This looks like an issue with that particular software package, not with
GNU make (make is basically saying it saw that the linker emitted an
error).

You'll need to find a mailing list dedicated to that particular software
package (QT Creator Embedded) and ask on that list about these problems.
Usually you can find information in a text file in the source kit named
something like README, or INSTALL, or BUGS, or similar.  Otherwise you
can search Google etc.

Good luck!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist





reply via email to

[Prev in Thread] Current Thread [Next in Thread]