Skip to content

Can' Compile #16

@Exellent1988

Description

@Exellent1988

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions