On 11.11.2010, at 19:23, Greg Ercolano wrote:

>       Something changed in the last few weeks that's causing
>       IRIX builds to crash the native compiler while building
>       the FLTK test/editor.cxx program.
> 
>       I've filed an STR for this problem:
>       http://www.fltk.org/str.php?L2439
> 
>       The SGI compiler has always spooled off lots of 'remarks'
>       (usually about unused variables) which I think is unrelated,
>       but I'm guessing the real issue is the /other/ errors, eg:
> 
> ----
> "../FL/Fl_Device.H", line 330: warning(1682): overloaded virtual function
>          "Fl_Graphics_Driver::draw" is only partially overridden in class
>          "Fl_Xlib_Graphics_Driver"
>  class Fl_Xlib_Graphics_Driver : public Fl_Graphics_Driver {
> 
> "../FL/fl_draw.H", line 60: remark(1169): external/internal linkage conflict
>          with previous declaration
>  inline void   fl_color(Fl_Color c) {fl_graphics_driver->color(c); } // 
> select indexed color
>                ^
> ----
> 
>       Granted the SGI is an "almost dead" platform in the eyes of most people,
>       but I know it's still used quite a bit in military and medical fields
>       (due to probably long-expired maintenance contracts, legacy, cut 
> budgets,
>       etc etc), so we should probably continue to support it. It's also the 
> only
>       big endian box I have ;)

Aaah SGI, yeah, the time when I took a loan to get a used Indy... . I sure do 
not miss them :-P

Anyways, the editor.cxx file contains utf-8 characters. Remove those and it 
should compile fine.

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to