Re: Problem building on OS X Lion

2013-03-24 Thread Patrick May
Thanks for the reply. I just tried setting CFLAGS and CPPFLAGS to -m32, but then I get errors about linking to sqlite libraries compiled with a different version. I tried reinstalling apr and apr-util but that didn't solve the problem. Do you know where I can get the correct libraries

Re: Problem building on OS X Lion

2013-03-24 Thread Daniel Shahaf
For sqlite you can use the amalgamtion to statically link sqlite into svn. ./get-deps.sh sqlite might do the trick (if it fails, just see INSTALL for the longhand way). Patrick May wrote on Sun, Mar 24, 2013 at 10:56:53 -0400: > Thanks for the reply. I just tried setting CFLAGS and CPPFLA