In my research for the exception problem I compiled a test program with  
vc++ 2008 express and it works as expected, the same program doesn't work  
as expected when compiled with mingw, so i'm trying it with andLinux and  
the same fresh fltk svn doesn't compile on it:


Compiling Fl.cxx...
Fl.cxx:622:3: error: #error unsupported platform
Fl.cxx:709:3: error: #error unsupported platform
Fl.cxx:1294:3: error: #error unsupported platform
Fl.cxx:1332:3: error: #error unsupported platform
Fl.cxx:1354:3: error: #error platform unsupported
Fl.cxx:1528:3: error: #error unsupported platform
In file included from ../FL/fl_utf8.h:46,
                  from ../FL/Fl.H:39,
                  from Fl.cxx:34:
/usr/include/stdlib.h:210: error: 'long long int strtol' redeclared as  
different kind of symbol
/usr/include/stdlib.h:186: error: previous declaration of 'long int  
strtol(const char*, char**, int)'
/usr/include/stdlib.h:210: error: expected primary-expression before  
'const'
/usr/include/stdlib.h:210: error: expected `)' before 'const'
make[1]: *** [Fl.o] Error 1
make: *** [all] Error 1

-----

mingo@andLinux:~/winG/c/fltk-svn-raw$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu  
4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs  
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr  
--enable-shared --with-system-zlib --libexecdir=/usr/lib  
--without-included-gettext --enable-threads=posix --enable-nls  
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3  
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc  
--enable-mpfr --enable-targets=all --with-tune=generic  
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu  
--target=i486-linux-gnu
Thread model: posix
gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)

-----


mingo@andLinux:~/winG/c/fltk-svn-raw$ autoconf -V
autoconf (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

-----


mingo@andLinux:/$ uname -a
Linux andLinux 2.6.22.18-co-0.7.4 #1 PREEMPT Wed Apr 15 18:57:39 UTC 2009  
i686 GNU/Linux

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

Reply via email to