Compilation error in xbmc-xrandr.c
#1
Exclamation 
Hi,

I'm trying to compile xbmc from stable version sources on Ubuntu Hardy Heron 8.04 but getting the following:

xbmc-xrandr.c:2627: error: ‘const struct <anonymous>’ has no member named ‘subpixel_order’
xbmc-xrandr.c:2627: warning: assignment makes integer from pointer without a cast
xbmc-xrandr.c:2634: error: request for member ‘type’ in something not a structure or union
xbmc-xrandr.c:2634: warning: comparison between pointer and integer
xbmc-xrandr.c:2635: error: request for member ‘type’ in something not a structure or union
xbmc-xrandr.c:2635: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘const struct <anonymous> *’
xbmc-xrandr.c:2640: warning: implicit declaration of function ‘XRRFreeScreenConfigInfo’
make: *** [xbmc-xrandr] Error 1

Please help!
Reply

Logout Mark Read Team Forum Stats Members Help
Compilation error in xbmc-xrandr.c0