[PyOpenGL-Users] Problems installing PyOpenGl
Brought to you by:
mcfletch
From: Jake <jpr...@ca...> - 2002-01-26 03:18:55
|
Hi, I am attempting to install PyOpenGL, and when I run 'python setup.py build', it compiles for a minute or so and then dies with the long error message below. Any suggestions/advice would be greatly appreciated! -- Jake gcc -O3 -fomit-frame-pointer -pipe -s -march=pentium -ffast-math -fexpensive-optimizations -fPIC -DGLX_PLATFORM -I/usr/include -I/usr/local/include -I/usr/X11/include -Isrc/gle/src -I/usr/include/python1.5 -c src/interface/GLU.__init___.c -o build/temp.linux-i686-1.5/GLU.__init___.o In file included from src/interface/GLU.__init___.c:9: src/interface/GLU.__init___.0102.inc:1387: warning: `GLU_NURBS_MODE' redefined /usr/include/GL/glu.h:207: warning: this is the location of the previous definition In file included from src/interface/GLU.__init___.c:9: src/interface/GLU.__init___.0102.inc:1007: parse error before `GLUquadric' src/interface/GLU.__init___.0102.inc:1007: warning: no semicolon at end of struct or union src/interface/GLU.__init___.0102.inc:1010: parse error before `}' src/interface/GLU.__init___.0102.inc:1010: warning: data definition has no type or storage class src/interface/GLU.__init___.0102.inc:1013: parse error before `*' src/interface/GLU.__init___.0102.inc:1013: warning: data definition has no type or storage class src/interface/GLU.__init___.0102.inc: In function `PyGLUquadric_Del': src/interface/GLU.__init___.0102.inc:1017: parse error before `)' src/interface/GLU.__init___.0102.inc: At top level: src/interface/GLU.__init___.0102.inc:1036: parse error before `*' src/interface/GLU.__init___.0102.inc: In function `_gluNewQuadric': src/interface/GLU.__init___.0102.inc:1038: `self' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:1038: (Each undeclared identifier is reported only once src/interface/GLU.__init___.0102.inc:1038: for each function it appears in.) src/interface/GLU.__init___.0102.inc:1038: parse error before `)' src/interface/GLU.__init___.0102.inc: At top level: src/interface/GLU.__init___.0102.inc:1051: parse error before `*' src/interface/GLU.__init___.0102.inc:1410: parse error before `GLUnurbs' src/interface/GLU.__init___.0102.inc:1410: warning: no semicolon at end of struct or union src/interface/GLU.__init___.0102.inc:1413: parse error before `}' src/interface/GLU.__init___.0102.inc:1413: warning: data definition has no type or storage class src/interface/GLU.__init___.0102.inc:1416: parse error before `*' src/interface/GLU.__init___.0102.inc:1416: warning: data definition has no type or storage class src/interface/GLU.__init___.0102.inc: In function `PyGLUnurbs_Del': src/interface/GLU.__init___.0102.inc:1420: parse error before `)' src/interface/GLU.__init___.0102.inc:1422: parse error before `)' src/interface/GLU.__init___.0102.inc:1422: parse error before `)' src/interface/GLU.__init___.0102.inc:1422: parse error before `)' src/interface/GLU.__init___.0102.inc: In function `GetNurbsCallback': src/interface/GLU.__init___.0102.inc:1445: request for member `callbacks' in something not a structure or union src/interface/GLU.__init___.0102.inc: At top level: src/interface/GLU.__init___.0102.inc:1451: parse error before `*' src/interface/GLU.__init___.0102.inc: In function `_gluNewNurbsRenderer': src/interface/GLU.__init___.0102.inc:1453: `self' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:1453: parse error before `)' src/interface/GLU.__init___.0102.inc: At top level: src/interface/GLU.__init___.0102.inc:1652: parse error before `*' src/interface/GLU.__init___.0102.inc: In function `_gluNurbsCallback': src/interface/GLU.__init___.0102.inc:1654: `which' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:1657: `self' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:1657: `pyfunc' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:1657: warning: unreachable code at beginning of switch statement src/interface/GLU.__init___.0102.inc: At top level: src/interface/GLU.__init___.0102.inc:1728: parse error before `*' src/interface/GLU.__init___.0102.inc: In function `gluNurbsCallbackDataEXT': src/interface/GLU.__init___.0102.inc:1728: parse error before `*' src/interface/GLU.__init___.0102.inc:1728: `theNurb' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:1728: `userData' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc: In function `_wrap_gluNewQuadric': src/interface/GLU.__init___.0102.inc:2929: `result' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:2933: parse error before `)' src/interface/GLU.__init___.0102.inc: In function `_wrap_gluQuadricNormals': src/interface/GLU.__init___.0102.inc:2962: `GLUquadric' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:2962: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:2963: parse error before `arg1' src/interface/GLU.__init___.0102.inc:2966: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:2966: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:2973: parse error before `)' src/interface/GLU.__init___.0102.inc:2974: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluQuadricTexture': src/interface/GLU.__init___.0102.inc:2991: `GLUquadric' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:2991: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:2992: parse error before `arg1' src/interface/GLU.__init___.0102.inc:2996: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:2996: `obj1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3003: parse error before `)' src/interface/GLU.__init___.0102.inc:3004: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc:3007: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc: In function `_wrap_gluQuadricOrientation':src/interface/GLU.__init___.0102.inc:3024: `GLUquadric' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3024: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3025: parse error before `arg1' src/interface/GLU.__init___.0102.inc:3028: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3028: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3035: parse error before `)' src/interface/GLU.__init___.0102.inc:3036: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluQuadricDrawStyle': src/interface/GLU.__init___.0102.inc:3053: `GLUquadric' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3053: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3054: parse error before `arg1' src/interface/GLU.__init___.0102.inc:3057: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3057: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3064: parse error before `)' src/interface/GLU.__init___.0102.inc:3065: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluCylinder': src/interface/GLU.__init___.0102.inc:3082: `GLUquadric' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3082: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3083: parse error before `arg1' src/interface/GLU.__init___.0102.inc:3090: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3090: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3090: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3090: `arg3' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3090: `arg4' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3090: `arg5' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3097: parse error before `)' src/interface/GLU.__init___.0102.inc:3098: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluDisk': src/interface/GLU.__init___.0102.inc:3115: `GLUquadric' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3115: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3116: parse error before `arg1' src/interface/GLU.__init___.0102.inc:3122: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3122: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3122: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3122: `arg3' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3122: `arg4' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3129: parse error before `)' src/interface/GLU.__init___.0102.inc:3130: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluPartialDisk': src/interface/GLU.__init___.0102.inc:3147: `GLUquadric' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3147: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3148: parse error before `arg1' src/interface/GLU.__init___.0102.inc:3156: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3156: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3156: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3156: `arg3' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3156: `arg4' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3156: `arg5' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3156: `arg6' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3163: parse error before `)' src/interface/GLU.__init___.0102.inc:3164: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluSphere': src/interface/GLU.__init___.0102.inc:3181: `GLUquadric' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3181: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3182: parse error before `arg1' src/interface/GLU.__init___.0102.inc:3187: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3187: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3187: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3187: `arg3' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3194: parse error before `)' src/interface/GLU.__init___.0102.inc:3195: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluQuadricCallback': src/interface/GLU.__init___.0102.inc:3212: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3213: parse error before `arg1' src/interface/GLU.__init___.0102.inc:3219: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3219: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3219: `obj2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3226: parse error before `)' src/interface/GLU.__init___.0102.inc:3234: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3237: `result' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc: In function `_wrap_gluNewNurbsRenderer': src/interface/GLU.__init___.0102.inc:3666: `result' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3670: parse error before `)' src/interface/GLU.__init___.0102.inc: In function `_wrap_gluBeginSurface': src/interface/GLU.__init___.0102.inc:3699: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3699: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3700: parse error before `*' src/interface/GLU.__init___.0102.inc:3702: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3709: parse error before `)' src/interface/GLU.__init___.0102.inc:3710: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluBeginCurve': src/interface/GLU.__init___.0102.inc:3727: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3727: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3728: parse error before `*' src/interface/GLU.__init___.0102.inc:3730: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3737: parse error before `)' src/interface/GLU.__init___.0102.inc:3738: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluEndCurve': src/interface/GLU.__init___.0102.inc:3755: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3755: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3756: parse error before `*' src/interface/GLU.__init___.0102.inc:3758: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3765: parse error before `)' src/interface/GLU.__init___.0102.inc:3766: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluEndSurface': src/interface/GLU.__init___.0102.inc:3783: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3783: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3784: parse error before `*' src/interface/GLU.__init___.0102.inc:3786: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3793: parse error before `)' src/interface/GLU.__init___.0102.inc:3794: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluBeginTrim': src/interface/GLU.__init___.0102.inc:3811: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3811: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3812: parse error before `*' src/interface/GLU.__init___.0102.inc:3814: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3821: parse error before `)' src/interface/GLU.__init___.0102.inc:3822: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluEndTrim': src/interface/GLU.__init___.0102.inc:3839: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3839: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3840: parse error before `*' src/interface/GLU.__init___.0102.inc:3842: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3849: parse error before `)' src/interface/GLU.__init___.0102.inc:3850: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluPwlCurve': src/interface/GLU.__init___.0102.inc:3867: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3867: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3868: parse error before `arg1' src/interface/GLU.__init___.0102.inc:3880: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3880: `obj2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3880: `arg4' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3887: parse error before `)' src/interface/GLU.__init___.0102.inc:3888: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc:3891: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3891: `temp_array' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3894: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3897: `arg3' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc: In function `_wrap_gluNurbsCurve': src/interface/GLU.__init___.0102.inc:3917: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3917: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3918: parse error before `arg1' src/interface/GLU.__init___.0102.inc:3936: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3936: `obj2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3936: `obj5' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3936: `arg6' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3943: parse error before `)' src/interface/GLU.__init___.0102.inc:3944: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc:3947: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3947: `temp_knot' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3951: `arg5' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3951: `temp_ctlarray' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3954: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3957: `arg3' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3960: `arg4' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc: In function `_wrap_gluNurbsSurface': src/interface/GLU.__init___.0102.inc:3983: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3983: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:3984: parse error before `arg1' src/interface/GLU.__init___.0102.inc:4011: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4011: `obj2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4011: `obj4' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4011: `obj8' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4011: `arg9' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4018: parse error before `)' src/interface/GLU.__init___.0102.inc:4019: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc:4022: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4022: `temp_sknot' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4025: `arg4' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4025: `temp_tknot' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4029: `arg8' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4029: `temp_ctlarray' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4032: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4035: `arg3' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4038: `arg5' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4041: `arg6' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4044: `arg7' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc: In function `_wrap_gluLoadSamplingMatrices': src/interface/GLU.__init___.0102.inc:4070: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4070: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4071: parse error before `*' src/interface/GLU.__init___.0102.inc:4082: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4082: `obj1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4082: `obj2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4082: `obj3' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4089: parse error before `)' src/interface/GLU.__init___.0102.inc:4090: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc:4093: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4093: `temp_modelMatrix' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4096: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4096: `temp_projMatrix' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4099: `arg3' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4099: `temp_viewport' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc: In function `_wrap_gluNurbsProperty': src/interface/GLU.__init___.0102.inc:4125: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4125: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4126: parse error before `arg1' src/interface/GLU.__init___.0102.inc:4130: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4130: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4130: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4137: parse error before `)' src/interface/GLU.__init___.0102.inc:4138: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluGetNurbsProperty': src/interface/GLU.__init___.0102.inc:4155: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4155: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4156: parse error before `arg1' src/interface/GLU.__init___.0102.inc:4162: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4162: `temp_value' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4164: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4164: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4171: parse error before `)' src/interface/GLU.__init___.0102.inc:4172: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc: In function `_wrap_gluNurbsCallback': src/interface/GLU.__init___.0102.inc:4194: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4195: parse error before `arg1' src/interface/GLU.__init___.0102.inc:4201: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4201: `arg1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4201: `obj2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4208: parse error before `)' src/interface/GLU.__init___.0102.inc:4216: `arg2' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4219: `result' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc: In function `_wrap___gluNurbsCallbackDataEXT': src/interface/GLU.__init___.0102.inc:4234: `GLUnurbs' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4234: `arg0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4235: parse error before `*' src/interface/GLU.__init___.0102.inc:4239: `obj0' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4239: `obj1' undeclared (first use in this function) src/interface/GLU.__init___.0102.inc:4246: parse error before `)' src/interface/GLU.__init___.0102.inc:4247: request for member `obj' in something not a structure or union src/interface/GLU.__init___.0102.inc:4250: `arg1' undeclared (first use in this function) error: command 'gcc' failed with exit status 1 [3]+ Exit 1 python setup.py build |