Wine from git source fails to compile in Gentoo

Questions about Wine on Linux
Locked
chromaf
Level 2
Level 2
Posts: 19
Joined: Thu Oct 24, 2013 1:02 pm

Wine from git source fails to compile in Gentoo

Post by chromaf »

Compiling Wine 1.7.1 in Gentoo
Trying to compile Wine 1.7.1 with the great new D3D and Opengl patches. I proceed like this :

1-Download the GIT source code from here : https://github.com/tpruzina/wine-1.7.1- ... at_patches

2-Run the script the author made to build both 32 bit and 64 bit libs, wich is basically create 2 directories one for each arch and configure / make

3- The configure goes kind of well for what I see but then the make crashes badly here :

Code: Select all

make[1]: Leaving directory `/home/cf/Downloads/wine-1.7.1-d3dstream_patches-gentoo_compat_patches-master/wine64/dlls/dxguid'
make: *** No rule to make target `dlls/ntoskrnl.exe/ntoskrnl.exe.spec', needed by `dlls/ntoskrnl.exe/libntoskrnl.exe.def'.  Stop.
Full configure and make logs here :

http://pastebin.com/vRZpUVH1

Any ideas ? Thank you ?
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine from git source fails to compile in Gentoo

Post by dimesio »

Your "git source" isn't WineHQ's. Third party versions of Wine are not supported here. Ask whoever maintains the version you are trying to build for help.
Locked