Re: [fltk.bugs] [LOW] STR #2089: fltk-1.3 configure does not automatically enable threads on WIN32 hosts

2008-11-14 Thread Ian MacArthur
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 Fix Version: 1.3-current (r6526) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 Fix Version: 1.3-current (r6526) ___ fltk-bugs

Re: [fltk.bugs] [LOW] STR #2089: fltk-1.3 configure does not automatically enable threads on WIN32 hosts

2008-11-14 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 Agree, you should go for this change, will be harmonized with initial test and will only affect cygin and mingw ... Link: http://www.fltk.org/str.php

Re: [fltk.bugs] [LOW] STR #2089: fltk-1.3 configure does not automatically enable threads on WIN32 hosts

2008-11-14 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?L2089 Version: 1.1.3 The bug seems to be in configure.in, line 739, where it tests: if test "x$enable_threads" = xyes; then However, since the default should now

Re: [fltk.bugs] [LOW] STR #2089: fltk-1.3 configure does not automatically enable threads on WIN32 hosts

2008-11-13 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 did check the configure messages in the pthread section ? What does it say, any warning ? Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 ___

Re: [fltk.bugs] [LOW] STR #2089: fltk-1.3 configure does not automatically enable threads on WIN32 hosts

2008-11-13 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 hmmm, this looks like a pure bug, see below (configure.in:307): AC_ARG_ENABLE(threads, [ --enable-threadsenable multi-threading support (defau

[fltk.bugs] [LOW] STR #2089: fltk-1.3 configure does not automatically enable threads on WIN32 hosts

2008-11-13 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?L2089 Version: 1.1.3 Rebuilding fltk-1.3 from svn recently, using configure with no options given, the default seems to be to enable thread support, which seems sensible to