Page 1 of 1

BZFlag 2.1.11 Intel Macintosh Build

Posted: Tue Jan 30, 2007 10:52 am
by Saturos
Hey guys!
I've just built 2.1.11 from CVS on a MacBook Pro (obviously Intel) under 10.4.7.
I've never done that before and I have no idea if it works for you or not - on my mac it seems to be fine so I decided to share it.
Feel free to test it out!

http://www.saturos.de/BZFlag-cvs.dmg

Regards,
Satu

Edit: ts kindly merged my x86-file with a current ppc-build, producing an univeral binary of 2.1.11.
It doesnt come in a styled DMG but should work nevertheless. ;)
Here you go: http://saturos.de/BZFlag-2.1.zip

Thanks again to ts!

Posted: Fri Feb 09, 2007 1:19 am
by Fried Chicken
It won't open. Like, the dock will split then come back together within 1 second...

Posted: Fri Feb 09, 2007 2:10 am
by Enigma
Fried Chicken wrote:It won't open. Like, the dock will split then come back together within 1 second...
If you run bzflag.app/contents/MacOS/bzflag in the terminal, you might be able to find out why it isn't working by viewing it's output in the terminal window.

Posted: Sun Feb 18, 2007 1:52 am
by optic delusion
Saturos I "think" it's linked to SDL.
This "might" be the configure line you are looking for.

./autogen.sh
./configure --with-sdl-prefix=...
xcodebuild
cp -R data/*
build/Default/BZFlag.app/Contents/Resources/

Posted: Mon Feb 19, 2007 2:58 pm
by ts
Hmm, the libcurl I had in frameworks was only PPC. Maybe this one works better but due to no "real" feedback it's only a guess.

http://saturos.de/projects/upload/files/BZFlag-CVS.dmg

Posted: Mon Feb 19, 2007 4:23 pm
by optic delusion
Link (dyld) error

Library not loaded: /usr/local/lib/libSDL-1.2.0.dylib
Referenced from: /Users/delusional/Desktop/BZFlag-2.1.11.app/Contents/MacOS/BZFlag
Reason: image not found

Posted: Mon Feb 19, 2007 4:57 pm
by ts
Optic Delusion wrote:Link (dyld) error

Library not loaded: /usr/local/lib/libSDL-1.2.0.dylib
Referenced from: /Users/delusional/Desktop/BZFlag-2.1.11.app/Contents/MacOS/BZFlag
Reason: image not found
Are you using a PPC Mac or a x86 Mac?

Posted: Mon Feb 19, 2007 5:09 pm
by optic delusion
It's an older, 32 bit Intel Mac, I was an early adopter.
I guess it's possible my libraries are misplaced. I did compile a 2.1 binary about eight months ago, possibly I symlinked SDL to a non-default location? /me cant remember.