Re: [fltk.bugs] [MOD] STR #2622: cannot compile on cygwin

2011-05-10 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2622 Version: 1.3-current Confirmed working with MinGW, Cygwin (same as the OP), and also with VS2010 and VS2008. Compiled and built fine, and rendering and measuring surr

Re: [fltk.bugs] [HIGH] STR #2623: Build errors with VS2005

2011-05-10 Thread Greg Ercolano
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current Fix Version: 1.3-current (r8647) Yes, updated to latest svn (r8647) and it builds without errors. Closing this. Thanks to all for finding the Right solution. Link: http://www.fltk.org/str.php?L2623 Version:

Re: [fltk.bugs] [HIGH] STR #2623: Build errors with VS2005

2011-05-10 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current Possibly fixed by r8644, which does appear to resolve the related STR #2622. Link: http://www.fltk.org/str.php?L2623 Version: 1.3-current

Re: [fltk.bugs] [MOD] STR #2622: cannot compile on cygwin

2011-05-10 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2622 Version: 1.3-current OK - sounds like this might be a working solution then. Note that I have also pushed a somewhat related fix to a bug that Albrecht discovered whi

Re: [fltk.bugs] [HIGH] STR #2500: fltk.list.in (EPM) is outdated

2011-05-10 Thread Michael Sweet
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2500 Version: 1.3.0 The "l" in the front means "make a symlink". In this case the symlink is from the GCC C++ include directory to the configured include directory - this

Re: [fltk.bugs] [HIGH] STR #2500: fltk.list.in (EPM) is outdated

2011-05-10 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2500 Version: 1.3.0 fltk.list.in line 118, what does this do? What should be here? l 0444 root sys /usr/include/gcc/darwin/3.1/g++-v3/FL $includedir/FL The rest seems to

Re: [fltk.bugs] [HIGH] STR #2597: FLUID generates wrong source code to initialize menu labels.

2011-05-10 Thread Manolo Gouy
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2597 Version: 1.3.0 Fix Version: 1.3.0 (r8645) Fixed in Subversion repository. Thanks for the patch. Link: http://www.fltk.org/str.php?L2597 Version: 1.3.0 Fix Version: 1.3.0 (r8645) ___

Re: [fltk.bugs] [MOD] STR #2622: cannot compile on cygwin

2011-05-10 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2622 Version: 1.3-current Thanks for confirmation. Just a note: with this patch in place you don't need that additional CFLAGS and CXXFLAGS=-DMINGW_WINGDI_FIXED, but I gue

Re: [fltk.bugs] [MOD] STR #2622: cannot compile on cygwin

2011-05-10 Thread some one
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2622 Version: 1.3-current I just updated to revision 8643, recompiled (make distclean; ./configure ; make). everything went perfect. just to confirm. Link: http://www.

Re: [fltk.bugs] [MOD] STR #2622: cannot compile on cygwin

2011-05-10 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2622 Version: 1.3-current Right - I pushed a change at r8643 that I believe fixes this. Please test on as many variants as possible and let me know. Link: http://www.fl

Re: [fltk.bugs] [MOD] STR #2622: cannot compile on cygwin

2011-05-10 Thread Manolo Gouy
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2622 Version: 1.3-current > Any good? Excellent! Meanwhile, I had come up with a union-based solution. But gcp_res.lpClass = NULL; is much better. Link: http://www.

Re: [fltk.bugs] [MOD] STR #2622: cannot compile on cygwin

2011-05-10 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2622 Version: 1.3-current Albrecht asked: To Ian: it's your code, and it compiles well with the /broken/ MinGW wingdi.h, but not with Visual C++ (STR #2623) and the corr