> 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 === > [..]
Weird. Some of those file becomes blank (various HAVE_this/that), but I'm not sure why ranlib report above. I would be gratefull for some tips. > 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. Hm, I just checked; at linux redrawing works. Anyone with similar problems ? > o Whatever that big horizontal valuator is in the 'File' menu, > I can't seem to move it. It acts like its deactivated. Now works :) Thanks for noticing this! > 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 () Fixed :) _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
