Plagman, on 30 August 2011 - 04:25 PM, said:
Why don't you do it yourself? It shouldn't be rocket science, I even think rhoenie has an HOWTO up.
It shouldn't be rocket science but I'm failing to build it. I tried downloading the latest SVN source code you have on your synthesis site and compile it on the Mac as best as I can... I even made sure I installed sdl via macports just in case it doesn't look for the sdl framework (which I do have installed) and prefers the more unix way:
The parts that catch my eye are the no such file or directory after it says it succeeded but I tried making a folder of the same name as those files but it then errors out saying those are folders (well obviously). It's not exactly obvious what to do about it. No binaries show up anywhere despite it saying it succeeded. Although it seems as though it failed to build actually and since it did there's no end file to copy.
There's also errors like
Quote
make: *** No rule to make target `obj/SDLMain.o', needed by `eduke32'. Stop.
which I have no idea what this means. All I can figure is something is missing but I don't know what or what to do about it.... There seems to be more work to do to get it compiled than what is said in Rhoenies instructions besides... and it's not all obvious to me.
Also I don't find an apple directory or the line that it says to edit in this part here:
Quote
Note: If you get sourcecode versions released after january 2010 you only need to edit the file: eduke32/Apple/Makefile.shared. In most cases you only have to change the APPLE_TARGET to match your setup.
So it may be easy peasy but I guess I'm missing something obvious that I should be seeing so very easily.
I even downloaded the latest (albeit highly outdated by now) source from Rheonie and followed that instruction and even then it failed but this time with even more errors because you have to choose a specific SDK from the makefile.shared and it only goes up to 10.5. His doesn't even support compiling on/for 10.6+ (xcode 4 for 10.7 only includes 10.6 and 10.7 SDK's) or 64-bit. But that's not the version I want anyway. Like I said his version is outdated by now and I want the latest compiled.