On 02/17/12 11:22, Jim Jozwiak wrote:
> I've got gcc version 4.5.2 running on slackware 13.37.  I just bunzipped it 
> and typed "make".
> 
> ..
> Compiling Fl_Paged_Device.cxx...
> In file included from ../FL/Fl_Paged_Device.H:26:0,
>                  from Fl_Paged_Device.cxx:22:
> ./FL/Fl_Device.H: In destructor 'virtual 
> Fl_Graphics_Driver::~Fl_Graphics_Driver()':
> ./FL/Fl_Device.H:389:48: error: 'free' was not declared in this scope

        This was fixed by Manolo in r9239, just after the snapshot
        you're using was made.

        Just add this line to line 34 of FL/Fl_Device.H:

#include <stdlib.h>

        ..or, update to r9236.

        

_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to