Hello, I am new to mesa,<br>and I am not sure if compiling issue could post here or not?<br><br>I want to build xorg and follow this guide:<br><a href="http://www.x.org/wiki/Development/BuildingX">http://www.x.org/wiki/Development/BuildingX</a><br>
<br>but when I build mesa,<br>It error at:<br>../../../include/EGL/eglplatform.h:84:22: error: X11/Xlib.h: No such file or directory<br>../../../include/EGL/eglplatform.h:85:23: error: X11/Xutil.h: No such file or directory<br>
<br><br>and I also tried 7.8 and 7.8.1 are both stop at the same error,<br>but I can compile 7.7.1 successfully.<br><br>I google the message and find some hint here:<br><a href="http://www.mail-archive.com/blfs-dev@linuxfromscratch.org/msg09459.html">http://www.mail-archive.com/blfs-dev@linuxfromscratch.org/msg09459.html</a><br>
<br>By adding include dir to src/egl/main/Makefile, I can go on, <br>But error on another file complain  X11/Xlib.h: No such file or directory<br><br>How could I fix this error?<br>X11/Xlib.h: No such file or directory<br>
X11/Xutil.h: No such file or directory<br>
<br>Thanks<br><br>