Changes between Initial Version and Version 1 of Ticket #34177


Ignore:
Timestamp:
Apr 23, 2012, 6:32:41 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

So wine-devel works on the computer you built it on, but then taking that package to another computer without Xcode and installing it there produces the error messages above?

The first thing it says is wrong is that /opt/local/lib/libSM.6.dylib doesn't exist. Does it? wine-devel declares a dependency on the xorg-libsm port; is that port also installed on that second computer?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34177

    • Property Keywords wine-devel removed
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Cc jwa@… added
  • Ticket #34177 – Description

    initial v1  
    1 {{{
    21I am running Mac os x lion 10.7.3, Xcode version 432 an MacPorts 2.0.4-10.7.
    32
     
    54
    65Buildcmd:
     6{{{
    77$ sudo port mpkg wine-devel
     8}}}
    89
    910Installation of the newly built mpkg on another host with the same OS without Xcode and MacPorts works fine too, but when running "wine cfg" it won't start and gives the following output:
    1011
     12{{{
    1113Wine cannot find the FreeType font library.  To enable Wine to
    1214use TrueType fonts please install a version of FreeType greater than
     
    6264Application tried to create a window, but no driver could be loaded.
    6365Unknown error (127).
     66}}}
    6467
    6568Am I doing something wrong ?
    66 }}}