Hi all. After upgrading to Maverick 10.10, and additionally using Nvidia beta drivers, it appears that my wine will not compile with opengl. I'm assuming it's a library issue, and I have this error in my config.log: wine libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib: No such file or directory I've done the apt-get build-dep wine and it installs the mesa libs (which I'm told are for the opengl). Other people seem to have similar conflicts with nvidia on other systems, but their fixes haven't worked for me. I'm using the ubuntu-wine-maverick ppa. I have these relevant dev packages installed: mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev All version 7.9~git20100924 Can someone help me resolve this please? Thanks.
On 10/31/10 8:43 AM, Peter7K wrote:> Hi all. After upgrading to Maverick 10.10, and additionally using Nvidia beta drivers, it appears that my wine will not compile with opengl. I'm assuming it's a library issue, and I have this error in my config.log: > > wine libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib: No such file or directory >Are you on a Mac? This looks like a issue that needs to be resolved when running Linux on a Mac and building Wine. Maybe a few of the other Mac users will step in and provide assistance as I only run MacOSX on my Mac (I run Linux on an IBM Thinkpad.) James McKenzie
Peter7K wrote:> wine libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib: No such file or directoryThis is for MAC, ignore it. Peter7K wrote:> mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev > All version 7.9~git20100924Reinstall your nvidia drivers. Make sure to install development libraries when asked to. Nvidia installer removes some of the incompatible mesa files and replaces them with their own files.