Re: [fltk.bugs] FLTK on OSX to compile with non-Apple G++ (patchincluded)

2010-12-22 Thread Albrecht Schlosser
On 22.12.2010 08:34, Manolo Gouy wrote: This FL_LIBRARY may be exactly what is needed to solve cleanly this issue. But what exactly is it used for at this point ? I see it set ONLY in src/CMakeLists.txt. Does it mean that not any makefile use it ? It would be useful for this issue if

Re: [fltk.bugs] FLTK on OSX to compile with non-Apple G++ (patchincluded)

2010-12-21 Thread Manolo Gouy
We would need sort of 2 mac.H, one included by FLTK client applications, and one included when compiling the library itself. I'm not sure how to do that properly. If it is only because something should not included, this would be easy to achieve with the definition of a macro. We do