Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compiling on Arch Linux #10

Open
joonazan opened this issue Aug 30, 2019 · 1 comment
Open

Error when compiling on Arch Linux #10

joonazan opened this issue Aug 30, 2019 · 1 comment

Comments

@joonazan
Copy link

Upon running make I get the following error on master, v0.9.7 and the commit referenced by wolftype/versor.

/usr/include/GL/glext.h:12066:25: Fehler: in Konflikt stehende Deklaration »typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, const GLfloat*)«
12066 | typedef void (APIENTRYP PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, const GLfloat *params);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In Datei, eingebunden von GLV/glv_conf.h:90,
                 von GLV/glv_draw.h:9,
                 von GLV/glv_core.h:14,
                 von GLV/glv_buttons.h:7,
                 von src/glv_buttons.cpp:4:
/usr/include/GL/glew.h:18734:28: Anmerkung: bisherige Deklaration als »typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, GLfloat*)«
18734 | typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, GLfloat* params);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
@joonazan
Copy link
Author

joonazan commented Sep 2, 2019

Had the same problem on Ubuntu and wrote the following patch

#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant