Looking how to handle exceptions with fltk I found that fltk configure
script only set "-fno-exceptions" I think that shoul be available an
option to the "configure" script to compile fltk with "-fexceptions" too.

Also I remember in the past the possiblity of build fltk out of the main
source tree and I've tried it now and it doesn't work.

On some other software packages we can for example inside the root of the
source code make a new folder and build the package there.

Would be nice if we can have this too with fltk, example:

/home/user/dev/fltk-1.3-source> mkdir build-win32
/home/user/dev/fltk-1.3-source> cd build-win32
/home/user/dev/fltk-1.3-source/build-win32> ../configure --mingw32
/home/user/dev/fltk-1.3-source/build-win32> make

/home/user/dev/fltk-1.3-source> mkdir build-linux
/home/user/dev/fltk-1.3-source> cd build-linux
/home/user/dev/fltk-1.3-source/build-linux> ../configure --linux
/home/user/dev/fltk-1.3-source/build-linux> make

/home/user/dev/fltk-1.3-source> mkdir build-osx
/home/user/dev/fltk-1.3-source> cd build-osx
/home/user/dev/fltk-1.3-source/build-osx> ../configure --osx
/home/user/dev/fltk-1.3-source/build-osx> make


/home/user/dev/fltk-1.3-source> mkdir build-wince
/home/user/dev/fltk-1.3-source> cd build-wince
/home/user/dev/fltk-1.3-source/build-wince> ../configure --wince
/home/user/dev/fltk-1.3-source/build-wince> make


/home/user/dev/fltk-1.3-source> mkdir build-symbian
/home/user/dev/fltk-1.3-source> cd build-symbian
/home/user/dev/fltk-1.3-source/build-symbian> ../configure --symbian
/home/user/dev/fltk-1.3-source/build-symbian> make


/home/user/dev/fltk-1.3-source> mkdir build-android
/home/user/dev/fltk-1.3-source> cd build-android
/home/user/dev/fltk-1.3-source/build-android> ../configure --android
/home/user/dev/fltk-1.3-source/build-android> make

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

Reply via email to