Re: Wine and libfreetype.so
Joe Auty <[email protected]>
| Newsgroups | gmane.os.opendarwin.darwinports |
|---|---|
| Message-ID | <[email protected]> |
Thanks for this info! Wouldn't it work to simply symlink libfreetype.dylib to libfreetype.so, or does Wine have to be recompiled with a patch in place to replace the .so with the .dylib? I suppose it might be best to wait for Wine to have native OS X support, since there are no guarantees that simply tweaking filenames around would result in success... On Aug 4, 2006, at 12:17 PM, Daniel J. Luke wrote: > On Aug 4, 2006, at 11:49 AM, Joe Auty wrote: >> As some of you know, Darwine and WineHQ sort of forked - WineHQ is >> working on x86 Wine for OS X, and Darwine is continuing to add the >> Qemu component to get Wine to work on PPC. >> >> I've been trying to build Wine on my Macbook Pro, and it actually >> builds and installs just fine. The problem is, Wine cannot find >> Freetype at launch time and complains accordingly. Looking at the >> source, I believe it is looking for libfreetype.so. > > wine should be modifed to look for libfreetype.dylib instead of > libfreetype.so (there is possibly something that specifies the > shared library suffix) > >> Does anybody know how I can obtain this file to satisfy this >> requirement? The freetype Darwinport does not include this file: >> >> $ find /opt/local -name *freetype* >> /opt/local/bin/freetype-config >> /opt/local/include/fontconfig/fcfreetype.h >> /opt/local/include/freetype2 >> /opt/local/include/freetype2/freetype >> /opt/local/include/freetype2/freetype/freetype.h >> /opt/local/lib/libfreetype.6.3.8.dylib >> /opt/local/lib/libfreetype.6.dylib >> /opt/local/lib/libfreetype.a >> /opt/local/lib/libfreetype.dylib > > it's this file (or the file that this link points to) that wine > actually wants > >> /opt/local/lib/libfreetype.la >> /opt/local/lib/pkgconfig/freetype2.pc >> /opt/local/share/aclocal/freetype2.m4 >> >> <snipped> (stuff in /opt/local/var/db) >> >> >> If I can get this straightened out, I'd be happy to help with a >> Darwinport of Wine. The build process is extremely easy - the >> standard configure, make, make install. > -- > Daniel J. Luke > +========================================================+ > | *---------------- [email protected] ----------------* | > | *-------------- http://www.geeklair.net -------------* | > +========================================================+ > | Opinions expressed are mine and do not necessarily | > | reflect the opinions of my employer. | > +========================================================+ > >