I tried to compile my own version of wine, because I want to run a game named 'Planet Explorers' and it said that I needed opencl support.
So I installed the opencl SDK and downloaded the latest (1.5.27) wine source.
I did:
./configure --enable-win64
make depend
make -j6
make install
Above ran without any errors, but when I try and run a windows application it says I can run it with wine but doing so does nothing.
Any idea what I could have done wrong? It could be that I had to manually deïnstall my last installation of wine because it gave me an access denied error even if I used sudo.
Compiled wine installed, but it doesn't run.
Re: Compiled wine installed, but it doesn't run.
Unless this game is pure 64 bit, you also need to compile 32 bit Wine in a shared WoW64 setup.