I have both the intel version and ppc versions up and running just fine on 10.5.8. It took some messing around with, and some PM's with Eridan to get it working properly.
I got both versions from here:
http://redsaurus.net/00/node/4If you completely remove all of your old radiant files, even the hidden ones on your drive, these bundles should work for you if you follow the instructions in Eridan's leopard post:
Quote:
First, you need to update X11. Get the latest Leopard version from
http://trac.macosforge.org/projects/xquartzNavigate inside your MacRadiant 1.x bundle and locate the "script" file inside Contents/Resources. To open "Contents/Resources", just control-click or right-click on the MacRadiant 1.x icon. A menu should appear. Select "Display content" or something similar and a window should pop up, with a "Contents" folder in it. Open the "script" file with your favorite text editor and remove the group of lines starting from the line
### Work around ...etc...
down to (and including) the line
export DISPLAY= ...etc...
(15 lines in all I think). Then, you should have, at the end of the file :
ulimit -n 512
exec "$CWD/sw/ .... etc ....
Fire up the Terminal application (in /Applications/Utilities/) and type the the following three lines (in the following, YOURPATH should be replaced by the path to your MacRadiant application bundle; don't forget to press the RETURN key at the end of each line) :
cd "YOURPATH/MacRadiant 1.4.app/Contents/Resources/sw/lib"
mv libiconv.2.dylib libiconv.2.dylib.orig
ln -s /usr/lib/libiconv.dylib libiconv.2.dylib
One thing we did find though, is that the intel bundle of 1.4 is missing the /wolf folder. So if you're going to do any RTCW mapping you'll need that.
As far as support goes, the mac bundles were created by guys in their spare time just to save you the pain of compiling and building radiant manually on your machine, like we used to have to do. I feel your frustration though, almost all of the links to the old mapping tutorials that I used to use, which were once so helpful, have also seemed to have disappeared from the web.