OK. Got it.

On this page https://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/

Reply via email to