DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2933
Version: 1.3-current
Fix Version: 1.3.2


Okay, then your problem is solved ?

I still believe that it was only a problem of relics of previous builds in
the same source tree. You should really clean your sources and run
autoconf/configure from scratch, if you want to change the configuration.

Here is what I did with your configure commands as posted in Cygwin.tbz:

$ make distclean
=== cleaning jpeg ===
=== cleaning png ===
=== cleaning src ===
=== cleaning fluid ===
=== cleaning test ===
=== cleaning documentation ===
$ autoconf -f
$ cat str/Cygwin/error/Configure.fltk13
#! /bin/bash
# do_configure:
        ./configure \
        --enable-cygwin \
        --prefix=/usr/local/fltk13 \
        --enable-shared \
        --disable-x11 \
        --enable-threads \
        --enable-largefile \
        --disable-localjpeg \
        --disable-localpng \
        --disable-localzlib
$ str/Cygwin/error/Configure.fltk13
checking for gcc... gcc
...

Configuration Summary
-------------------------------------------------------------------------
    Directories: prefix=/usr/local/fltk13
                 bindir=${exec_prefix}/bin
                 datadir=${datarootdir}
                 datarootdir=${prefix}/share
                 exec_prefix=${prefix}
                 includedir=${prefix}/include
                 libdir=${exec_prefix}/lib
                 mandir=${datarootdir}/man
       Graphics: GDI
Image Libraries: JPEG=Builtin
                 PNG=Builtin
                 ZLIB=System
    Large Files: YES
         OpenGL: YES
        Threads: YES
configure: creating ./config.status
config.status: creating makeinclude
config.status: creating fltk.list
config.status: creating fltk-config
config.status: creating fltk.spec
config.status: creating FL/Makefile
config.status: creating config.h
$ make
=== making jpeg ===
...

Note that JPEG and PNG fell back to using the builtin versions, since I
don't have the JPEG and PNG libs and/or headers installed.

This ran to completion w/o warnings or errors. You can view the full log
in the attached file:
http://www.fltk.org/strfiles/2933/str-2933_cygwin_log.txt

I'd appreciate if you could confirm that it works for you as well with the
given commands.

I consider this STR resolved now, but waiting for feedback...


Link: http://www.fltk.org/str.php?L2933
Version: 1.3-current
Fix Version: 1.3.2

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to