MacOS X builds

Started by josebita, November 04, 2010, 10:46:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

josebita

I've just updated the OSX Intel build of Bennu to the Downloads section of the main website. Hope you find it useful.

Mr Matsusaka

Thank you! I will try it tomorrow! Karma++

Mr Matsusaka

Maybe it's because I'm new with mac, but I couldn't make it working.
I open a Terminal, y go to the file where I have the binaries and I wrote "export PATH=$PATH:$(pwd)". Y pressed Enter and aparently nothing happened, no messages at all... is this normal?. Then I go to the folder where I have the .prg and I try to compile, and then I have this:

dyld:unknown required lead comand 0x80000022
Trace/BTP trap

Any hint?

josebita

Doing "export PATH=$PATH:$(pwd)" should output nothing.
You also have to do:
"export DYLD_LIBRARY_PATH=$(pwd)" in the directory where all your .dylib's are located before being able to compile.

Mr Matsusaka

Yes, I didn't say it but I I did that too, but doesn't work.
I'm going to try again...

josebita

In that case, please copy-paste from the Terminal.app everything you write and the output of those commands, it's probable that I forgot to include something.

Mr Matsusaka

#6
Here you got it. Please, tell me if you see anything strange
[code language="bennu"]Last login: Sun Nov  7 17:51:06 on console
fran-matsusakas-mac-pro:~ franmatsusaka$ cd
fran-matsusakas-mac-pro:~ franmatsusaka$ cd bennugd_bin
fran-matsusakas-mac-pro:bennugd_bin franmatsusaka$ cd bin
fran-matsusakas-mac-pro:bin franmatsusaka$ export PATH=$PATH:$(pwd)
fran-matsusakas-mac-pro:bin franmatsusaka$ cd
fran-matsusakas-mac-pro:~ franmatsusaka$ cd bennugd_bin
fran-matsusakas-mac-pro:bennugd_bin franmatsusaka$ cd lib
fran-matsusakas-mac-pro:lib franmatsusaka$ export DYLD_LIBRARY_PATH=$(pwd)
fran-matsusakas-mac-pro:lib franmatsusaka$ cd
fran-matsusakas-mac-pro:~ franmatsusaka$ cd div2
fran-matsusakas-mac-pro:div2 franmatsusaka$ bgdc kofv5.prg
dyld: unknown required load command 0x80000022
Trace/BPT trap
fran-matsusakas-mac-pro:div2 franmatsusaka$
[/code]

josebita

¿Qué versión de MacOS X usas?
Yo lo pruebo en Snow Leopard, igual es eso...

Ups!!
What OSX version are you using?
I'm using Snow Leopard, that might be a cause for the error...

Mr Matsusaka

#8
Quote from: josebita on November 07, 2010, 05:06:22 PM
¿Qué versión de MacOS X usas?
Yo lo pruebo en Snow Leopard, igual es eso...

Ups!!
What OSX version are you using?
I'm using Snow Leopard, that might be a cause for the error...

Leopard 1.5.2

EDIT: I hate Leopard 1.5.2...

josebita

That might be the reason.
I've you've got the Leopard SDK installed, maybe you could compile bennu yourself...

Mr Matsusaka

Let's continue this on the spanish thread ;D

josebita


josebita

Updated the OSX builds. Haven't done this for a while so please let me know if there's any problems with them.

josebita

Looks like the next major version of MacOS X is going to be released in the next week or so. Apparently the current SDL1.2 code won't work there so BennuGD will most likely not work, either.
A patch that fixes the incompatibility appears to have already been submitted and is being tested right now in the SDL mailing list.

Just FYI.

MisterN

Eh apple products shouldn't have bennu.
werg