Janus wrote:
> i have found the problem: i did not set MACOSX_DEPLOYMENT_TARGET=10.5 
> (or MACOSX_DEPLOYMENT_TARGET=10.4 for universal builds) in eclipse.

        Neat. But that sounds like it would help if you were building
        on one platform at testing on another (older one)..?

> i compiled fltk in the terminal with that variable set but eclipse 
> (which i use) did not.

        I see

> this may also solve the problem about the tooltips making my v1.3 app 
> crash! i will report :)

        It sounds strange through if that solves a problem where you
        build and run on the same machine. Unless there are other settings
        that are playing with targets, by default the app should build and
        run on the same platform without setting variables like this one,
        I'd think.

> setting the variable also resolved the suspicious weird behaviour about 
> moving the call in main(). i've 'made clean && make' in the terminal 
> that's why i thought it solved the problem...stupid!

        I see, so it wasn't include files, it was a difference in environment
        settings at the time of compile; some .o's were built with one setting,
        others built with another, so when linking the mix together, bugs ensue?
        Interesting..!
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to