Sanel Zukan wrote:
>>      I take it for OSX you are just looking for a compile test which
>>      I can do easily enough.
> 
> Yes, just to check does it compiles fine without errors/warnings.

        Current fltk2.0 svn compiled fine on OSX 10.4.x with gcc_select 3.3
        Just these warnings, which probably aren't worth mentioning:
[..]
Compiling vsnprintf.c...
/usr/bin/ar cr ../lib/libfltk2.a ...
ranlib: file: ../lib/libfltk2.a(dnd.o) has no symbols
ranlib: file: ../lib/libfltk2.a(scandir.o) has no symbols
ranlib: file: ../lib/libfltk2.a(string.o) has no symbols
ranlib: file: ../lib/libfltk2.a(vsnprintf.o) has no symbols
ranlib: file: ../lib/libfltk2.a(dnd.o) has no symbols
ranlib: file: ../lib/libfltk2.a(scandir.o) has no symbols
ranlib: file: ../lib/libfltk2.a(string.o) has no symbols
ranlib: file: ../lib/libfltk2.a(vsnprintf.o) has no symbols
=== making images/libpng ===
[..]


>> Are there certain demos you want tested too?
> 
> One or two random chosen would be enough :)

        I ran the menu demo and it ran ok, with a few odd exceptions:

                o The 'Toggle' and 'button' in the menu bar would change
                  state the first time clicked.. but if mouse isn't moved,
                  second click does nothing. Moving the mouse a pixel or more
                  causes it to work again.. the mouse events seem to wake it up.
                  Might be a redraw problem or something, not sure. Regular
                  button (not in menubar) works fine.

                o Whatever that big horizontal valuator is in the 'File' menu,
                  I can't seem to move it. It acts like its deactivated.

        But the menu program otherwise runs OK.. no crashes. Regular 
buttons/menus
        seem to work fine and look right.

        I ran the button demo too, and it seemed ok.

        Ditto for the arc demo; all valuators ok, graphics, etc.

>>      Anything in particular you want me to test?
>> >    (STR#1635 didn't come with a test app, so not sure how to test for that)
> 
> Here is sample:
> [..]
> Above sample will work on X11, but will probably crash on osx since
> memcpy will get NULL parameter. 

        Yep, confirmed to crash immediately on execution with a bus error
        in memcpy. gdb shows:

(gdb) where
#0  0xffff8928 in ___memcpy () at 
/System/Library/Frameworks/System.framework/PrivateHeaders/ppc/cpu_capabilities.h:189
#1  0x000033b0 in fltk::cursor ()
#2  0x000032a4 in main ()


* * *

        I'll check out the Windows stuff later.. maybe tomorrow.
        I hate my NT machine.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to