Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4676] fltk (almost) on osx

Date2004-05-11 19:22
From"Matt J. Ingalls"
Subject[CSOUND-DEV:4676] fltk (almost) on osx
well i was unable to turn on the c++ compiler without thousands of errors.
but i was able to compile widgets.cpp inside the fltk library.
after adding some #defined(__MACH__) to use some of the linux code,
got fltk sort of working on mac, but in addition to the many crashes,
the fltk windows do not update, which isnt too nice.  i tried
replacing FL:run() with
while (1) { Fl:wait(); Fl::redraw(); }

no difference.

any suggestions?


-m