oops, fixed typo PREFIX, but still failed on can not find X11/Xlib.h and X11/Xutil.h
Thanks your correction :) and I also change configure options as ./autogen.sh --prefix="$PREFIX" --enable-xcb --with-dri-drivers=i915 --disable-gallium 2010/4/18 Joakim Sindholt <b...@zhasha.com> > In your script, something came to mind in: > ./autogen.sh --prefix="$PREFX" --enable-xcb --enable-gallium-intel > --with-dri-drivers=i915 > That line actually compiles both classic AND gallium'ized drivers. The > --with-dri-drivers flag is what you specify to compile classic mesa > drivers. > (also you wrote $PREFX, not $PREFIX, it looks like a bug) > > On Sun, 2010-04-18 at 22:42 +0800, CSJ wrote: > > My build script is as attached named auto.sh, > > and run it as: > > auto.sh init > > auto.sh get_xorg_proto > > auto.sh build_xorg_proto > > auto.sh get_xorg_lib > > auto.sh build_xorg_lib > > > > and failed on build mesa lib. > > > > I'll try to patch Makefile to let it compile pass. > > Thanks :) > > > > 2010/4/18 Luca Barbieri <luca.barbi...@gmail.com> > > Normally the X11 headers are available without needing any > > special -I > > options, since they are at /usr/include/X11/Xlib.h > > > > It's quite possible that the Mesa build system may be broken > > if you > > have them somewhere else, since possibly no one tested that. > > > > Just figure out how to fix it and send a patch :) > > > > >
auto.sh
Description: Bourne shell script
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev