Changes between Initial Version and Version 2 of Ticket #32640


Ignore:
Timestamp:
Dec 23, 2011, 11:42:09 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

A couple notes:

  • wine is the latest stable version, but wine-devel, the latest developement version, is significantly newer; try that instead.
  • You should not need to set DYLD_FALLBACK_LIBRARY_PATH yourself. Any needed X11 libraries should be provided by MacPorts (not Mac OS X) -- the wine port does declare a dependency on the xrender port already -- and the wrapper script we install at /opt/local/bin/wine already sets DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib for you.

If you can't get it to work, you should probably speak with the developers of wine directly. If there's something they say we need to change in MacPorts to make this work properly, let me know.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32640

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port wine added
  • Ticket #32640 – Description

    initial v2  
    11I am getting the following error when trying to run a windows program under wine 1.2.3:
    22
     3{{{
    34fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender
     5}}}
    46
    57This program is heavily reliant upon AlphaBlend, so I can't see certain features of the GUI, and I suspect it is because of this error.