Ok. I tried compiling on my mac (Mountain Lion) and I got the same errors. I had to make a symlink for gcc and g++ to make it work:
sudo ln -s /usr/bin/gcc /usr/bin/gcc-4.2 sudo ln -s /usr/bin/g++ /usr/bin/g++-4.2 Here's a compiled source I just made. It should work, but MySQL might not if you don't have the library installed : http://ape-project.org/static/downloads/unstable/APE_Server-1.1.2-OSXMountainLion.zip - Louis Le 2013-09-20 à 09:32, Joost Van Der Meijden <[email protected]> a écrit : > I made a reinstall so that has nothing to do with it I think. I'm installing > it on my macbook. > > Op 20 sep. 2013 om 14:40 heeft Louis Charette <[email protected]> het > volgende geschreven: > >> Hum, could be related. But just to be sure, make sure there's not error in >> "main.ape.js if you added some custom code. Try to revert to the default >> file if you made any modification just to be sure. >> >> On which system are you installing ape? >> >> Envoyé de mon iPhone >> >> Le 2013-09-20 à 08:19, Joost van der Meijden <[email protected]> >> a écrit : >> >>> I also got lots of errors at reinstall. >>> >>> libape-spidermonkey.c:28:19: error: jsapi.h: No such file or directory >>> libape-spidermonkey.c:48: error: expected declaration specifiers or ‘...’ >>> before ‘JSObject’ >>> libape-spidermonkey.c:48: error: expected declaration specifiers or ‘...’ >>> before ‘JSObject’ >>> libape-spidermonkey.c:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or >>> ‘__attribute__’ before ‘*’ token >>> libape-spidermonkey.c:66: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or >>> ‘__attribute__’ before ‘ape_sm_stub’ >>> libape-spidermonkey.c:82: error: expected specifier-qualifier-list before >>> ‘jsval’ >>> libape-spidermonkey.c:87: error: expected declaration specifiers or ‘...’ >>> before ‘JSObject’ >>> libape-spidermonkey.c:87: error: expected declaration specifiers or ‘...’ >>> before ‘JSObject’ >>> libape-spidermonkey.c:93: error: expected specifier-qualifier-list before >>> ‘JSObject’ >>> libape-spidermonkey.c:109: error: expected specifier-qualifier-list before >>> ‘JSRuntime’ >>> libape-spidermonkey.c:116: error: expected specifier-qualifier-list before >>> ‘JSObject’ >>> libape-spidermonkey.c:124: error: expected specifier-qualifier-list before >>> ‘JSObject’ >>> >>> >>> and that's just the begin >>> >>> -- >>> -- >>> 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. >> >> -- >> -- >> 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 a topic in the >> Google Groups "APE Project" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/ape-project/0PABlmcGGkE/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. > > > -- > -- > 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. -- -- 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.
