Re: [Mesa3d-dev] [PATCH] Fix compile error caused by missing include dir

2010-03-19 Thread Johannes Obermayr
>Please apply this patch. > >Otherwise st:es has a compile error in st_es2.c! > >Thanks. >Johannes Ping If you do not believe try compiling it on a fresh machine like OBS. Include flow: src/gallium/state_trackers/es/st_es2.c -> src/mesa/state_tracker/st_manager.h -> src/mesa/state_tracker/st_con

[Mesa3d-dev] [PATCH] Fix compile error caused by missing include dir

2010-03-18 Thread Johannes Obermayr
Please apply this patch. Otherwise st:es has a compile error in st_es2.c! Thanks. Johannes diff --git a/src/gallium/state_trackers/es/Makefile b/src/gallium/state_trackers/es/Makefile index e33685d..089d441 100644 --- a/src/gallium/state_trackers/es/Makefile +++ b/src/gallium/state_trackers/es/Ma

[Mesa3d-dev] Compiler warnings when building Mesa

2010-03-14 Thread Johannes Obermayr
Hi, here is a list with compiler warnings I have seen for a longer time. Just for info: libdrm: 20100313 XServer: 1.7.5 protos/macros: 20100311 I can also provide a full log (~1.4 MiB). Please decide whether fixing them is necessary/worth ... Thanks. Johannes gcc -c -I../../include -I../../sr

Re: [Mesa3d-dev] Compile error in xorg_crtc.c

2010-03-11 Thread Johannes Obermayr
STEVE555 wrote: >If I leave out the xorg state tracker,it goes past fine until it comes up >with this error I posted earlier: > >gmake[5]: Entering directory `/opt/mesa/src/gallium/winsys/drm/vmware/egl' >gcc -c -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math >-fvisibility=hidden -fno-stric

[Mesa3d-dev] Compile error in xorg_crtc.c

2010-03-10 Thread Johannes Obermayr
XServer 1.7.5: I think it is this commit: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a56da1005d30da60701e33b75d5f4f37096df060 Thanks. Johannes gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers -DHAVE_CONFIG_H -DHAVE_XEXTPR

[Mesa3d-dev] Compile error in radeon_texture.c

2010-03-07 Thread Johannes Obermayr
Hi, There is a compile error in radeon_texture.c. Thanks. Johannes 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-g -O2 -Wall -Wmissi

[Mesa3d-dev] Build failure in glapi/glapi.c

2010-03-01 Thread Johannes Obermayr
Latest mesa does not compile. Thanks. Johannes gcc -c -I../../include -I../../src/mesa -I../../src/gallium/include -I../../src/gallium/auxiliary -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM

[Mesa3d-dev] [PATCH] dri/nouveau: Adjust to latest libdrm

2010-02-16 Thread Johannes Obermayr
Mesa compiles now in dri/nouveau (without compiler warnings). 1. Do the same as Ben Skeggs did with commit "nouveau: fix for latest libdrm" on Gallium 2. "chan->pushbuf->remaining" is now "chan->end - chan->cur" (see libdrm commit "nouveau: interface changes for 0.0.16 DRM") 3. Compiled successf

Re: [Mesa3d-dev] [Nouveau] Build failure in Mesa

2010-02-16 Thread Johannes Obermayr
Am Dienstag, 16. Februar 2010 11:13:06 schrieb Maarten Maathuis: > On Tue, Feb 16, 2010 at 11:00 AM, Johannes Obermayr > wrote: > > Am Dienstag, 16. Februar 2010 09:53:58 schrieb Ben Skeggs: > >> On Tue, 2010-02-16 at 09:25 +0100, Johannes Obermayr wrote: > >>

Re: [Mesa3d-dev] Build failure in Mesa

2010-02-16 Thread Johannes Obermayr
Am Dienstag, 16. Februar 2010 09:53:58 schrieb Ben Skeggs: > On Tue, 2010-02-16 at 09:25 +0100, Johannes Obermayr wrote: > > Hi, > > > > Ben Skeggs latest changes in Mesa cause a build failure (libdrm is latest > > git ...). > Rebuild latest libdrm from git, you&

[Mesa3d-dev] Build failure in Mesa

2010-02-16 Thread Johannes Obermayr
Hi, Ben Skeggs latest changes in Mesa cause a build failure (libdrm is latest git ...). Thanks. Johannes gmake[3]: Entering directory `/usr/src/packages/BUILD/Mesa/src/mesa/drivers' gmake[4]: Entering directory `/usr/src/packages/BUILD/Mesa/src/mesa/drivers/dri' sed -e 's,@INSTALL_DIR@,/usr,' -

[Mesa3d-dev] /src/mesa/drivers/dri/mach64 does not compile

2010-02-10 Thread Johannes Obermayr
Please CC me... author Corbin Simpson 2010-02-10 09:39:21 (GMT) committer Corbin Simpson 2010-02-10 20:35:39 (GMT) commit 412ffb7a3ab8c0174aa921a4a10af3eaa03648da gmake[6]: Leaving directory `/usr/src/packages/BUILD/Mesa/src/mesa/drivers/dri/i965' gmake[5]: Leaving directo

Re: [Mesa3d-dev] Latest Mesa (Gallium st:dri) does not compile

2010-02-08 Thread Johannes Obermayr
Am Montag, 8. Februar 2010 20:46:26 schrieb Keith Whithwell: > OK, hopefully fixed with latest push. > > Keith > New error on OpenSUSE Build Service with your commit: ... running 01-check-debuginfo ... testing for empty debuginfo packages ... running 02-check-gcc-output ... testing for seriou

[Mesa3d-dev] Latest Mesa (Gallium st:dri) does not compile

2010-02-08 Thread Johannes Obermayr
(Please CC me - I am only subscribed for posting ...) Compiled commit: author Keith Whitwell 2010-02-08 17:15:47 (GMT) committer Keith Whitwell 2010-02-08 17:17:59 (GMT) commit 0b99303d1c6244094c24844f86f4e7677ee69f18 I think it is broken by this commit: author Keith Whitwe