DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2151 Version: 1.4-feature Matthias wrote: > This would be a new feature for 1.1 which we do not allow anymore. I added > it to the 1.4 feature list which will include a drive-style setup for all > platforms. It is already included in 1.3 (STR 2147), so it does not need to be on the 1.4 feature list? It is in my view not really a new feature, it is exposing a feature that was already present in fltk, but not easily accessible. It is making porting easier for people who are interested in building the cygwin version for x11, and there are. See e.g. here http://cygwin-ports.svn.sourceforge.net/viewvc/cygwin-ports/ports/trunk/x11/fltk/1.1.9-not-windows.patch?revision=5475&view=markup and here http://www.cygwin.com/ml/cygwin-xfree/2005-07/msg00089.html btw, this part of the patch (the -DUSE_OPENGL32) is a bugfix. When both X11 and windows opengl headers are present, this #define is needed when building the cygwin GDI version. - CFLAGS="-mwindows -DWIN32 $CFLAGS" - CXXFLAGS="-mwindows -DWIN32 $CXXFLAGS" + CFLAGS="-mwindows -DWIN32 -DUSE_OPENGL32 $CFLAGS" + CXXFLAGS="-mwindows -DWIN32 -DUSE_OPENGL32 $CXXFLAGS" Also this STR needs to be applied to make an X11 version install on cygwin. This should be backported to 1.1 as well if we decide to include this patch. I'd be happy to revise my patch to include str 2183 and check it against current svn. http://www.fltk.org/str.php?L2183 Link: http://www.fltk.org/str.php?L2151 Version: 1.4-feature _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
