manolo gouy wrote:
>>      You might want to check STR#2315; the default build of 1.3.x
>>      chokes on my PPC/Tiger box with g++ 3.3 enabled (instead of 4.0).

> Thanks Greg, now I see the point: gcc 3.3
> I have fixed it in the svn with this, in file src/Fl_cocoa.mm :
> #if __GNUC__ == 3 // because Fl_Image.H uses a private variable name id 
> that's illegal under GCC 3
> #define id id_
> #endif
> #include <FL/Fl_Sys_Menu_Bar.H>
> #ifdef id
> #undef id
> #endif

        Ah, great.. yes, new svn builds OK now.

        Do you know how to close STRs?

        If you'll notice, being a developer now you have extra features
        in the STR viewer to be able to change all the fields, including
        closing it.

        I just now did the following on your behalf; next time you can
        close the STR's yourself with similar steps from the STR page:

                1) Changed 'Status' to 'Closed w/resolution'
                2) Changed 'Assigned To' to 'manolo'
                3) Changed 'Fix Version' to '1.3 current' and "SVN r" to "7060"
                   (based on the fltk.commit newsgroup, I can see that's your 
fix)
                4) Set "Additional text" to "Fixed in subversion repo"
                5) Added a comment:
                        "Manolo applied fixes, Greg confirmed problem solved. 
Closing this STR."
                5) Hit 'Modify STR #2315"
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to