[XForms] fl_get_glcanvas_attributes

jason cipriani jac4 at mindless.com
Tue Jun 22 10:18:19 EDT 2004


> So I downloaded xform 1.0.90 and configured it and installed it.
> When I try to install darwin I get an error during make saying, that
> fl_get_glcanvas_attributes is undecleared

If it's the compiler saying it's undeclared (as opposed to the linker saying it's undefined), then it could also be the ol' glcanvas.h thing (TM).

Try, just for grins, editing your installed forms.h file and adding these two lines somewhere:

#include <GL/glx.h>
#include <glcanvas.h>

Assuming that GL/glx.h and the installed glcanvas.h are in your include path.
-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm




More information about the Xforms mailing list