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

2010-03-01 Thread STEVE555



Bugzilla from johannesoberm...@gmx.de wrote:
 
 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 -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS
 -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER
 -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
 -DHAVE_XEXTPROTO_71 state_tracker/st_texture.c -o
 state_tracker/st_texture.o
 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 -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS
 -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER
 -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
 -DHAVE_XEXTPROTO_71 glapi/glapi.c -o glapi/glapi.o
 glapi/glapi.c: In function '_glapi_check_multithread':
 glapi/glapi.c:178: error: expected expression before 'void'
 glapi/glapi.c:178: error: too many arguments to function
 '_glapi_init_multithread'
 glapi/glapi.c:180: error: expected ';' before 'knownID'
 gmake[2]: *** [glapi/glapi.o] Error 1
 gmake[2]: *** Waiting for unfinished jobs
 gmake[2]: Leaving directory `/usr/src/packages/BUILD/Mesa/src/mesa'
 make[1]: *** [subdirs] Error 1
 make[1]: Leaving directory `/usr/src/packages/BUILD/Mesa/src'
 make: *** [default] Error 1
 error: Bad exit status from /var/tmp/rpm-tmp.IlpHA4 (%build)
 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Mesa3d-dev mailing list
 Mesa3d-dev@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
 
 
I experienced the same error while building Mesa from git earlier on tonight
as well.I just waited to see if it was going to be fixed later.
Regards,
STEVE555
-- 
View this message in context: 
http://old.nabble.com/Build-failure-in-glapi-glapi.c-tp27750029p27750183.html
Sent from the mesa3d-dev mailing list archive at Nabble.com.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


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

2010-03-01 Thread George Sapountzis
On Tue, Mar 2, 2010 at 12:38 AM, Johannes Obermayr
johannesoberm...@gmx.de wrote:
 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 -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS 
 -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER 
 -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS 
 -DHAVE_XEXTPROTO_71 state_tracker/st_texture.c -o state_tracker/st_texture.o
 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 -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS 
 -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER 
 -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS 
 -DHAVE_XEXTPROTO_71 glapi/glapi.c -o glapi/glapi.o
 glapi/glapi.c: In function '_glapi_check_multithread':
 glapi/glapi.c:178: error: expected expression before 'void'
 glapi/glapi.c:178: error: too many arguments to function 
 '_glapi_init_multithread'
 glapi/glapi.c:180: error: expected ';' before 'knownID'
 gmake[2]: *** [glapi/glapi.o] Error 1
 gmake[2]: *** Waiting for unfinished jobs
 gmake[2]: Leaving directory `/usr/src/packages/BUILD/Mesa/src/mesa'
 make[1]: *** [subdirs] Error 1
 make[1]: Leaving directory `/usr/src/packages/BUILD/Mesa/src'
 make: *** [default] Error 1
 error: Bad exit status from /var/tmp/rpm-tmp.IlpHA4 (%build)


Should be fixed in master.

Sorry for that and thanks to Jose for fixing it.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev