[Flvw-user] Compiling flvw: 'inactive' undeclared
Status: Beta
Brought to you by:
lcharlto
|
From: Eric H. <eri...@lm...> - 2002-12-19 20:05:08
|
To get rid of error when using FLTK 1.1.x versions comment out or remove the line #define fl_inactive inactive in Flv_List.H >Hello list, > > Running RedHat 7.3, gcc 2.96, and the november 25th 2002 release of FLTK. > When I attempt to compile flvw (./configure, make) I'm getting an > error: > > Flv_List.cxx:178: `inactive' undeclared (first use this function) > > Line 177/178 of the file in question contains: > > if (!active()) > s.foreground( fl_inactive(s.foreground()) ); > > Any ideas? > > Regards, > > Marc Brevoort |