No there is only one version. - 1.0 release (from the website). - git (where there is several tags at some point of the development and the mainstream).
To stay updated with the last dev version, just install git on your PC/server, clone the mainstream (with git clone) and run "git pull" to update your local repository. BTW (and you can blame us for that) the 1.0 is not the lasted stable revision. Anthony On Mon, 8 Nov 2010 06:52:37 -0800 (PST), Nicolas <[email protected]> wrote: > OK. Thanks Anthony, I missed your last answer. Which is very useful > indeed. > > However, I still have one more question. > > What is the difference between the two things you are talking about? > > If I use method 1, will I get different files from if I use method 2? > > If I understand correctly, there are two versions of the project > developed in parallel? Is that right? And in that case, how do I know > whether I should use the first one or the second one? Where can I find > the information? > > Can you enlighten me? > > Sorry if my questions are basic, but really the answers are not > obvious at all to me. > > Thx again. > > Nicolas. > > > > On Nov 8, 2:26 pm, <[email protected]> wrote: >> To get the last revision, just download git and use : >> >> git clonehttps://github.com/APE-Project/APE_Server.git >> >> 1.0dev is a tag, (obvisouly not the current dev version) >> >> To download the mainstream : >> >> https://github.com/APE-Project/APE_Server/tarball/master >> >> On Mon, 8 Nov 2010 06:17:56 -0800 (PST), Nicolas >> >> <[email protected]> wrote: >> > OK. Got it. >> >> > On this pagehttps://github.com/APE-Project/APE_Server/downloads >> >> > the list of versions shows : >> >> > v1.0dev.zip — v1.0 development version ZIP TAR.GZ >> >> > in first position. >> >> > Development version seems to mean that it is the latest version. Of >> > course, if you look at the date, you will know that it is not, but >> > hey... A bit of tidying up necessary? Maybe. >> >> > Anyway, on the above mentioned page, all versions are quite old. I >> > guess that I will have to find another place to download a more recent >> > one. Weird that there are two places to download things anyway. >> >> > I need to get used to this Git thing, I guess... >> >> > On Nov 8, 12:40 pm, <[email protected]> wrote: >> >> Hi, >> >> >> This is not a clone of the last git revision. >> >> Looks like you downloaded a really old version (0.9) >> >> >> => git clonehttps://github.com/APE-Project/APE_Server.git >> >> >> On Mon, 8 Nov 2010 03:35:10 -0800 (PST), Nicolas >> >> >> <[email protected]> wrote: >> >> > Anyone? >> >> >> > On Nov 8, 11:14 am, Nicolas <[email protected]> wrote: >> >> >> Hi, >> >> >> >> I tried to make the latest dev git version on my Ubuntu. It failed >> >> >> with the following message. Can you tell me what is wrong? >> >> >> >> Thx very much in advance. >> >> >> >> nico...@ubuntu://home/nicolas/Downloads/APE_Server-105dev$ make >> >> >> gcc -Wall -g -minline-all-stringops -rdynamic 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/proxy.c src/base64.c >> >> >> src/pipe.c >> >> >> src/raw.c -o bin/aped -ldl >> >> >> src/json.c:452: warning: ‘aff’ defined but not used >> >> >> src/json.c:470: warning: ‘key_is_array’ defined but not used >> >> >> nico...@ubuntu://home/nicolas/Downloads/APE_Server-105dev$ cd >> modules/ >> >> >> nico...@ubuntu://home/nicolas/Downloads/APE_Server-105dev/modules$ >> ls >> >> >> global_plugins.h libape-chat.c libape-helloworld.c >> >> >> libape- >> >> >> mysql.c libape-setcord.c Makefile >> >> >> lib libape-controller.c libape-mouse.c >> >> >> libape- >> >> >> mysql.h libape-spidermonkey.c plugins.h >> >> >> nico...@ubuntu://home/nicolas/Downloads/APE_Server-105dev/modules$ >> >> >> make >> >> >> gcc -Wall -g -shared -fPIC -rdynamic -Wl,-soname,libmod_setcord.so >> -o >> >> >> lib/libmod_setcord.so libape-setcord.c >> >> >> libape-setcord.c: In function ‘cmd_setpos’: >> >> >> libape-setcord.c:22: error: incompatible type for argument 1 of >> >> >> ‘atoi’ >> >> >> /usr/include/stdlib.h:148: note: expected ‘const char *’ but >> argument >> >> >> is of type ‘json_item’ >> >> >> libape-setcord.c:22: error: incompatible type for argument 1 of >> >> >> ‘atoi’ >> >> >> /usr/include/stdlib.h:148: note: expected ‘const char *’ but >> argument >> >> >> is of type ‘json_item’ >> >> >> libape-setcord.c:32: error: incompatible type for argument 1 of >> >> >> ‘get_pipe_strict’ >> >> >> ../src/pipe.h:59: note: expected ‘const char *’ but argument is of >> >> >> type ‘json_item’ >> >> >> libape-setcord.c:44: error: incompatible type for argument 3 of >> >> >> ‘post_to_pipe’ >> >> >> ../src/raw.h:47: note: expected ‘const char *’ but argument is of >> >> >> type >> >> >> ‘json_item’ >> >> >> libape-setcord.c: In function ‘init_module’: >> >> >> libape-setcord.c:53: warning: passing argument 2 of ‘register_cmd’ >> >> >> makes pointer from integer without a cast >> >> >> ../src/cmd.h:109: note: expected ‘unsigned int (*)(struct >> >> >> callbackp >> >> >> *)’ but argument is of type ‘int’ >> >> >> libape-setcord.c:53: warning: passing argument 3 of ‘register_cmd’ >> >> >> makes integer from pointer without a cast >> >> >> ../src/cmd.h:109: note: expected ‘unsigned int’ but argument is of >> >> >> type ‘unsigned int (*)(struct callbackp *)’ >> >> >> libape-setcord.c:53: warning: passing argument 4 of ‘register_cmd’ >> >> >> makes pointer from integer without a cast >> >> >> ../src/cmd.h:109: note: expected ‘struct acetables *’ but argument >> is >> >> >> of type ‘int’ >> >> >> libape-setcord.c:53: error: too many arguments to function >> >> >> ‘register_cmd’ >> >> >> make: *** [modules] Error 1 >> >> -- 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/
