Page 1 of 1

Compiling Spring on Mac

Posted: 22 May 2010, 10:19
by tomascokis
Hey, I know compiling spring on mac is not supported, but there is an article and I was wondering if anyone could be bothered helping me with the issue I'm having.

Pretty much, after configuring with cmake I get a linking error when building the spring target, simple "_main", referenced from start in crt.10.7.o

I presume its having a problem finding the main function referenced by SDL, but main.cpp is definitely being compiled and I'm at a loss to figure out whats happening.

The only other issues I had was cmake bitching about not finding "DOCKBOOK_XML", which continued even after installing dockbook-xml through MacPorts.

EDIT

I should add that I'm working with snow leopard here.

I've attached a full log of errors and warnings onto pastie (http://pastie.org/972168) for anyone who might have a solution.