Building on OS X
Tried to build on my OSX:
lua version: 5.1.4 imagemagick: 6.7.7-6 synfig: 0.63.05
- While running make inside moai-dev, build fails on Jansson (missing).
- Installed it separately with brew (mac package manager)
- Build fails again on tinyxml.h (missing).
- Manually cloned tinyxml, but I haven't figured out how to add it into the shared library with gcc. (TOREAD: http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html)
Have not gone beyond tinyxml yet, I will look into this further and try to build it again.
You don't get the issues mentioned above on your box do you?
You should be able to install tinyxml through your package manager. Hopefully the cmake files will automatically link it from your /lib. Same goes for jansson.
That being said, I'm not entirely sure all of this will build on OSX. It'd be nice to find out though :)
No problemo, I will make sure your shit works on OS X, even though I know you probably never intended it to.
I'm using a new middleware engine, so I don't have any control over that. MY code will work on OSX , but there's no guarantee there will be an environment in which to run it!
I'd love to hear your results