Comment 153 for bug 120834

Revision history for this message
Arthur V (arthur00) wrote : Re: intel gm965 freezes with 3d applications

I couldn't make the x86 driver, I got this on Step 2 right on the point where it runs make:

Making install in uxa
make[1]: Entering directory `/root/mesa/xf86-video-intel/uxa'
../doltcompile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -g -O2 -MT uxa.lo -MD -MP -MF .deps/uxa.Tpo -c -o uxa.lo uxa.c
In file included from uxa.c:37:
uxa-priv.h:158: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘uxa_screen_key’
uxa.c:42: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘uxa_screen_key’
uxa.c: In function ‘uxa_pixmap_is_offscreen’:
uxa.c:101: warning: implicit declaration of function ‘dixLookupPrivate’
uxa.c:101: warning: nested extern declaration of ‘dixLookupPrivate’
uxa.c:101: error: ‘uxa_screen_key’ undeclared (first use in this function)
uxa.c:101: error: (Each undeclared identifier is reported only once
uxa.c:101: error: for each function it appears in.)
uxa.c: In function ‘uxa_prepare_access’:
uxa.c:147: error: ‘uxa_screen_key’ undeclared (first use in this function)
uxa.c: In function ‘uxa_finish_access’:
uxa.c:167: error: ‘uxa_screen_key’ undeclared (first use in this function)
uxa.c: In function ‘uxa_close_screen’:
uxa.c:320: error: ‘uxa_screen_key’ undeclared (first use in this function)
uxa.c: In function ‘uxa_driver_init’:
uxa.c:425: warning: implicit declaration of function ‘dixSetPrivate’
uxa.c:425: warning: nested extern declaration of ‘dixSetPrivate’
uxa.c:425: error: ‘uxa_screen_key’ undeclared (first use in this function)
make[1]: *** [uxa.lo] Error 1
make[1]: Leaving directory `/root/mesa/xf86-video-intel/uxa'
make: *** [install-recursive] Error 1

Also, my git mesa transfer keeps stucking around 50% (simply stops transfering out of the blue). Any help? =(