Author: Mar
Date: 06-26-07 10:05
Sup, I can successfully make on OS X, but I can't give you the binary b/c the way it creates the binary on OS X is a little flakey...it creates hardlinks, so it won't work on other people's computers.
some questions before I can help you though:
(1) Are you compiling on an Intel computer or a PPC computer? (i.e. is your computer running the new DualCore chip or the old PPC chip?)
(2) Did you use fink to install the sdl packages? According to the readme, you need to install 4 packages. If you install them manually, then you need to be sure that you're installing ALL 4 packages. If you have fink installed on your computer already, you only need to run the following 4 commands:
fink install sdl
fink install sdl-mixer
fink install automake1.9
fink install libtool14
(3) If you look closely at your output, you notice that the error is that there is no "Makefile.in" file being created. I believe this is supposed to be created when you run .autogen.sh As a result, I'm guessing that you don't have automake1.9 installed. But that's a complete and total guess without more information from you as to what exactly you did in order to prepare for this installation.
Mar
|
|