DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2264
Version: 1.3-current


Hmm, I can't replicate a problem on ubuntu8.04.

I suggest to try these things:

   1) Try checking out the fltk source code from scratch,
      ie. not an 'svn update', but a complete re-checkout
      to an empty directory.

   2) Build fltk with default flags, ie. just do a 'make'

   3) Go into the fltk test dir, and replace eg. the 'input.cxx'
      example program with your own code, and do a clean build
      of 'input', eg:

         cd test
         make clean
         make input

      ..and then run ./input (which should run your program)
      and see if it runs normally. 

If it does, but your other test does not, it might be something
odd either in the version of fltk you're building against,
or a mismatch of build flags, or some such.


Link: http://www.fltk.org/str.php?L2264
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to