-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I get comile errors in ubuntu and debian:
/home/ubuntu/openFrameworks/apps/lpmtX2/src/quad.cpp:1302:48: error: 'GL_FILL' was not declared in this scope
glPolygonMode(GL_FRONT,GL_FILL);
^
/home/ubuntu/openFrameworks/apps/lpmtX2/src/quad.cpp:1302:55: error: 'glPolygonMode' was not declared in this s
glPolygonMode(GL_FRONT,GL_FILL);
^
/home/ubuntu/openFrameworks/apps/lpmtX2/src/quad.cpp:1304:34: error: 'GL_MAP2_VERTEX_3' was not declared in thie
glEnable(GL_MAP2_VERTEX_3);
^
/home/ubuntu/openFrameworks/apps/lpmtX2/src/quad.cpp:1305:34: error: 'GL_AUTO_NORMAL' was not declared in this
glEnable(GL_AUTO_NORMAL);
^
/home/ubuntu/openFrameworks/apps/lpmtX2/src/quad.cpp:1310:58: error: 'glEvalMesh2' was not declared in this sco
glEvalMesh2(GL_FILL, 0, 20, 0, 20);
^
/home/ubu
Any Ideas how to fix this?