> r6519 is now generalizing latest png configure.in code to 
> jpeg and z libs.
> Also, it now warns the user if he asked for a system 
> (jpeg,z,png) lib that was not available.
> Very unfortunately, it still doesn't make coffee.
> Please, review the changes.

Hi Fabien,

Problem here, WinXP/mingw, configure did not find my system jpeg
headers/lib, but did correctly find zlib and png...

Configured with:

./configure --enable-threads --enable-cairo
CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib


Got...
        :
checking for dlfcn.h... no
checking for jpeg_CreateCompress in -ljpeg... yes
checking jpeg.h usability... no
checking jpeg.h presence... no
checking for jpeg.h... no
        :

(Note: is jpeg.h what we should look for? Lib jpeg-6b seems to use
jpeglib.h?)

$ ls /usr/local/include/jp*
/usr/local/include/jpeglib.h


Configuration Summary
------------------------------------------------------------------------
-
    Directories: prefix=/usr/local
                 bindir=${exec_prefix}/bin
                 datadir=${prefix}/share
                 datarootdir=
                 exec_prefix=${prefix}
                 includedir=${prefix}/include
                 libdir=${exec_prefix}/lib
                 mandir=${prefix}/man
       Graphics: GDI
Image Libraries: JPEG=Builtin
                 PNG=System
                 ZLIB=System
                 CAIRO=lib
    Large Files: YES
         OpenGL: YES
        Threads: YES


-- 
Ian



SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to