http://bugs.winehq.org/show_bug.cgi?id=5026
Summary: X development files not found during build Product: Wine Version: 0.9.11. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: linux@travisdale.net
I hope this isn't a duplicate, but I couldn't find a solution anywhere (including here) so I'm opening this one.
I am running x86_64 Fedora Core 5, Kernel 2.6.16-1.2080_FC5 on a 7510GX Gateway Laptop with an AMD64 CPU and an ATI X600 GPU, including the ATI graphics drivers from: http://rpm.livna.org/fedora/testing/5/x86_64/
First, I was was working from the directions provided here: http://appdb.winehq.org/appview.php?versionId=4031
I made it as far as running ./configure, when it failed I also tried ./tools/wineinstall.
When I ran ./tools/wineinstall or ./configure I got this warning:
*** Warning: X development files not found. Wine will be built without *** X support, which currently does not work, and would probably not be *** what you want anyway. You will need to install devel packages of *** Xlib/Xfree86 at the very least.
I have installed all developement packages I can find and I still get the error. I did find this site: http://fedoraproject.org/wiki/Docs/Beats/Xorg
Which told me about this: The /usr/X11R6/ Directory Hierarchy X11R7 files install into /usr directly now, and no longer use the /usr/X11R6/ hierarchy. Applications that rely on files being present at fixed paths under /usr/X11R6/, either at compile time or run time, must be updated. They should now use the system PATH, or some other mechanism to dynamically determine where the files reside, or alternatively to hard code the new locations, possibly with fallbacks.
I tried to continue a few times despite this warning but wine, even though it installed, failed to execute.
Thanks for any help.