STEVE555 wrote:
> Hi everyone,
>                   I've just pulled the latest commits for Mesa from the git
> repository today,(01,01,10).
> My configure options are:
> 
> ./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
> --sbindir=/usr/sbin --datadir=/usr/share --sysconfdir=/etc
> --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
> --localstatedir=/var --mandir=/usr/share/man --docdir=/usr/share/doc
> --x-libraries=/usr/lib --enable-32-bit --enable-xcb --enable-gallium-nouveau
> --with-x --with-dri-driverdir=/usr/lib/dri
> --with-xorg-driver-dir=/usr/lib/xorg/modules/drivers
> --with-state-trackers=dri,egl,xorg,glx,vega --enable-motif
> --enable-gl-osmesa --disable-gallium-intel --disable-gallium-radeon
> --with-expat=/usr/lib --with-demos=xdemos,demos,trivial,tests
> --with-dri-drivers=swrast,ffb  --enable-debug
> 
> I've just ran a compile after the commits,but I keep hitting this error:
> 
> gmake[5]: Leaving directory `/opt/mesa/src/gallium/winsys/drm/nouveau/drm'
> gmake[5]: Entering directory `/opt/mesa/src/gallium/winsys/drm/nouveau/dri'
> ../../Makefile.template:126: depend: No such file or directory
> rm -f depend
> touch depend
> /usr/bin/makedepend -fdepend -I/usr/lib/gcc/i686-redhat-linux/4.4.2/include 
> -I. -I../../../../../../src/mesa/drivers/dri/common -Iserver
> -I../../../../../../include -I../../../../../../include/GL/internal
> -I../../../../../../src/gallium/include
> -I../../../../../../src/gallium/auxiliary
> -I../../../../../../src/gallium/drivers
> -I../../../../../../src/gallium/winsys/common -I../../../../../../src/mesa
> -I../../../../../../src/mesa/main -I../../../../../../src/mesa/glapi
> -I../../../../../../src/mesa/math -I../../../../../../src/mesa/transform
> -I../../../../../../src/mesa/shader -I../../../../../../src/mesa/swrast
> -I../../../../../../src/mesa/swrast_setup -I../../../../../../src/egl/main
> -I../../../../../../src/egl/drivers/dri -I/usr/include/drm  
> -I/usr/lib/include ../../../../../../src/mesa/drivers/dri/common/utils.c
> ../../../../../../src/mesa/drivers/dri/common/vblank.c
> ../../../../../../src/mesa/drivers/dri/common/dri_util.c
> ../../../../../../src/mesa/drivers/dri/common/xmlconfig.c  \
>                  2> /dev/null
> gmake[5]: Leaving directory `/opt/mesa/src/gallium/winsys/drm/nouveau/dri'
> gmake[5]: Entering directory `/opt/mesa/src/gallium/winsys/drm/nouveau/dri'
> gmake[5]: *** No rule to make target
> `../../../../../../src/gallium/auxiliary/rbug/librbug.a', needed by
> `nouveau_dri.so'.  Stop.
> gmake[5]: Leaving directory `/opt/mesa/src/gallium/winsys/drm/nouveau/dri'
> gmake[4]: *** [default] Error 1
> gmake[4]: Leaving directory `/opt/mesa/src/gallium/winsys/drm/nouveau'
> gmake[3]: *** [default] Error 1
> gmake[3]: Leaving directory `/opt/mesa/src/gallium/winsys/drm'
> gmake[2]: *** [default] Error 1
> gmake[2]: Leaving directory `/opt/mesa/src/gallium/winsys'
> gmake[1]: *** [subdirs] Error 1
> gmake[1]: Leaving directory `/opt/mesa/src'
> gmake: *** [default] Error 1
> 
> I was wondering if this is a bug or do I need to build differently? Any help
> would be greatly appreiciated.


You might have a stale src/gallium/auxiliary/rbug/depend file.  Try 
rm'ing it and rebuilding.

-Brian

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to