[Flvw-user] Compiling flvw: 'inactive' undeclared
Status: Beta
Brought to you by:
lcharlto
|
From: Marc R.J. B. <mr...@ri...> - 2002-12-06 09:20:37
|
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
|