DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 That's strange. So your configure test finds strtoll(), but later it doesn't set the corresponding #define in config.h, whereas it uses "#define STRTOLL 1" in other (failed) configure tests, because only failed tests are logged with their corresponding source files. What I wanted to achieve with my "strtoxx" test was to *simulate* a "not found" error, in the assumption that this is what you got. However, your test result was different, because your test found strtoll(). I have no idea how to find the cause of your problem (as I wrote before, I can't replicate it, although we seem to have the same MinGW versions installed). BTW.: ISTR that I read somewhere in the autoconf docs that files like configh.in should _not_ contain statements like our "#ifndef HAVE_STRTOLL ...", but I don't know why this should matter. Matt, what to do now? Close w/o resolution or remove the superfluous test? Or does anybody have another idea? Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
