Hey,
anyone already tried compiling SPARK on a mac, yet?
I was able to build SPARK without problems but when adding and linking to my project it always says "... not of required architecture."
I hope I'm able to find someone who can help me here.
More information on my SPARK thread at the official forum (seems like Juff's not able to help me since he does not own a mac).
http://spark.forum0.net/questions-en-f2/compiling-spark-on-mac-os-x-t37.htmGreetings,
Luinechor
Update:
Finally compiled and linked SPARK successfully using -arch i386.
I have 3 .a files/libraries now and added them to the Xcode frameworks.
The problem is:
I can't include <SPK.h> or something like that. How do I include that spark stuff now?
Edit:
Works now!Had to copy all the SPARK-includes to /usr/include.