Re: [fltk.bugs] [MOD] STR #2888: CMake build on OSX 10.7 fails

2012-11-22 Thread Manolo Gouy
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2888 Version: 1.3.1 Fix Version: 1.3.1 Closing this because a workaround has been found. I now realize that you initially reported that build was errorless with configure/make. This implies your compilers (CMake uses the same) can

Re: [fltk.bugs] [MOD] STR #2888: CMake build on OSX 10.7 fails

2012-11-21 Thread Tim Allman
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2888 Version: 1.3-current I have removed the MacPorts CMake and installed the package from the CMake web site. This didn't help. I then renamed /opt (the home of

Re: [fltk.bugs] [MOD] STR #2888: CMake build on OSX 10.7 fails

2012-11-21 Thread Tim Allman
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2888 Version: 1.3-current Adding the following to config.h cured the problem. #define HAVE_SCANDIR 1 #define HAVE_VSNPRINTF 1 #define HAVE_SNPRINTF 1 #define

[fltk.bugs] [MOD] STR #2888: CMake build on OSX 10.7 fails

2012-11-20 Thread Tim Allman
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2888 Version: 1.3-current Attempts to do a CMake build of 1.3.1 fails with the following messages. /Users/tim/devel/fltk-1.3.1/src/scandir.c:53:8: warning: #warning

Re: [fltk.bugs] [MOD] STR #2888: CMake build on OSX 10.7 fails

2012-11-20 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?L2888 Version: 1.3-current This is unexpected because CMake builds without error here under Mac OSX 10.8 and used to do so a few months ago when I used 10.7. CMake should

Re: [fltk.bugs] [MOD] STR #2888: CMake build on OSX 10.7 fails

2012-11-20 Thread Tim Allman
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2888 Version: 1.3-current The following is the output from cmake operating on the CMakeLists.txt file as provided. I am using the MacPorts cmake version 2.8.9. The only

Re: [fltk.bugs] [MOD] STR #2888: CMake build on OSX 10.7 fails

2012-11-20 Thread Tim Allman
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2888 Version: 1.3-current I forgot, yes this is a fresh installation from the current 1.3.1 source. Thanks, Link: http://www.fltk.org/str.php?L2888 Version: