> Fl.cxx
> c:\fltk-1.3.x-r6960\src\Fl_win32.cxx(236) : warning C4005: 'POLLIN' : macro 
> redefinition

    Solved these "macro redefinitions" by surrounding this section
    with an #ifndef POLLIN test.

> c:\fltk-1.3.x-r6960\src\Fl_win32.cxx(1477) : error C2248: 'FORCE_POSITION' : 
> cannot access protected enumerator declared in class 'Fl_Widget'
>         ../..\FL/Fl_Widget.H(151) : see declaration of 'FORCE_POSITION'

    Solved this by putting 'public:' above the enum declaration
    and putting 'protected:' at the end of the enum.

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

Reply via email to