jerbear64 wrote:> If you need a Walk-Through on getting freetype installed in Darwine, Here it > is: > Go to the FreeType Website and download the .bz2 of the file. > Open up a terminal after you install Darwineports, Macports, or Fink. > Type in this command (without the quotes): "sudo port install freetype" > If your machine is password-protected, you may need to type it in. It WILL > NOT show in the terminal. > After the scrolling text that shows up halts, type in this command, no > quotes: > "export DYLD_LIBRARY_PATH=/opt/local/lib" > You might be able to set the path in the folder containing the Winehelper > app, as some programs will run this way. In order to, move the Darwine > folder to the Applications folder and instead of /opt/local/lib, type this > in: "/Applications/Darwine/Wine.bundle/Contents/bin/wine" > > HTH > > -- > View this message in context: http://wine.1045685.n5.nabble.com/powermac-g4-tp1691087p2260428.html > Sent from the Wine - Users mailing list archive at Nabble.com.Such a very amazing link! _________________ Watch Step Up 3D Online Free (http://moviesonlinefree.biz)
Yep, my first post was a helpful one. But I still have one problem. Even after I install Freetype, and after the Font Metrics are initialized, I get this error message: Failed to open the service control manager. err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": dlopen(/Darwine/Wine.bundle/Contents/bin/../lib/wine/msxml3.dll.so, 2): Library not loaded: /sw/lib/libiconv.2.dylib Referenced from: /Darwine/Wine.bundle/Contents/bin/../lib/wine/msxml3.dll.so Reason: Incompatible library version: msxml3.dll.so requi wine: Unhandled alignment at address 0x0 (thread 0009), starting debugger... wine: wineprefixcreate failed while creating '/Users/thomassilliman/.wine'. wineserver: could not save registry branch to /Users/thomassilliman/.wine-CIMHhA/system.reg : No such file or directory wineserver: could not save registry branch to /Users/thomassilliman/.wine-CIMHhA/userdef.reg : No such file or directory wineserver: could not save registry branch to /Users/thomassilliman/.wine-CIMHhA/user.reg : No such file or directory -- View this message in context: http://wine.1045685.n5.nabble.com/powermac-g4-tp1691087p2261648.html Sent from the Wine - Users mailing list archive at Nabble.com.
jerbear64 wrote:> Yep, my first post was a helpful one. But I still have one problem. Even > after I install Freetype, and after the Font Metrics are initialized, I get > this error message: > > > > Failed to open the service control manager. > err:module:load_builtin_dll failed to load .so lib for builtin > L"msxml3.dll": > dlopen(/Darwine/Wine.bundle/Contents/bin/../lib/wine/msxml3.dll.so, 2): > Library not loaded: /sw/lib/libiconv.2.dylib >I see you are using Fink. Look in the directory /sw/lib to see if this library exists. If it does not you need to install iconv-dev (or something like that.) This library may have dependencies. James McKenzie