#35111: mesa build failure due to missing headers (OpenGL/CGLTypes.h etc.) -----------------------------------+---------------------------------------- Reporter: dougmencken@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: mesa -----------------------------------+---------------------------------------- Comment(by jmr@…): The messages about OpenGL/CGLTypes.h and such are just warnings; I guess makedepend doesn't understand framework includes. The actual error is {{{ :info:build ../glxext.c: In function ‘__glXWireToEvent’: :info:build ../glxext.c:136: error: ‘xGLXBufferSwapComplete2’ undeclared (first use in this function) }}} possibly due to -I/usr/X11/include being in the compile command line but not -I${prefix}/include? It's also not using the right compiler, but that may be unrelated. -- Ticket URL: <https://trac.macports.org/ticket/35111#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS