Catalyst 14.12 and wine 1.7 not working together in Ubuntu

Questions about Wine on Linux
Locked
heihachi88
Newbie
Newbie
Posts: 2
Joined: Thu Jan 01, 2015 12:31 pm

Catalyst 14.12 and wine 1.7 not working together in Ubuntu

Post by heihachi88 »

OS: Ubuntu 14.04 LTS

Installed AMD Catalyst 14.12 (omega) driver from amd website. When i was installing them it asked me to remove "ocl-icd-libopencl1" which is in the wine dependencies. So how can i compile wine 1.7.33 from source without "ocl-icd-libopencl1"?

Here's the same issue: http://devgurus.amd.com/thread/169831
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Catalyst 14.12 and wine 1.7 not working together in Ubun

Post by dimesio »

heihachi88 wrote: So how can i compile wine 1.7.33 from source without "ocl-icd-libopencl1"?
Don't install the opencl development files and ignore the message from ./configure that opencl won't be supported.
heihachi88
Newbie
Newbie
Posts: 2
Joined: Thu Jan 01, 2015 12:31 pm

Re: Catalyst 14.12 and wine 1.7 not working together in Ubun

Post by heihachi88 »

dimesio wrote:
heihachi88 wrote: So how can i compile wine 1.7.33 from source without "ocl-icd-libopencl1"?
Don't install the opencl development files and ignore the message from ./configure that opencl won't be supported.
Thanks, could you throw me a step by step instructions, i am compiling it first time :(

Also won't be there any drawbacks if i won't install wine's opencl?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Catalyst 14.12 and wine 1.7 not working together in Ubun

Post by dimesio »

http://wiki.winehq.org/WineOn64bit
http://wiki.winehq.org/BuildingBiarchWineOnUbuntu

Wine apps won't be able to use OpenCL. Whether you have any apps that actually need it or not, only you can say.
Locked