I got this error: In file included from libape-spidermonkey.c:26: ./deps/mysac/mysac.h:30:10: fatal error: 'mysql/errmsg.h' file not found #include <mysql/errmsg.h>
I'm running Xcode 5, is that the error you got? Did you find a solution (without going back to xcode 4)? tnx, Sara On Saturday, October 5, 2013 7:32:52 PM UTC+2, Louis Charette wrote: > > Hi everyone, > > Just a little note here. It looks like Apple depreciated gcc-4.2 in Xcode > 5, replacing it with their own version. That means that it's no longer > possible to compile APE on OSX if you have the command line tools from > Xcode 5 installed. And it's not something that can be fixed soon for APE > since it's affecting some dependencies as well (Spidermonkey doesn't > compile either). The solution for now is to use Xcode 4 and the old command > line tools, which are still available on the Apple Developers website. > > I got my hand on a computer still running Xcode 4 and built working > versions of APE 1.1.2 and 1.1.3-DEV for Mountain Lion (10.8.5; 64 Bits), > with and without MySQL support. As soon as the wiki is fixed by Peter, I'll > create an entry explaining in details how to built APE on OSX with Xcode 4 > (with and without MySQL support). In the mean time, if someone need an OSX > build, just ask me. > > (Or if you know how to compile everything with Xcode 5 !) > > > > > - Louis > -- -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ --- You received this message because you are subscribed to the Google Groups "APE Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
