| Summary: | industri emerge fails in src_compile with conflicting types for PFNGLVERTEXARRAYRANGEAPPLEPROC error | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Shaun Crampton <fasaxc> |
| Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2004.3 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Shaun Crampton
2005-06-14 04:52:46 UTC
this is not errors but warnings what are the errors? i have a lot of warnings but industri compiles anyway ../glquake.h:1134: error: conflicting types for `PFNGLFLUSHVERTEXARRAYRANGEAPPLEPROC' /usr/include/GL/glext.h:6170: error: previous declaration of `PFNGLFLUSHVERTEXARRAYRANGEAPPLEPROC' ../glquake.h:1135: error: conflicting types for `PFNGLVERTEXARRAYRANGEAPPLEPROC' /usr/include/GL/glext.h:6169: error: previous declaration of `PFNGLVERTEXARRAYRANGEAPPLEPROC' Sorry, I assumed they were all the same it sounds like your tree is out of sync what does this show on your machine: echo '#include <GL/gl.h>' | gcc -E - | grep PFNGLVERTEXARRAYRANGEAPPLEPROC I get: typedef void ( * PFNGLVERTEXARRAYRANGEAPPLEPROC) (GLsizei length, GLvoid *pointer); |