DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452) These differences are mostly expected. Programmers have two ways of testing #defined variables, #ifdef and #if. CMake has two directives for processing #defines, #cmakedefine which is compatible with #ifdef and #cmakedefine01 which is compatible with #if. When editing the configh.cmake.in I checked how each variable was used so I would use the right #cmakedefine. All the variables in your list use #cmakedefine, which means that FLTK code only checks to see if it's #defined and isn't concerned about the value. I found that having the actual value was a good sanity check. HAVE_GLXGETPROCADDRESSARB however disturbs my calm. I never did like #defines of nothing. No sanity check there. I'll have a look at this and your patch tonight. Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452) _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
