I am getting errors while compiling resin. Configure works fine, but make fails at this step. Server is CentOS 5.1 and java version is jdk1.5.0_14. I tried with almost all 3.1.x versions and old snapshots. Is this a bug or an issue with my server and brain ?
Can some one shed some light ? I see the related code (the functions file) has changed recently in 3.1 GCC is default coming with CentOS - gcc version 4.1.2 20070626 ' EGREP="grep -E" /home/setup/resin-3.1.s080304/libtool --silent --mode=compile gcc -o mod_caucho.lo -c -I/usr/local/apache/include -DRESIN_HOME=\"/root/setup/resin-3.1.s080304\" -I../common -g -O2 -DPOLL -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DHAS_SOCK_TIMEOUT -DOPENSSL -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DMOD_SSL=208131 -DUSE_HSREGEX -DEAPI mod_caucho.c mod_caucho.c: In function 'cse_config_server_command': mod_caucho.c:261: warning: passing argument 1 of 'cse_add_config_server' from incompatible pointer type mod_caucho.c:261: warning: passing argument 2 of 'cse_add_config_server' from incompatible pointer type mod_caucho.c:261: warning: passing argument 3 of 'cse_add_config_server' makes pointer from integer without a cast mod_caucho.c:261: error: too few arguments to function 'cse_add_config_server' mod_caucho.c: In function 'cse_host_command': mod_caucho.c:333: warning: passing argument 1 of 'cse_add_host' from incompatible pointer type mod_caucho.c:333: warning: passing argument 2 of 'cse_add_host' from incompatible pointer type mod_caucho.c:333: warning: passing argument 3 of 'cse_add_host' makes pointer from integer without a cast mod_caucho.c:333: error: too few arguments to function 'cse_add_host' mod_caucho.c: In function 'cse_backup_command': mod_caucho.c:365: warning: passing argument 1 of 'cse_add_backup' from incompatible pointer type mod_caucho.c:365: warning: passing argument 2 of 'cse_add_backup' from incompatible pointer type mod_caucho.c:365: warning: passing argument 3 of 'cse_add_backup' makes pointer from integer without a cast mod_caucho.c:365: error: too few arguments to function 'cse_add_backup' make[2]: *** [mod_caucho.lo] Error 1 make[2]: Leaving directory `/home/setup/resin-3.1.s080304/modules/c/src/apache1' make[1]: *** [plugins] Error 2 make[1]: Leaving directory `/home/setup/resin-3.1.s080304/modules/c/src' make: *** [all] Error 2
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
