powermac g4

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jerbear64

powermac g4

Post by jerbear64 »

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/power ... 60428.html
Sent from the Wine - Users mailing list archive at Nabble.com.
jerbear64

powermac g4

Post by jerbear64 »

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/power ... 61648.html
Sent from the Wine - Users mailing list archive at Nabble.com.
James McKenzie

powermac g4

Post by James McKenzie »

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
jerbear64

powermac g4

Post by jerbear64 »

No, I use MacPorts.
--
View this message in context: http://wine.1045685.n5.nabble.com/power ... 65301.html
Sent from the Wine - Users mailing list archive at Nabble.com.
Locked