imm wrote:
>> I can confirm that it does not work for latest fltk2.
>> Linking fails due to:
>> undefined reference to `fltk::FileIcon::load_system_icons()'
> 
> Odd - it works completely fine for me.
> I just built this test for fltk-1.1 and fltk-2 on my Mac(10.4.10) and  
> linux(FC7) using fltk-2-r5940 and in both cases it works just fine.

        Ya, I tested with r5940 (I think).
        Probably isn't the latest SVN, which is maybe what gga is using.

> OK - just ran a test with Msys/mingw on winXP - that also seems fine,  
> although I get a few warnings at build time that I don't see on the  
> linux and OSX builds...

        Mmm, I definitely didn't test with anything other than VS8 Express
        on Windows, as I don't have a mingw setup here.

> Fl_Native_File_Chooser_WIN32.cxx: In member function `int 
> Fl_Native_File_Chooser::showfile()':
> Fl_Native_File_Chooser_WIN32.cxx:321: warning: field precision is not type 
> int (arg 3)

        Ya, that one looks valid.

        A trivial cast to an int is dangerous, might have to do something safer
        to avoid a precision loss.

> common.cxx: At global scope:
> common.cxx:58: warning: 'char* strapp(char*, const char*)' defined but not 
> used
> Fl_Native_File_Chooser_WIN32.cxx:61: warning: 'void dnullprint (char*)' 
> defined but not used

        Those are ok to ignore.
        I'm surprised it's warning about unused functions.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to