![]() |
|
#11
|
||||
|
||||
|
Quote:
I haven't checked since checking out cvs a week ago (just before fltk.org was down) and some of the problems may have been taken care of. I will have to see if the 2.0.x has been updated. As far as switching, forget it. I am very happy with the overall flexibility of my setup. I also use gcc for palm app work (prc-tools, pilrc) and they all work well. It just is trying when I know I could solve some of my trouble with a proper administrative checkup to have cygwin do just as I want it to do, not as it wants to do to me. If I just would allow cvs to work for me instead of short circuiting ( not doing a proper local checkout/check-in ) most of these issues would not give me as much grief. Thanks for the support podarok! Good to know there are people willing to offer direction here. Mark __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
||||
|
#12
|
||||
|
||||
|
Ok, I finally bowed up and got the nerve to try and make the jump to 2.0. I made a few minor adjustments but get to the fluid linking stage and end up with the following errors:
Code:
attached is the configure.log. Any help would be most appreciated. Mark Ok, I can't seem to attach the log so I will add it in it's entirety config.log -----begin This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = roth uname -m = i686 uname -r = 1.5.11(0.116/4/2) uname -s = CYGWIN_NT-5.0 uname -v = 2004-09-04 23:17 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /cygdrive/c/WINNT/system32 PATH: /cygdrive/c/WINNT PATH: /cygdrive/c/WINNT/System32/Wbem PATH: /cygdrive/c/program files/palm PATH: /usr/bin PATH: /PalmDev/PalmOSTools PATH: /PalmDev/PalmOSTools/Palm OS Resource Editor PATH: . PATH: /usr/include PATH: /cygdrive/c/repository ## ----------- ## ## Core tests. ## ## ----------- ## configure:1585: checking for gcc configure:1601: found /usr/bin/gcc configure:1611: result: gcc configure:1855: checking for C compiler version configure:1858: gcc --version </dev/null >&5 gcc (GCC) 3.3.3 (cygwin special) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1861: $? = 0 configure:1863: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry Thread model: posix gcc version 3.3.3 (cygwin special) configure:1866: $? = 0 configure:1868: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:1871: $? = 1 configure:1894: checking for C compiler default output file name configure:1897: gcc -mno-cygwin -mno-cygwin conftest.c >&5 configure:1900: $? = 0 configure:1946: result: a.exe configure:1951: checking whether the C compiler works configure:1957: ./a.exe configure:1960: $? = 0 configure:1977: result: yes configure:1984: checking whether we are cross compiling configure:1986: result: no configure:1989: checking for suffix of executables configure:1991: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:1994: $? = 0 configure:2019: result: .exe configure:2025: checking for suffix of object files configure:2046: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:2049: $? = 0 configure:2071: result: o configure:2075: checking whether we are using the GNU C compiler configure:2099: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:2105: $? = 0 configure:2109: test -z || test ! -s conftest.err configure:2112: $? = 0 configure:2115: test -s conftest.o configure:2118: $? = 0 configure:2131: result: yes configure:2137: checking whether gcc accepts -g configure:2158: gcc -c -g -mno-cygwin conftest.c >&5 configure:2164: $? = 0 configure:2168: test -z || test ! -s conftest.err configure:2171: $? = 0 configure:2174: test -s conftest.o configure:2177: $? = 0 configure:2188: result: yes configure:2205: checking for gcc option to accept ANSI C configure:2275: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:2281: $? = 0 configure:2285: test -z || test ! -s conftest.err configure:2288: $? = 0 configure:2291: test -s conftest.o configure:2294: $? = 0 configure:2312: result: none needed configure:2330: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2336: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2521: checking for g++ configure:2537: found /usr/bin/g++ configure:2547: result: g++ configure:2563: checking for C++ compiler version configure:2566: g++ --version </dev/null >&5 g++ (GCC) 3.3.3 (cygwin special) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2569: $? = 0 configure:2571: g++ -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry Thread model: posix gcc version 3.3.3 (cygwin special) configure:2574: $? = 0 configure:2576: g++ -V </dev/null >&5 g++: `-V' option must have argument configure:2579: $? = 1 configure:2582: checking whether we are using the GNU C++ compiler configure:2606: g++ -c -mno-cygwin -mno-cygwin conftest.cc >&5 configure:2612: $? = 0 configure:2616: test -z || test ! -s conftest.err configure:2619: $? = 0 configure:2622: test -s conftest.o configure:2625: $? = 0 configure:2638: result: yes configure:2644: checking whether g++ accepts -g configure:2665: g++ -c -g -mno-cygwin conftest.cc >&5 configure:2671: $? = 0 configure:2675: test -z || test ! -s conftest.err configure:2678: $? = 0 configure:2681: test -s conftest.o configure:2684: $? = 0 configure:2695: result: yes configure:2737: g++ -c -mno-cygwin -mno-cygwin conftest.cc >&5 configure:2743: $? = 0 configure:2747: test -z || test ! -s conftest.err configure:2750: $? = 0 configure:2753: test -s conftest.o configure:2756: $? = 0 configure:2782: g++ -c -mno-cygwin -mno-cygwin conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:13: error: `exit' undeclared (first use this function) conftest.cc:13: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:2788: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2737: g++ -c -mno-cygwin -mno-cygwin conftest.cc >&5 configure:2743: $? = 0 configure:2747: test -z || test ! -s conftest.err configure:2750: $? = 0 configure:2753: test -s conftest.o configure:2756: $? = 0 configure:2782: g++ -c -mno-cygwin -mno-cygwin conftest.cc >&5 configure:2788: $? = 0 configure:2792: test -z || test ! -s conftest.err configure:2795: $? = 0 configure:2798: test -s conftest.o configure:2801: $? = 0 configure:2826: checking for nroff configure:2844: found /usr/bin/nroff configure:2856: result: /usr/bin/nroff configure:2911: checking for htmldoc configure:2944: result: no configure:2990: checking for ranlib configure:3006: found /usr/bin/ranlib configure:3017: result: ranlib configure:3031: checking for ar configure:3049: found /usr/bin/ar configure:3061: result: /usr/bin/ar configure:3087: checking whether byte ordering is bigendian configure:3114: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3120: $? = 0 configure:3124: test -z || test ! -s conftest.err configure:3127: $? = 0 configure:3130: test -s conftest.o configure:3133: $? = 0 configure:3157: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c: In function `main': conftest.c:19: error: `not' undeclared (first use in this function) conftest.c:19: error: (Each undeclared identifier is reported only once conftest.c:19: error: for each function it appears in.) conftest.c:19: error: parse error before "big" configure:3163: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:3298: result: no configure:3323: checking how to run the C preprocessor configure:3358: gcc -E -mno-cygwin conftest.c configure:3364: $? = 0 configure:3396: gcc -E -mno-cygwin conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3402: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3441: result: gcc -E configure:3465: gcc -E -mno-cygwin conftest.c configure:3471: $? = 0 configure:3503: gcc -E -mno-cygwin conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3509: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3553: checking for egrep configure:3563: result: grep -E configure:3568: checking for ANSI C header files configure:3593: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3599: $? = 0 configure:3603: test -z || test ! -s conftest.err configure:3606: $? = 0 configure:3609: test -s conftest.o configure:3612: $? = 0 configure:3698: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:3701: $? = 0 configure:3703: ./conftest.exe configure:3706: $? = 0 configure:3721: result: yes configure:3745: checking for sys/types.h configure:3761: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3767: $? = 0 configure:3771: test -z || test ! -s conftest.err configure:3774: $? = 0 configure:3777: test -s conftest.o configure:3780: $? = 0 configure:3791: result: yes configure:3745: checking for sys/stat.h configure:3761: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3767: $? = 0 configure:3771: test -z || test ! -s conftest.err configure:3774: $? = 0 configure:3777: test -s conftest.o configure:3780: $? = 0 configure:3791: result: yes configure:3745: checking for stdlib.h configure:3761: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3767: $? = 0 configure:3771: test -z || test ! -s conftest.err configure:3774: $? = 0 configure:3777: test -s conftest.o configure:3780: $? = 0 configure:3791: result: yes configure:3745: checking for string.h configure:3761: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3767: $? = 0 configure:3771: test -z || test ! -s conftest.err configure:3774: $? = 0 configure:3777: test -s conftest.o configure:3780: $? = 0 configure:3791: result: yes configure:3745: checking for memory.h configure:3761: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3767: $? = 0 configure:3771: test -z || test ! -s conftest.err configure:3774: $? = 0 configure:3777: test -s conftest.o configure:3780: $? = 0 configure:3791: result: yes configure:3745: checking for strings.h configure:3761: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3767: $? = 0 configure:3771: test -z || test ! -s conftest.err configure:3774: $? = 0 configure:3777: test -s conftest.o configure:3780: $? = 0 configure:3791: result: yes configure:3745: checking for inttypes.h configure:3761: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3767: $? = 0 configure:3771: test -z || test ! -s conftest.err configure:3774: $? = 0 configure:3777: test -s conftest.o configure:3780: $? = 0 configure:3791: result: yes configure:3745: checking for stdint.h configure:3761: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3767: $? = 0 configure:3771: test -z || test ! -s conftest.err configure:3774: $? = 0 configure:3777: test -s conftest.o configure:3780: $? = 0 configure:3791: result: yes configure:3745: checking for unistd.h configure:3761: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3767: $? = 0 configure:3771: test -z || test ! -s conftest.err configure:3774: $? = 0 configure:3777: test -s conftest.o configure:3780: $? = 0 configure:3791: result: yes configure:3803: checking for short configure:3827: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:3833: $? = 0 configure:3837: test -z || test ! -s conftest.err configure:3840: $? = 0 configure:3843: test -s conftest.o configure:3846: $? = 0 configure:3857: result: yes configure:3860: checking size of short configure:4179: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:4182: $? = 0 configure:4184: ./conftest.exe configure:4187: $? = 0 configure:4210: result: 2 configure:4217: checking for int configure:4241: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:4247: $? = 0 configure:4251: test -z || test ! -s conftest.err configure:4254: $? = 0 configure:4257: test -s conftest.o configure:4260: $? = 0 configure:4271: result: yes configure:4274: checking size of int configure:4593: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:4596: $? = 0 configure:4598: ./conftest.exe configure:4601: $? = 0 configure:4624: result: 4 configure:4631: checking for long configure:4655: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:4661: $? = 0 configure:4665: test -z || test ! -s conftest.err configure:4668: $? = 0 configure:4671: test -s conftest.o configure:4674: $? = 0 configure:4685: result: yes configure:4688: checking size of long configure:5007: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:5010: $? = 0 configure:5012: ./conftest.exe configure:5015: $? = 0 configure:5038: result: 4 configure:5079: checking whether the compiler recognizes bool as a built-in type configure:5116: g++ -c -mno-cygwin -mno-cygwin conftest.cc >&5 configure:5122: $? = 0 configure:5126: test -z || test ! -s conftest.err configure:5129: $? = 0 configure:5132: test -s conftest.o configure:5135: $? = 0 configure:5153: result: yes configure:5168: checking for dirent.h that defines DIR configure:5192: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 configure:5198: $? = 0 configure:5202: test -z || test ! -s conftest.err configure:5205: $? = 0 configure:5208: test -s conftest.o configure:5211: $? = 0 configure:5222: result: yes configure:5235: checking for library containing opendir configure:5265: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:5271: $? = 0 configure:5275: test -z || test ! -s conftest.err configure:5278: $? = 0 configure:5281: test -s conftest.exe configure:5284: $? = 0 configure:5354: result: none required configure:5500: checking sys/select.h usability configure:5512: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:62:24: sys/select.h: No such file or directory configure:5518: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/select.h> configure:5541: result: no configure:5545: checking sys/select.h presence configure:5555: gcc -E -mno-cygwin conftest.c conftest.c:28:24: sys/select.h: No such file or directory configure:5561: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <sys/select.h> configure:5581: result: no configure:5616: checking for sys/select.h configure:5623: result: no configure:5645: checking sys/stdtypes.h usability configure:5657: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:62:26: sys/stdtypes.h: No such file or directory configure:5663: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/stdtypes.h> configure:5686: result: no configure:5690: checking sys/stdtypes.h presence configure:5700: gcc -E -mno-cygwin conftest.c conftest.c:28:26: sys/stdtypes.h: No such file or directory configure:5706: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <sys/stdtypes.h> configure:5726: result: no configure:5761: checking for sys/stdtypes.h configure:5768: result: no configure:5780: checking for scandir configure:5837: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 /tmp/cc8jTR3B.o(.text+0x24):conftest.c: undefined reference to `_scandir' /tmp/cc8jTR3B.o(.data+0x0):conftest.c: undefined reference to `_scandir' collect2: ld returned 1 exit status configure:5843: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | /* Define scandir to an innocuous variant, in case <limits.h> declares scandir. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define scandir innocuous_scandir | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char scandir (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef scandir | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char scandir (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_scandir) || defined (__stub___scandir) | choke me | #else | char (*f) () = scandir; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != scandir; | ; | return 0; | } configure:5868: result: no configure:5885: checking for string.h configure:5890: result: yes configure:6034: checking for strings.h configure:6039: result: yes configure:6183: checking for snprintf configure:6240: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:54: warning: conflicting types for built-in function `snprintf' configure:6246: $? = 0 configure:6250: test -z || test ! -s conftest.err configure:6253: $? = 0 configure:6256: test -s conftest.exe configure:6259: $? = 0 configure:6271: result: yes configure:6319: checking for vsnprintf configure:6376: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:55: warning: conflicting types for built-in function `vsnprintf' configure:6382: $? = 0 configure:6386: test -z || test ! -s conftest.err configure:6389: $? = 0 configure:6392: test -s conftest.exe configure:6395: $? = 0 configure:6407: result: yes configure:6455: checking for strcasecmp configure:6512: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:6518: $? = 0 configure:6522: test -z || test ! -s conftest.err configure:6525: $? = 0 configure:6528: test -s conftest.exe configure:6531: $? = 0 configure:6543: result: yes configure:6568: checking for strdup configure:6625: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:6631: $? = 0 configure:6635: test -z || test ! -s conftest.err configure:6638: $? = 0 configure:6641: test -s conftest.exe configure:6644: $? = 0 configure:6656: result: yes configure:6669: checking for strncasecmp configure:6726: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:6732: $? = 0 configure:6736: test -z || test ! -s conftest.err configure:6739: $? = 0 configure:6742: test -s conftest.exe configure:6745: $? = 0 configure:6757: result: yes configure:6782: checking for strlcat configure:6839: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 /tmp/ccwtf6v0.o(.text+0x24):conftest.c: undefined reference to `_strlcat' /tmp/ccwtf6v0.o(.data+0x0):conftest.c: undefined reference to `_strlcat' collect2: ld returned 1 exit status configure:6845: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef strlcat | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strlcat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_strlcat) || defined (__stub___strlcat) | choke me | #else | char (*f) () = strlcat; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strlcat; | ; | return 0; | } configure:6870: result: no configure:6883: checking for strlcpy configure:6940: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 /tmp/ccs3BOUf.o(.text+0x24):conftest.c: undefined reference to `_strlcpy' /tmp/ccs3BOUf.o(.data+0x0):conftest.c: undefined reference to `_strlcpy' collect2: ld returned 1 exit status configure:6946: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef strlcpy | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strlcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_strlcpy) || defined (__stub___strlcpy) | choke me | #else | char (*f) () = strlcpy; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strlcpy; | ; | return 0; | } configure:6971: result: no configure:6995: checking for library containing pow configure:7025: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c >&5 configure:7031: $? = 0 configure:7035: test -z || test ! -s conftest.err configure:7038: $? = 0 configure:7041: test -s conftest.exe configure:7044: $? = 0 configure:7114: result: none required configure:7144: checking jpeglib.h usability configure:7156: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:69:21: jpeglib.h: No such file or directory configure:7162: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <jpeglib.h> configure:7185: result: no configure:7189: checking jpeglib.h presence configure:7199: gcc -E -mno-cygwin conftest.c conftest.c:35:21: jpeglib.h: No such file or directory configure:7205: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | /* end confdefs.h. */ | #include <jpeglib.h> configure:7225: result: no configure:7260: checking for jpeglib.h configure:7267: result: no configure:7383: checking zlib.h usability configure:7395: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:71:18: zlib.h: No such file or directory configure:7401: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LOCAL_JPEG_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <zlib.h> configure:7424: result: no configure:7428: checking zlib.h presence configure:7438: gcc -E -mno-cygwin conftest.c conftest.c:37:18: zlib.h: No such file or directory configure:7444: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LOCAL_JPEG_H 1 | /* end confdefs.h. */ | #include <zlib.h> configure:7464: result: no configure:7499: checking for zlib.h configure:7506: result: no configure:7620: checking png.h usability configure:7632: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:72:17: png.h: No such file or directory configure:7638: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LOCAL_JPEG_H 1 | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <png.h> configure:7661: result: no configure:7665: checking png.h presence configure:7675: gcc -E -mno-cygwin conftest.c conftest.c:38:17: png.h: No such file or directory configure:7681: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LOCAL_JPEG_H 1 | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | #include <png.h> configure:7701: result: no configure:7736: checking for png.h configure:7743: result: no configure:7765: checking libpng/png.h usability configure:7777: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:72:24: libpng/png.h: No such file or directory configure:7783: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LOCAL_JPEG_H 1 | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <libpng/png.h> configure:7806: result: no configure:7810: checking libpng/png.h presence configure:7820: gcc -E -mno-cygwin conftest.c conftest.c:38:24: libpng/png.h: No such file or directory configure:7826: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LOCAL_JPEG_H 1 | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | #include <libpng/png.h> configure:7846: result: no configure:7881: checking for libpng/png.h configure:7888: result: no configure:8116: checking pthread.h usability configure:8128: gcc -c -mno-cygwin -mno-cygwin conftest.c >&5 conftest.c:74:21: pthread.h: No such file or directory configure:8134: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LOCAL_JPEG_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LOCAL_PNG_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <pthread.h> configure:8157: result: no configure:8161: checking pthread.h presence configure:8171: gcc -E -mno-cygwin conftest.c conftest.c:40:21: pthread.h: No such file or directory configure:8177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LOCAL_JPEG_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LOCAL_PNG_H 1 | /* end confdefs.h. */ | #include <pthread.h> configure:8197: result: no configure:8232: checking for pthread.h configure:8239: result: no configure:8252: checking for pthread_create in -lpthread configure:8282: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c -lpthread >&5 configure:8288: $? = 0 configure:8292: test -z || test ! -s conftest.err configure:8295: $? = 0 configure:8298: test -s conftest.exe configure:8301: $? = 0 configure:8314: result: yes configure:8329: checking for pthread_create using -pthread configure:8349: gcc -o conftest.exe -mno-cygwin -mno-cygwin conftest.c -pthread -lpthread >&5 gcc: unrecognized option `-pthread' conftest.c:41:21: pthread.h: No such file or directory configure:8355: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define U16 unsigned short | #define U32 unsigned | #define HAVE_DIRENT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LOCAL_JPEG_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LOCAL_PNG_H 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include <pthread.h> | int | main () | { | pthread_create(0, 0, 0, 0); | ; | return 0; | } configure:8380: result: no configure:8408: checking GL/gl.h usability configure:8420: gcc -c -mwindows -DWIN32 -mno-cygwin -mno-cygwin conftest.c >&5 configure:8426: $? = 0 configure:8430: test -z || test ! -s conftest.err configure:8433: $? = 0 configure:8436: test -s conftest.o configure:8439: $? = 0 configure:8449: result: yes configure:8453: checking GL/gl.h presence configure:8463: gcc -E -mno-cygwin conftest.c configure:8469: $? = 0 configure:8489: result: yes configure:8524: checking for GL/gl.h configure:8531: result: yes configure:8555: checking GL/glu.h usability configure:8567: gcc -c -mwindows -DWIN32 -mno-cygwin -mno-cygwin conftest.c >&5 configure:8573: $? = 0 configure:8577: test -z || test ! -s conftest.err configure:8580: $? = 0 configure:8583: test -s conftest.o configure:8586: $? = 0 configure:8596: result: yes configure:8600: checking GL/glu.h presence configure:8610: gcc -E -mno-cygwin conftest.c configure:8616: $? = 0 configure:8636: result: yes configure:8671: checking for GL/glu.h configure:8678: result: yes configure:11537: checking for makedepend configure:11570: result: no configure:11592: checking if libsupc++ is required configure:11605: result: yes configure:12067: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on roth config.status:703: creating makeinclude config.status:703: creating fltk.list config.status:703: creating fltk-config config.status:703: creating fltk/string.h config.status:806: creating config.h config.status:976: config.h is unchanged ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_bool=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext=.exe ac_cv_func_scandir=no ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strncasecmp=yes ac_cv_func_vsnprintf=yes ac_cv_header_GL_gl_h=yes ac_cv_header_GL_glu_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=no ac_cv_header_libpng_png_h=no ac_cv_header_memory_h=yes ac_cv_header_png_h=no ac_cv_header_pthread_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_select_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_stdtypes_h=no ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_zlib_h=no ac_cv_lib_pthread_pthread_create=yes ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_NROFF=/usr/bin/nroff ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_search_opendir='none required' ac_cv_search_pow='none required' ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_short=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/bin/ar' BUILDTARGETS='programs' CAT1EXT='1' CAT3EXT='3' CC='gcc' CFLAGS='-mwindows -DWIN32 -mno-cygwin' CPP='gcc -E' CPPFLAGS=' -mno-cygwin' CXX='gcc' CXXFLAGS='-mwindows -DWIN32 -mno-cygwin' DEFS='-DHAVE_CONFIG_H' DSOCOMMAND='echo' DSOLINK='' DSOPREFIX='' DSOSUFFIX='' DSOSYMLINK='' DSOTARGET='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='.exe' FLTK_SNPRINTF='0' FLTK_STRCASECMP='0' FLTK_STRDUP='0' FLTK_STRINGS_H='1' FLTK_STRING_H='1' FLTK_STRLCAT='1' FLTK_STRLCPY='1' FLTK_STRNCASECMP='0' FLTK_VSNPRINTF='0' FLUID='fluid' FL_API_VERSION='2.0' FL_MAJOR_VERSION='2' FL_MINOR_VERSION='0' FL_PATCH_VERSION='0' FL_RELEASE_VERSION='a0' GLDEMOS='gldemos' GLLIB='-lglu32 -lopengl32' GROFF='' HLINKS='#' HTMLDOC='' IMAGELIBS='' INSTALLTARGETS='install_programs' LDFLAGS='-mwindows ' LIBCOMMAND='/usr/bin/ar cr' LIBOBJS='' LIBPREFIX='lib' LIBS='-lpthread -lmsimg32 -lole32 -luuid -lcomctl32 -lwsock32 -lsupc++' LIBSUFFIX='.a' LIBTARGET='static' LINKFLTK='-lfltk' LINKFLTKGL='-lfltk_gl' LINKFLTKIMG='-lfltk_images' LINKSHARED='-L../lib -lfltk_images -lfltk' LOCAL_IMAGELIBS=' ../lib/libfltk_jpeg.a ../lib/libfltk_z.a ../lib/libfltk_png.a' LOCAL_IMAGETARGETS=' images/libjpeg images/zlib images/libpng' LTLIBOBJS='' MAKEDEPEND='' NROFF='/usr/bin/nroff' OBJEXT='o' OPTIM=' -O2 -Wall -Wunused ' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' POSTBUILD=':' RANLIB='ranlib' SHAREDSUFFIX='' SHELL='/bin/bash' THEMECOMMAND='${CXX} -shared -o' THREADS='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ZLIBINC='../zlib' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define FLTK_DATADIR "/usr/local/share/fltk" #define FLTK_DOCDIR "/usr/local/share/doc/fltk" #define HAVE_DIRENT_H 1 #define HAVE_EXCEPTIONS 1 #define HAVE_GL 1 #define HAVE_GL_GLU_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBPNG 1 #define HAVE_LIBPTHREAD 1 #define HAVE_LIBZ 1 #define HAVE_LOCAL_JPEG_H 1 #define HAVE_LOCAL_PNG_H 1 #define HAVE_MEMORY_H 1 #define HAVE_RTTI 1 #define HAVE_SNPRINTF 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRNCASECMP 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VSNPRINTF 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_SHORT 2 #define STDC_HEADERS 1 #define U16 unsigned short #define U32 unsigned #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0 -----end config.log __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#13
|
||||
|
||||
|
./configure --disable-png
or try to check libpng.a lib on your system, may be ./configure CFLAGS="-L/usr/local/path_to_libpng_dir" and do not send logs in Forum as text - use attachement please |
|
#14
|
||||
|
||||
|
Quote:
Thanks for the info. Using --disable-png allowed build to be completed. Thanks podarok. I know, for whatever reason the manage attachments would not well, manage attachments. If dsmith or LuciWiz could remove the .log section of the post I will send up the log in it's proper form. __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#15
|
||||
|
||||
|
Quote:
|
|
#16
|
||||
|
||||
|
Quote:
Yeah, I figured. __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#17
|
||||
|
||||
|
Quote:
Hi Mark. Have you figured out co-existance potential yet? My first impression is that you either run 1.1.x or 2.0. I hope that is not the case though... __________________
The best damn Sports Blog period. |
|
#18
|
||||
|
||||
|
Quote:
Bad news as far as I can tell, which really stinks. Unless there is a way to localize the installs they use the common fltk-config, etc all stored in the same places. So doing an install of one crushes the other. That of course is bad news since the format is much different for the existing 1.1.5 projects to the 2.0 projects. I tried both and I will have to say your impression is dead on. I went back and forth this morning (make install, make uninstall, make install) and the only good news is that the makefiles seem to handle the uninstall gracefully so that if you want to give 2.0 a look-see it is not bad going back to 1.1.5. Looks to me like it will be back to the drawing board for existing projects that you want to convert to 2.0 from 1.1.5. I gave it a quick wack ( updating the tutorial) but the callback is a little different it seems. Of course, if I crack open the manual I might find differently. I will keep the forum posted. BTW - if anyone out there has any good info on this topic please let us all in on it. I find it odd that there is not a fluid project converter, but as I said I have not had the time to sit down with the manual yet. Truck is 75% loaded and I should be underway today. Hopefully I will have time this weekend to give 2.0 the attention it deserves as what I have seen really looks nice. __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#19
|
||||
|
||||
|
Ok, the word I got from the fltk newsgroup was that you "can" have both installed. Well, there is a catch.
Hoo Faa, I don't know. Since there is talk of 1.2 and 2.0 sounds like a good cause for a seriously modified configure and install script. I would assume that you could not use any searchable system paths since you would be pointing at two versions of each lib installed for use. Hope this was helpful. I didn't get the feeling the fltk folks want to try and troubleshoot THAT installation. Wadda ya say, call it in the air and hope it comes up roses. I think I will stick to keeping the compiled sources for both versions handy for now and do an uninstall/install on whichever version I want to use. As I stated earlier, this seems to work pretty well. __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#20
|
||||
|
||||
|
Here is some information from the fltk.general newsgroup that talks about the 1.2 proposed branch. It seems from the reply to this that it has been given a blessing of sorts. I'm not sure if this makes the 2.0 or 1.x debate clearer or murkier. It does seem to suggest that 2.0 is the path to follow but if your development is so wound into 1.x that there is hope for some of the problems that may or may not plague you.
Read about it here __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
Recent GIDBlog
Programming ebook direct download available by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Forums on GIDForums | admin | GIDForums™ | 15 | 17-Nov-2007 03:02 |
| [Tutorial] GUI programming with FLTK | dsmith | FLTK Forum | 10 | 03-Oct-2005 16:41 |
| FLTK with GLUT | usmsci | FLTK Forum | 4 | 26-Nov-2004 17:21 |
| GUI programming | crystalattice | C++ Forum | 5 | 14-Sep-2004 13:17 |
| Welcome to the FLTK Forums | dsmith | FLTK Forum | 0 | 08-Sep-2004 07:58 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The