[XForms] fl_get_glcanvas_attributes

Angus Leeming angus.leeming at btopenworld.com
Mon Jun 21 17:42:11 EDT 2004


On Sunday 20 June 2004 10:34 pm, Florian Oszwald wrote:
> Dear List,
>
> maybe someone could give me hint on this:
>
> I tried to install darwin2k which requires xforms under suse 9.0
>
> 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
>
> Well, I have xforms installed, what might be the point? I thought,
> that the compiler cannot see the xform files. How can I changed
> this?
>
> Thank you very much for your help.

I'm afraid that your report is too vague to allow me to really help you.
However, maybe this will help:

$ grep -r fl_get_glcanvas_attributes .
Binary file ./build/gl/.libs/libformsGL.so.1.0.0 matches
Binary file ./build/gl/.libs/libformsGL.so.1 matches
Binary file ./build/gl/.libs/libformsGL.so matches
Binary file ./build/gl/.libs/libformsGL.a matches
Binary file ./build/gl/glcanvas.o matches
Binary file ./build/gl/glcanvas.lo matches
./gl/glcanvas.c:fl_get_glcanvas_attributes(FL_OBJECT * ob, int *attributes)
./gl/glcanvas.h:FL_EXPORT void fl_get_glcanvas_attributes(

Conclusion: the function is present in libformsGL.so
 Do you link against this, or only against libforms.so?

Regards,
Angus



More information about the Xforms mailing list