Hello.
When trying to compile wine today, I got this error:
xvidmode.c:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
xvidmode.c:64: error: ‘XF86VidModeGetAllModeLines’ undeclared here (not in a function)
xvidmode.c:64: warning: type defaults to ‘int’ in declaration of ‘pXF86VidModeGetAllModeLines’
xvidmode.c:65: error: ‘XF86VidModeGetModeLine’ undeclared here (not in a function)
It seems xf86vidmodproto has changed since Xorg-server-1.8.2.
Has anybody found a solution?
Thanks.
Does wine 1.3.4 compile with Xorg-server-1.9.901?
Re: Does wine 1.3.4 compile with Xorg-server-1.9.901?
File a bug in bugzilla.fdelente wrote:It seems xf86vidmodproto has changed since Xorg-server-1.8.2.