Re: [Mesa-dev] failed to compile mesa

2010-04-18 Thread CSJ
f I use ./autogen.sh --prefix="$PREFIX" --enable-xcb --without-dri-drivers --enable-gallium-intel it failed as attach intel-gallium-enabled.log Thanks. 2010/4/19 Dan Nicholson > On Mon, Apr 19, 2010 at 12:15:22AM +0800, CSJ wrote: > > Sorry I am not familiar with Makefiles > >

Re: [Mesa-dev] failed to compile mesa

2010-04-18 Thread CSJ
that can not find xlib.h I'll temporarily use this patch to go on compile xserver, thanks all :) 2010/4/18 CSJ > 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 >

Re: [Mesa-dev] failed to compile mesa

2010-04-18 Thread CSJ
> 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 &g

Re: [Mesa-dev] failed to compile mesa

2010-04-18 Thread CSJ
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 > Normally th

Re: [Mesa-dev] failed to compile mesa

2010-04-18 Thread CSJ
ailed on 7.8 and later. Maybe I need to patch some Makefiles to let it find libX11? 2010/4/18 Joakim Sindholt > Install the X11/Xlib development headers with your distributions package > manager. > > On Sun, 2010-04-18 at 11:39 +0800, CSJ wrote: > > Hello, I am new to mesa, >

[Mesa-dev] failed to compile mesa

2010-04-17 Thread CSJ
Hello, I am new to mesa, and I am not sure if compiling issue could post here or not? I want to build xorg and follow this guide: http://www.x.org/wiki/Development/BuildingX but when I build mesa, It error at: ../../../include/EGL/eglplatform.h:84:22: error: X11/Xlib.h: No such file or directory