Hi

I have test to compile apr at mac os x 10.4..8 intel and get following warning:

/bin/sh /Users/peter/develop/tools/local/tomcat55//build-1/libtool -- silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN - DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2 - DHAVE_OPENSSL -I/Users/peter/develop/projects/tomcat/tomcat55/ connectors/jni/native/include -I/System/Library/Frameworks/ JavaVM.framework/Versions/1.5/Home/include -I/Users/peter/develop/ tools/local/tomcat55/include -I/Users/peter/develop/tools/local/ tomcat55//include/apr-1 -o src/network.lo -c src/network.c && touch src/network.lo
src/network.c: In function 'Java_org_apache_tomcat_jni_Socket_send':
src/network.c:442: warning: pointer targets in passing argument 2 of 's->net->send' differ in signedness src/network.c:449: warning: pointer targets in passing argument 2 of 's->net->send' differ in signedness
src/network.c: In function 'Java_org_apache_tomcat_jni_Socket_recvt':
src/network.c:722: warning: pointer targets in passing argument 2 of 's->net->recv' differ in signedness src/network.c:729: warning: pointer targets in passing argument 2 of 's->net->recv' differ in signedness


Other problem is that poller are not created:

11.12.2006 20:17:26 org.apache.tomcat.util.net.AprEndpoint allocatePoller
INFO: Failed to create poller with specified size of 8192
11.12.2006 20:17:26 org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-7380
11.12.2006 20:17:26 org.apache.tomcat.util.net.AprEndpoint allocatePoller
INFO: Failed to create poller with specified size of 8192
11.12.2006 20:17:26 org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-7309

Regards
Peter



Am 11.12.2006 um 11:00 schrieb Mladen Turk:

Hi,

I'll tag the 1.1.8 later today and put the distro files in regular
places, so they can be used for Tomcat builds.

BTW, can we again consider to use the minimum version required
to that version (1.1.8).
Although the API is compatible with 1.1.3 version, the all versions
between 1.1.3 and 1.1.8 are broken for AjpAprConnector except
the current Tomcat trunk.

Think it'll lower down the support questions, because user will
be forced to install the 1.1.8 version instead wondering why
the previous version doesn't work or eats CPU.

Regards,
Mladen.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to