Page 1 of 2

New TMW Mac binary

Posted: 15 May 2005, 00:16
by Blorx2
Tell me if anything's missing...It's not really new but I included some .dylibs for you to put in /usr/local/lib . If it does not launch, check the console. If it says it's missing something, post here. I will try to get a new binary soon.

http://freewebs.com/blorx22/The%20Mana%20World.zip

Posted: 15 May 2005, 09:50
by ElvenProgrammer
Great work :D

Posted: 15 May 2005, 10:36
by Talaroc
Sorry, still won't work on my machine. Cracking open terminal, I got the same error message as before ("dyld: /Users/arashi86/Desktop/ManaWorld.app/Contents/Resources/tmw can't open library: /usr/local//lib/libguichan_sdl.0.dylib (No such file or directory, errno = 2)"). Two things I notice that may be causing this glitchiness:
* I didn't, until making one specifically for this, have a "lib" folder in /usr/local. There's a "lib" folder in /usr, as well as a "local" folder, but they're on the same level. Currently, "/usr/local" is totally empty, whereas "/usr/lib" is where a bunch of other .dylibs are stored.
* I notice in the path described in the error message, there's a double slash between local and lib. I'm not a programmer, so this could be perfectly fine, but I've never seen anything other than the single slash when denoting file pathways, so I thought I'd point it out.

Hope that helps.

Posted: 15 May 2005, 14:56
by Blorx2
The double slash doesn't matter...just go to /usr/local/lib and store them there...I would get a new version done but I'm not sure that I have some files in the right place and it won't pick up libxml

Posted: 15 May 2005, 17:46
by Talaroc
When I made the "lib" folder to get the path correct and put in the files, it still came up with the same error.

Posted: 15 May 2005, 18:10
by Blorx2
Hmm...I'll get my dad to try it on his com later...See if it works

Posted: 15 May 2005, 18:22
by Talaroc
Update: I fixed that particular problem (the issue was that there was a space at the end of the filename for libguichan_sdl.0.dylib, which was also incidentally true of libphysfs-1.0.0.dylib), but am now running into a different one--the terminal error says it is missing libguichan.0.dylib (needs to be in the same folder as the other three).

Posted: 15 May 2005, 18:36
by ElvenProgrammer
I think we're on the right way, but still guichan giving issues... :(

Posted: 15 May 2005, 20:54
by Blorx2
I have it uploaded with the missing file. Report if any more are missing. Remember, Catfish made this, I've been having issues with the library. I've also been having issues with the _M to make an account thing...it says unregistered. Oh well, here's the link
http://freewebs.com/blorx22/The%20Mana%20World.sit

Posted: 16 May 2005, 03:38
by Catfish_Man
Yeah, my guess is that it's because the binary is rather old. I'll do my best to unbreak my build setup (I kinda messed up my libraries trying to fix linking issues) and make a new one.

Posted: 16 May 2005, 04:19
by Talaroc
Please do. Now it's asking for /sw/lib/libSDL-1.2.0.dylib (there is no file named sw anywhere on my computer).

Posted: 31 May 2005, 16:55
by Blorx2
Install SDL and SDL_image is all I can say

Posted: 03 Jun 2005, 15:38
by ElvenProgrammer
Blorx, it seems time is ready to build a mac package for the next release?

Posted: 03 Jun 2005, 17:38
by Catfish_Man
As far as I know, there isn't currently anyone who can build the latest source; Blorx was working from my 0.11-era binary, and my build setup is screwed up and I haven't worked out how to fix it.

Posted: 03 Jun 2005, 17:48
by ElvenProgrammer
I guess we should start all over again, and try to compile all the dependencies