latest mesa git compilation failure

View: New views
2 Messages — Rating Filter:   Alert me  

latest mesa git compilation failure

by Aidan Marks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

trying to build latest mesa git master at
ec5c23551cdb4c369d8f8f392208f4d4bf29911b, seeing this build failure:

[snip]
x86_64-pc-linux-gnu-gcc -c -I.
-I../../../../../src/mesa/drivers/dri/common -Iserver
-I../../../../../include -I../../../../../src/mesa
-I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri
-I/usr/include/drm    -march=native -msse4 -msse4.1 -msse4.2 -mcx16
-msahf -O2 -pipe -ffast-math -Wall -Wmissing-prototypes -std=c99
-ffast-math -fno-strict-aliasing  -fPIC  -DUSE_X86_64_ASM -D_GNU_SOURCE
-DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_USE_TLS -DPTHREADS
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
-DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_LIBDRM_RADEON=1
-I/usr/include/drm   -DRADEON_R300 radeon_texture.c -o radeon_texture.o


gmake[5]: *** No rule to make target `compiler/libr300compiler.a',
needed by `r300_dri.so'.  Stop.

gmake[5]: *** Waiting for unfinished jobs....


on gentoo, using

./configure --prefix=/usr --build=x86_64-pc-linux-gnu
--host=x86_64-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --libdir=/usr/lib64 --with-driver=dri
--disable-glut --without-demos --disable-debug --disable-glw
--disable-motif --enable-glx-tls --enable-xcb
--with-dri-drivers=,swrast,radeon,r200,r300,r600 --disable-gallium
--enable-asm

thanks
Aidan

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@...
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Re: latest mesa git compilation failure

by Brian Paul-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Aidan Marks wrote:

> Hi
>
> trying to build latest mesa git master at
> ec5c23551cdb4c369d8f8f392208f4d4bf29911b, seeing this build failure:
>
> [snip]
> x86_64-pc-linux-gnu-gcc -c -I.
> -I../../../../../src/mesa/drivers/dri/common -Iserver
> -I../../../../../include -I../../../../../src/mesa
> -I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri
> -I/usr/include/drm    -march=native -msse4 -msse4.1 -msse4.2 -mcx16
> -msahf -O2 -pipe -ffast-math -Wall -Wmissing-prototypes -std=c99
> -ffast-math -fno-strict-aliasing  -fPIC  -DUSE_X86_64_ASM -D_GNU_SOURCE
> -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_USE_TLS -DPTHREADS
> -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_LIBDRM_RADEON=1
> -I/usr/include/drm   -DRADEON_R300 radeon_texture.c -o radeon_texture.o
>
>
> gmake[5]: *** No rule to make target `compiler/libr300compiler.a',
> needed by `r300_dri.so'.  Stop.
>
> gmake[5]: *** Waiting for unfinished jobs....
>
>
> on gentoo, using
>
> ./configure --prefix=/usr --build=x86_64-pc-linux-gnu
> --host=x86_64-pc-linux-gnu --mandir=/usr/share/man
> --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
> --localstatedir=/var/lib --libdir=/usr/lib64 --with-driver=dri
> --disable-glut --without-demos --disable-debug --disable-glw
> --disable-motif --enable-glx-tls --enable-xcb
> --with-dri-drivers=,swrast,radeon,r200,r300,r600 --disable-gallium
> --enable-asm

I modified the Makefile last week.  I don't think anyone else has had
trouble.  Try removing your src/mesa/drivers/dri/r300/depend file.

-Brian

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@...
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev