#19143: mesa 7.4 build failure ---------------------------------------------+------------------------------ Reporter: J.Liem@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.1 Keywords: mesa build error Xfixes.h dri.h | Port: mesa ---------------------------------------------+------------------------------ Comment(by tan2tan2@…): I got the same error when building mesa: {{{ gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa -I../../../src/mesa/glapi -ggdb3 -Os -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -fno-common -I/opt/local/include -I/opt/local/include -fPIC -D_DARWIN_C_SOURCE -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DPTHREADS -DGLX_ALIAS_UNSUPPORTED -DGLX_INDIRECT_RENDERING -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER -DDEFAULT_DRIVER_DIR=\"/opt/local/lib/dri\" ../../../src/mesa/main/dispatch.c -o ../../../src/mesa/main/dispatch.o In file included from dri2.c:40: dri2.h:36:35: error: X11/extensions/Xfixes.h: No such file or directory }}} From the error message, it seems that mesa requires Xfixes.h, which is packaged under xorg-libXfixes. So, installing xorg-libXfixes before mesa will fix the problem. {{{ port install xorg-libXfixes port install mesa }}} -- Ticket URL: <http://trac.macports.org/ticket/19143#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS