You are not logged in.

#1 2012-03-20 14:55:31

vicent
Member
Registered: 2012-03-20
Posts: 2

Error when compiling xf86-video-ati

Hello I need to compile this pkbuild xf86-video-ati-6.14.3.tar.bz2 but always gives me the same errors, I tried with gcc4.6 and gcc4.3, but no way
always gives the same error, use arch64.
If compiled in arch32 works.
I tested with other versions xf86-video-ati but with the same result.



In file included from atombios_output.c:46:0:
radeon.h:795:5: warning: 'PCITAG' is deprecated [-Wdeprecated-declarations]
In file included from atombios_crtc.c:44:0:
radeon.h:795:5: warning: 'PCITAG' is deprecated [-Wdeprecated-declarations]
In file included from radeon_dri2.c:37:0:
radeon.h:795:5: warning: 'PCITAG' is deprecated [-Wdeprecated-declarations]
radeon_dri2.c:532:17: error: field 'link' has incomplete type
radeon_dri2.c:536:19: error: field 'reference_list' has incomplete type
radeon_dri2.c: In function 'ListAddDRI2ClientEvents':
radeon_dri2.c:564:5: warning: implicit declaration of function 'list_add' [-Wimplicit-function-declaration]
radeon_dri2.c: In function 'ListDelDRI2ClientEvents':
radeon_dri2.c:577:5: warning: implicit declaration of function 'list_del' [-Wimplicit-function-declaration]
radeon_dri2.c: In function 'radeon_dri2_client_state_changed':
radeon_dri2.c:591:9: warning: implicit declaration of function 'list_init' [-Wimplicit-function-declaration]
radeon_dri2.c:599:13: warning: implicit declaration of function 'list_for_each_entry' [-Wimplicit-function-declaration]
radeon_dri2.c:599:80: error: expected ';' before '{' token
make[2]: *** [radeon_dri2.lo] Error 1
make[2]: *** Se espera a que terminen otras tareas....
atombios_crtc.c: In function 'atombios_crtc_mode_set':
atombios_crtc.c:461:58: warning: 'output' may be used uninitialized in this function [-Wuninitialized]
atombios_crtc.c:364:19: note: 'output' was declared here
make[2]: se sale del directorio `/root/xf86-video-ati/src/xf86-video-ati-6.14.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/root/xf86-video-ati/src/xf86-video-ati-6.14.3'
make: *** [all] Error 2
==> ERROR: Se produjo un error en build().
    Cancelando....

Thank you.

Offline

#2 2012-03-22 15:02:41

vicent
Member
Registered: 2012-03-20
Posts: 2

Re: Error when compiling xf86-video-ati

Hello, I found the problem, it seems to update the server-xorg.
In archlinux32, I could compile it because I had not updated the system, once updated, shows the same bug.
I can report this problem as a bug?

https://bugs.freedesktop.org/show_bug.cgi?id=45937

http://cgit.freedesktop.org/xorg/driver … 8f1d153c9c

http://cgit.freedesktop.org/xorg/driver … 153c9c.zip



If you install  xorg-server-devel-1.11.4-1-(i686/x86_64).pkg.tar.xz,does the compilation.

Thank.

Last edited by vicent (2012-03-22 16:46:41)

Offline

Board footer

Powered by FluxBB