Mailinglist Archive: radeonhd (333 mails)
| < Previous | Next > |
Re: [radeonhd] conflicting types for xf86jmp_buf (again)
- From: Adam Williamson <awilliamson@xxxxxxxxxxxx>
- Date: Mon, 13 Oct 2008 22:14:36 -0700
- Message-id: <1223961276.12795.127.camel@xxxxxxxxxxxxxxxx>
On Mon, 2008-10-13 at 20:29 +0200, Matthias Hopf wrote:
...and it just came back again, in 1.2.3:
gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -I/usr/include/xorg
-I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall
-Wextra -Wno-unused-parameter -Werror-implicit-function-declaration
-Wstrict-aliasing -Wstrict-overflow -Wpointer-arith -Woverlength-strings
-Wvolatile-register-var -Winit-self -Wbad-function-cast
-Wstrict-prototypes -Wold-style-definition -Wnested-externs
-Wdisabled-optimization -pedantic -Wno-long-long -Wno-variadic-macros
-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586
-mtune=generic -fasynchronous-unwind-tables -finline-functions -MT
radeonhd_drv_la-radeon_exa_render.lo -MD -MP
-MF .deps/radeonhd_drv_la-radeon_exa_render.Tpo -c radeon_exa_render.c
-fPIC -DPIC -o .libs/radeonhd_drv_la-radeon_exa_render.o
In file included from /usr/include/xorg/opaque.h:48,
from /usr/include/xorg/windowstr.h:60,
from /usr/include/xorg/exa.h:36,
from r5xx_exa.c:56:
/usr/include/setjmp.h:49: error: conflicting types for 'xf86jmp_buf'
/usr/include/xorg/xf86_libc.h:99: error: previous declaration of
'xf86jmp_buf' was here
/usr/include/setjmp.h:53: error: expected ')' before '==' token
/usr/include/setjmp.h:82: error: conflicting types for 'xf86longjmp'
/usr/include/xorg/xf86_ansic.h:292: error: previous declaration of
'xf86longjmp' was here
--
adamw
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
On Jul 30, 08 14:54:16 -0700, Adam Williamson wrote:
As written above, current git does not build on Mandriva with a
'conflicting types for xf86jmp_buf' error. This has happened twice
before and been corrected upstream both times, and I was asked to
report it if it happens again. Well, it's happening. :)
Just to make sure - this is working again, isn't it?
...and it just came back again, in 1.2.3:
gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -I/usr/include/xorg
-I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall
-Wextra -Wno-unused-parameter -Werror-implicit-function-declaration
-Wstrict-aliasing -Wstrict-overflow -Wpointer-arith -Woverlength-strings
-Wvolatile-register-var -Winit-self -Wbad-function-cast
-Wstrict-prototypes -Wold-style-definition -Wnested-externs
-Wdisabled-optimization -pedantic -Wno-long-long -Wno-variadic-macros
-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586
-mtune=generic -fasynchronous-unwind-tables -finline-functions -MT
radeonhd_drv_la-radeon_exa_render.lo -MD -MP
-MF .deps/radeonhd_drv_la-radeon_exa_render.Tpo -c radeon_exa_render.c
-fPIC -DPIC -o .libs/radeonhd_drv_la-radeon_exa_render.o
In file included from /usr/include/xorg/opaque.h:48,
from /usr/include/xorg/windowstr.h:60,
from /usr/include/xorg/exa.h:36,
from r5xx_exa.c:56:
/usr/include/setjmp.h:49: error: conflicting types for 'xf86jmp_buf'
/usr/include/xorg/xf86_libc.h:99: error: previous declaration of
'xf86jmp_buf' was here
/usr/include/setjmp.h:53: error: expected ')' before '==' token
/usr/include/setjmp.h:82: error: conflicting types for 'xf86longjmp'
/usr/include/xorg/xf86_ansic.h:292: error: previous declaration of
'xf86longjmp' was here
--
adamw
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |