We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
换了系统,以前的12.04能编过了,但是系统坏了,又开始配置,但是glu.h 找不到,下了一个放在 include 了
/usr/include/GL/glu.h:263:87: error: expected ‘)’ before ‘’ token /usr/include/GL/glu.h:274:91: error: expected ‘)’ before ‘’ token /usr/include/GL/glu.h:283:91: error: expected ‘)’ before ‘*’ token
就是几个函数申明: 263:extern void APIENTRY gluNurbsCallback (GLUnurbs* nurb, GLenum which, GLvoid (CALLBACK CallBackFunc)()); 274:extern void APIENTRY gluQuadricCallback (GLUquadric quad, GLenum which, GLvoid (CALLBACK CallBackFunc)()); 283:extern void APIENTRY gluTessCallback (GLUtesselator tess, GLenum which, GLvoid (CALLBACK *CallBackFunc)());
有碰见过的吗?我不是太看的出来问题在哪里。。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
换了系统,以前的12.04能编过了,但是系统坏了,又开始配置,但是glu.h 找不到,下了一个放在 include 了
/usr/include/GL/glu.h:263:87: error: expected ‘)’ before ‘’ token
/usr/include/GL/glu.h:274:91: error: expected ‘)’ before ‘’ token
/usr/include/GL/glu.h:283:91: error: expected ‘)’ before ‘*’ token
就是几个函数申明:
263:extern void APIENTRY gluNurbsCallback (GLUnurbs* nurb, GLenum which, GLvoid (CALLBACK CallBackFunc)());
274:extern void APIENTRY gluQuadricCallback (GLUquadric quad, GLenum which, GLvoid (CALLBACK CallBackFunc)());
283:extern void APIENTRY gluTessCallback (GLUtesselator tess, GLenum which, GLvoid (CALLBACK *CallBackFunc)());
有碰见过的吗?我不是太看的出来问题在哪里。。
The text was updated successfully, but these errors were encountered: