On Tue, Oct 19, 2004 at 02:02:27PM +0200, Tom Schouten wrote: > > hi ville, > > from your readme.txt: > > 1: Unpack Mesa sources > > 2: Install DirectFBGL (cvs version required) > $ ./autogen.sh --with-mesa=<path to Mesa sources> > $ make > # make install > > 3: Compile Mesa > $ make > > 4: Compile mga drm kernel module (included in Mesa sources) > $ cd src/kernel/drm > $ make > > the make step in 2. fails because it can't find libGL > in the mesa dir (not compiled yet):
I forgot that DirectFBGL requires libGL (due to glFlush() I think) and libGL with glx hack requires DirectFBGL :( I've always had a system libGL installed so I hadn't noticed the problem. I think it should work if you do "make -k install" for DirectFBGL (headers should get installed), then compile Mesa and then build and install DiretFBGL for real. <snip> > i tried reversing 2 and 3 but this failed when running > ./bootstrap: > configure.in:87: required file `src/Trace/Makefile.in' not found You didn't follow the instructions here. Do not run bootstrap. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/