It's seems a little better but same error ./build.sh results ....... ....... #define _REENTRANT 1
#endif /* _JS_CONFDEFS_H_ */ creating Makefile updating shell/Makefile updating lirasm/Makefile updating jsapi-tests/Makefile updating tests/Makefile updating config/Makefile updating config/mkdepend/Makefile updating editline/Makefile updating cache ./config.cache creating ./config.status creating config/autoconf.mk creating js-config.h invoking make to create js-config script config/rules.mk:311: *** invalid syntax in conditional. Stop. config/rules.mk:311: *** syntaxe invalide dans la condition. Arrêt. gcc -D_GNU_SOURCE -Wall -O2 -minline-all-stringops -rdynamic -I ./deps/ udns-0.0.9/ src/entry.c src/sock.c src/hash.c src/handle_http.c src/ cmd.c src/users.c src/channel.c src/config.c src/json.c src/ json_parser.c src/plugins.c src/http.c src/extend.c src/utils.c src/ ticks.c src/base64.c src/pipe.c src/raw.c src/events.c src/ event_kqueue.c src/event_epoll.c src/event_select.c src/transports.c src/servers.c src/dns.c src/sha1.c src/log.c src/parser.c src/md5.c -o bin/aped -ldl -lm -lpthread ./deps/udns-0.0.9/libudns.a -I ./deps/ udns-0.0.9/ src/entry.c: In function ‘ape_daemon’: src/entry.c:87: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result src/entry.c: In function ‘main’: src/entry.c:148: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result src/log.c: In function ‘ape_log’: src/log.c:137: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result src/log.c:142: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result src/log.c:145: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result src/log.c:146: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result gcc -D_GNU_SOURCE -Wall -O2 -shared -fPIC -rdynamic -Wl,- soname,libmod_spidermonkey.so -o lib/libmod_spidermonkey.so libape- spidermonkey.c -I../deps/js/src/dist/include/ -L../deps/js/src/ - ljs_static -lstdc++ -L./deps/mysac/ -I./deps/mysac/ -lmysac - lmysqlclient_r libape-spidermonkey.c:29: fatal error: jsapi.h: Aucun fichier ou dossier de ce type compilation terminated. make: *** [modules] Erreur 1 On 3 mar, 16:54, Martin-Zack Mekkaoui <[email protected]> wrote: > Ok try, > > apt-get install build-essential > > and ./build.sh ;-) > > 2011/3/3 erSan <[email protected]> > > > Here is, > > > $ ./configure > > > loading cache ./config.cache > > checking host system type... i686-pc-linux-gnu > > checking target system type... i686-pc-linux-gnu > > checking build system type... i686-pc-linux-gnu > > checking for mawk... mawk > > checking for gcc... gcc > > checking whether the C compiler (gcc ) works... yes > > checking whether the C compiler (gcc ) is a cross-compiler... no > > checking whether we are using GNU C... yes > > checking whether gcc accepts -g... yes > > checking for c++... no > > checking for g++... no > > checking for gcc... gcc > > checking whether the C++ compiler (gcc ) works... no > > configure: error: installation or configuration problem: C++ compiler > > cannot create executables. > > > On 3 mar, 16:31, erSan <[email protected]> wrote: > > > I use Ubuntu 10.04 LTS, and i have already this package installed > > > > On 3 mar, 15:58, Martin-Zack Mekkaoui <[email protected]> wrote: > > > > > If you use debian try: > > > > > apt-get install zip > > > > > Bye, > > > > > 2011/3/3 Martin-Zack Mekkaoui <[email protected]> > > > > > > Hi, > > > > > > It's gonna be fixed asap. > > > > > > Regards, > > > > > > 2011/3/3 erSan <[email protected]> > > > > > > Hi, > > > > > >> When i try to compile from the github version downloaded yesterday, > > > > >> it's doesn't work, you try to add an Include path on a directory > > that > > > > >> doesn't exist ../deps/js/src/dist/include/ when compiling libape- > > > > >> spidermonkey.c > > > > > >> It's a long time a read, your forum and the compiling problem is a > > > > >> reccurent one. > > > > > >> Could you try to resolve this problem. Or perhaps i don't download > > the > > > > >> good one. > > > > > >> Thanks for your help and sorry for my english, > > > > > >> -- > > > > >> 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 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 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/
