#16603: wine does not use OpenGL --------------------------------------------+------------------------------- Reporter: jean-jaques@women-at-work.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: wine | --------------------------------------------+------------------------------- Comment(by ryandesign@macports.org): Replying to [comment:3 blb@…]:
There are a couple issues going on here. Your initial issue is usually dealt with by running {{{ env DYLD_FALLBACK_LIBRARY_PATH=/usr/X11/lib wine ... }}} That should get wine to see the OpenGL stuff. Though it seems this doesn't work with wine-devel 1.1.5 as that sets its own DYLD_FALLBACK_LIBRARY_PATH to ${prefix} in ${prefix}/bin/wine...
wine and wine-devel both have wrappers around wine to set the DYLD_FALLBACK_LIBRARY_PATH. I added this in r26520 to fix some FreeType errors. Does the [attachment:wine-opengl.diff attached patch] fix the OpenGL errors? -- Ticket URL: <http://trac.macports.org/ticket/16603#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS