Compatibility with OS X 10.4

I need libiconv.2.dylib V7.0.0

Discussion about the game and its default mods.
Post Reply
frikker
Posts: 6
Joined: Thu Sep 30, 2010 12:49 am

Compatibility with OS X 10.4

Post by frikker »

Hey guys. Seems that the release isn't compatible with OS X 10.4 Tiger. I generally run Linux but I was hoping to get this up and running on my wife's macbook pro. Is it possible to get a backwards compatible release? Pretty please? :)

I need libiconv.2.dylib v7.0.0, my system has v5.0.0

Error log:
Host Name: xxxx-computer-2
Date/Time: 2010-09-29 20:42:07.881 -0400
OS Version: 10.4.11 (Build 8S2167)
Report Version: 4

Command: mono
Path: /Applications/OpenRA.app//Contents/MacOS/mono
Parent: bash [3232]

Version: ??? (???)

PID: 3239
Thread: Unknown

Link (dyld) error:

Library not loaded: /usr/lib/libiconv.2.dylib
Referenced from: /Applications/OpenRA.app//Contents/MacOS/mono
Reason: Incompatible lib


console log:
Sep 29 20:40:53 xx-xx-computer-2 crashdump[3217]: mono crashed
Sep 29 20:40:53 xx-xx-computer-2 crashdump[3217]: crash report written to: /Users/xx/Library/Logs/CrashReporter/mono.crash.log
dyld: Library not loaded: /usr/lib/libiconv.2.dylib
Referenced from: /Applications/OpenRA.app//Contents/MacOS/mono
Reason: Incompatible library version: mono requires version 7.0.0 or later, but libiconv.2.dylib provides version 5.0.0
/Applications/OpenRA.app/Contents/MacOS/OpenRA: line 78: 3239 Trace/BPT trap "${EXE_PATH}"mono --debug "OpenRA.Game.exe" Game.Mods=$MOD SupportDir=~/Library/"Application Support"/OpenRA
Sep 29 20:42:07 xx-xx-computer-2 crashdump[3240]: mono crashed
Sep 29 20:42:07 xx-xx-computer-2 crashdump[3240]: crash report written to: /Users/xx/Library/Logs/CrashReporter/mono.crash.log

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

I spent some time tinkering with this, but it does not look simply possible. For now, unfortunately you will need to upgrade to leopard if you want to run OpenRA.

frikker
Posts: 6
Joined: Thu Sep 30, 2010 12:49 am

Post by frikker »

Sleipnir wrote: I spent some time tinkering with this, but it does not look simply possible. For now, unfortunately you will need to upgrade to leopard if you want to run OpenRA.
OK Thanks for the update. There is a way to compile on OS X with 10.4 compatibility, but its a bit complicated and I'm not sure how your build process works.

Thanks!

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

If you install mono, Cg, and SDL manually and then build OpenRA from source (either from Mono-Develop, or by running `make` in the source directory - see the INSTALL document in the source distribution for details), I expect it should work. The problems i mention lie in the custom version of mono that we ship with our packaged build.

frikker
Posts: 6
Joined: Thu Sep 30, 2010 12:49 am

Post by frikker »

cool, i'll give that a shot. thanks again.

Post Reply