Re: [fltk.bugs] [MOD] STR #2846: svn fltk will not compile under cmake - release tarball ok

2012-05-29 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2846 Version: 1.3-current Fix Version: 1.3-current (r9556) r9556 compiles well under cmake. Thank you. Mike S Link: http://www.fltk.org/str.php?L2846 Version: 1.3-

[fltk.bugs] [MOD] STR #2846: svn fltk will not compile under cmake - release tarball ok

2012-05-28 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2846 Version: 1.3-current Sometime between the release tarball and the current svn the CMakeLists.txt in the png directory was overwritten with one from the png source. T

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-11-30 Thread Michael Surette
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 (r7919) r7923 tested fine cross-compiling with mingw and an existing project of mine. Link: http://www.fltk.org/st

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files forcross-compile

2010-04-21 Thread Michael Surette
On 04/21/2010 08:32 AM, Duncan Gibson wrote: > > 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) > > > I'm no CMake expert, but saw the following go

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-21 Thread Michael Surette
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) I would have used $selfdir/bin/fluid as the flag variable, but it wouldn't be present when cross-compiling.

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-21 Thread Michael Surette
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) Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452)Index: fltk-c

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-21 Thread Michael Surette
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) Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452)Index: CMake/

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-20 Thread Michael Surette
On 04/20/2010 03:47 PM, Albrecht Schlosser wrote: > ... just tested. fltk-config in its current version doesn't work if I > remove the FL (and Fl) directories from the build dir. It is testing for > the existence of "$selfdir/FL/Fl_Window.H", but I think that this could > be fixed somehow. I'm wor

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-20 Thread Michael Surette
On 04/20/2010 06:05 AM, Albrecht Schlosser wrote: > [Mike:] >> ... I suspect that the >> original copying of the FL dir was to make the creation of the symlinks >> easier. They are relative symlinks to files in the same dir. >> Installation is then simply a matter of copying them. > > That might b

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-19 Thread Michael Surette
On 04/19/2010 08:11 AM, Albrecht Schlosser wrote: > On 19.04.2010, at 13:22, Michael Surette wrote: > >>> In general, I would prefer *not* to copy the FL directory instead, but >>> currently we would need the symlinks to stay compatible. OTOH, we're >>> thin

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-19 Thread Michael Surette
On 04/19/2010 04:06 AM, Albrecht Schlosser wrote: > > 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) > > > In general, I would prefer *not* to copy

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-18 Thread Michael Surette
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) Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452)diff -Naurb f

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-18 Thread Michael Surette
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) A little checking shows that USE_QUARTZ is more than depricated, it's not used in any code. [msure...@caspe

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-18 Thread Michael Surette
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) Your patch will do the job, however there is no real need to search the source directory, so removing that d

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-18 Thread Michael Surette
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) Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452)diff -Naurb f

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-18 Thread Michael Surette
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

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-13 Thread Michael Surette
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) This patch adds blocks, cairo_test, input_choice, rotated_text and sudoku to the tests. These were missing

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-13 Thread Michael Surette
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) Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452)diff -Naurb f

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-05 Thread Michael Surette
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) One minor issue in my tests: I noticed that you changed the install script in one of your newer patches to m

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-05 Thread Michael Surette
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) Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452)diff -Naur fl

Re: [fltk.bugs] [MOD] STR #2324: Fl_x.cxx fails to compile when USE_POLL set

2010-04-05 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2324 Version: 1.3-current I uncovered this while digging though config.h for my CMake update and saw no reason not to include it as an option. I later found that usually

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-03 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Missed flag for shared libs. Replaced flag for openGL tests to proper one. Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current _

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-03 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Link: http://www.fltk.org/str.php?L2317 Version: 1.3-currentdiff -Naur fltk-1.3.x-r7398.patched//CMake/FLTKConfig.cmake.in fltk-1.3.x-r7398/CM

Re: [fltk.bugs] [MOD] STR #2324: Fl_x.cxx fails to compile when USE_POLL set

2010-04-02 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2324 Version: 1.3-current Link: http://www.fltk.org/str.php?L2324 Version: 1.3-currentdiff -Naur fltk-1.3.x-r7398.patched/src/Fl_x.cxx fltk-1.3.x-r7398/src/Fl_x.cxx ---

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-02 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Added testable flags for optional components to FLTKConfig.cmake Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-02 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Link: http://www.fltk.org/str.php?L2317 Version: 1.3-currentdiff -Naur fltk-1.3.x-r7398.patched//CMake/FLTKConfig.cmake.in fltk-1.3.x-r7398/CM

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-01 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current These two files are more crib notes than organized articles. Still, they might be helpful. Link: http://www.fltk.org/str.php?L2317 Version: 1.

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-01 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current INTRODUCTION TO CMAKE CMake was designed to let you create build files for a proj

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-04-01 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Link: http://www.fltk.org/str.php?L2317 Version: 1.3-currentUsing CMake to build FLTK. PREREQUISITES The prerequisites for building FLTK with

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-31 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Added permissions clause to insall(PROGRAMS fltk-config... Moved fltk-config build directory to ${FLTK_BINARY_DIR} so that /path/to/build/dir/fl

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-31 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Link: http://www.fltk.org/str.php?L2317 Version: 1.3-currentdiff -Naur fltk-1.3.x-r7339.patched//CMake/FLTKConfig.cmake.in fltk-1.3.x-r7339/CM

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-31 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Tried taking shortcuts for some optional libraries which obviously didn't pan out. Fixed them all. Mike Link: http://www.fltk.org/str.php?L23

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-31 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Link: http://www.fltk.org/str.php?L2317 Version: 1.3-currentdiff -Naur fltk-1.3.x-r7339.patched//CMakeLists.txt fltk-1.3.x-r7339/CMakeLists.tx

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-31 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Forgot to answer Q2... I used ccmake (curses) and cmake-gui mostly in my testing when I wanted to switch options. You should be able to use -DO

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-31 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current I'll look into the fltk-config, libXinerama and possible similar problems tonight. I had problems using the directions in the article suggested

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-27 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Link: http://www.fltk.org/str.php?L2317 Version: 1.3-currentdiff -Naur fltk-1.3.x-r7339.patched//src/CMakeLists.txt fltk-1.3.x-r7339/src/CMake

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-23 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current First, please excuse the size of the patch. Since I decided mid-stream to install VS-2008 and MinGW on my netbook for testing, this is the first

Re: [fltk.bugs] [MOD] STR #2332: VC++ 2008 compile errors

2010-03-22 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2332 Version: 1.3-current Fix Version: 1.3-current It works quite well. Thank you. Link: http://www.fltk.org/str.php?L2332 Version: 1.3-current Fix Version: 1.3-cur

Re: [fltk.bugs] [MOD] STR #2332: VC++ 2008 compile errors

2010-03-21 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2332 Version: 1.3-current Rechecked with 7313 and it's mostly fixed. All that's left is the identical errors about mis-matched definitions when building two dlls, fltkima

[fltk.bugs] [MOD] STR #2333: MinGW compile errors on Linux

2010-03-21 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2333 Version: 1.3-current MinGW names all its header files in lower case only. This patch renames (1) included header file to work for MinGW under Linux, where case counts

[fltk.bugs] [MOD] STR #2332: VC++ 2008 compile errors

2010-03-20 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2332 Version: 1.3-current Compile errors were encountered when trying to compile fltk under VC++ 2008. The attached patch fixes these errors. Link: http://www.fltk.org/s

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-14 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Another cleanup/bugfix patch plus added UseFLTK.cmake for CMake users. Tested on Linux GCC - works well MinGW - works well Windows XP

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-14 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Link: http://www.fltk.org/str.php?L2317 Version: 1.3-currentdiff -Naur fltk-1.3.x-r7243.patched//CMake/FLTKConfig.cmake.in fltk-1.3.x-r7243/CM

Re: [fltk.bugs] [HIGH] STR #2299: fltk 1.3 6970 do not compile with cmake on osx 10.6

2010-03-10 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2299 Version: 1.3-current This patch applies manolo's suggestion to the CMake patches in STR 2317. Untested. Link: http://www.fltk.org/str.php?L2299 Version: 1.3-curren

Re: [fltk.bugs] [HIGH] STR #2299: fltk 1.3 6970 do not compile with cmake on osx 10.6

2010-03-10 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2299 Version: 1.3-current Link: http://www.fltk.org/str.php?L2299 Version: 1.3-currentdiff -Naur fltk-1.3.x-r7216.patched//src/CMakeLists.txt fltk-1.3.x-r7216/src/CMake

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-10 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current General script cleanup, including the removal of a CMake 2.8ism in the install section. Link: http://www.fltk.org/str.php?L2317 Version: 1.3-cu

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-10 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Link: http://www.fltk.org/str.php?L2317 Version: 1.3-currentdiff -Naur fltk-1.3.x-r7216.patched//CMakeLists.txt fltk-1.3.x-r7216/CMakeLists.tx

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-03-07 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Here's my patch to update the CMake build system. The code's been updated to CMake 2.6, re-organized, I even managed to have it handle cross-com

[fltk.bugs] [MOD] STR #2324: Fl_x.cxx fails to compile when USE_POLL set

2010-03-01 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2324 Version: 1.3-current Under Linux, when USE_POLL is set compilation stops with the following errors. src/Fl_x.cxx:135: error: ‘maxfd’ was not declared in this sco

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-02-16 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current My submitted patch has the unfortunate quality of breaking both the cmake find_package(FLTK) and fltk-config. I'm working on a fix. Link: http

[fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-02-15 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current When cross-compiling with CMake the build should use a native fluid and the backwards-compatibility links should depend on the host system, not th

[fltk.bugs] [LOW] STR #2304: under Linux Fl_Scroll wraps around when panel over 32767 pixels high

2010-01-01 Thread Michael Surette
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current When a scrolled panel is over 32767 pixels high (1310 items in example code), you get large areas which are greyed out. This appears to be due to