I'm currently having problem issuing make. //kernel information [[email protected] APE-Project- APE_Server-10c1e6013d1d3be19409d06c3ad5b2897de91b6b]# uname -a Linux 192.168.200.12 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20 EDT 2006 i686 i686 i386 GNU/Linux
//ape make [[email protected] APE-Project- APE_Server-10c1e6013d1d3be19409d06c3ad5b2897de91b6b]# 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:471: warning: âkey_is_arrayâ defined but not used //modules make [[email protected] 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â libape-setcord.c:22: error: incompatible type for argument 1 of âatoiâ libape-setcord.c:32: error: incompatible type for argument 1 of âget_pipe_strictâ libape-setcord.c:44: error: incompatible type for argument 3 of âpost_to_pipeâ libape-setcord.c:48: error: âFOR_NOTHINGâ undeclared (first use in this function) libape-setcord.c:48: error: (Each undeclared identifier is reported only once libape-setcord.c:48: error: for each function it appears in.) libape-setcord.c:49: warning: control reaches end of non-void function 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 libape-setcord.c:53: warning: passing argument 3 of âregister_cmdâ makes integer from pointer without a cast libape-setcord.c:53: warning: passing argument 4 of âregister_cmdâ makes pointer from integer without a cast libape-setcord.c:53: error: too many arguments to function âregister_cmdâ make: *** [modules] Error 1 I don't know if ape really was installed but by just looking at the logs there seems to be some problem. Or do I just ignore all of the logs and consider ape made? Another, our network currently doesn't have any named domain. So all of our computer are only accessible by IP. The problem is, the documentation has a lot of references with named domains with the configuration for ape to work. I really don't know what to do with the domain in the configurations. Do i just use the IP (192.168.200.12) for the domain?. Asking our administrator to implement domain is not really an option as of now. I only need to worry about this since I'm already knowledgeable with mod_proxy. I --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
