Does wine 1.3.4 compile with Xorg-server-1.9.901?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fdelente
Level 2
Level 2
Posts: 34
Joined: Sun May 18, 2008 11:28 am

Does wine 1.3.4 compile with Xorg-server-1.9.901?

Post by fdelente »

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.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Does wine 1.3.4 compile with Xorg-server-1.9.901?

Post by vitamin »

fdelente wrote:It seems xf86vidmodproto has changed since Xorg-server-1.8.2.
File a bug in bugzilla.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

I don't know about other OSes.. but on Mac OS X using Xquartz with xorg server 1.9.0.901 Wine is still building and running fine.
Locked