Re: WebObjects 5.2.3 on tiger
Re: WebObjects 5.2.3 on tiger
- Subject: Re: WebObjects 5.2.3 on tiger
- From: Marc Manthey <email@hidden>
- Date: Tue, 3 May 2005 03:58:49 +0200
On May 3, 2005, at 3:38 AM, jerry porter wrote:
I installed WO5.22 on a fresh Tiger install, and our
app compiles just fine. I ran a couple of the example
apps and they ran up.
Naturally the install CD for WO 5.2 will want to
install things in (I
assume) unnatural places for Tiger... and the
release notes for Xcode
1.5 didn't go far enough (really) in fully
integrating WO docs with
Xcode et al.
hello experts
after installimg WO with all the updates to 5.23 and a lot
of reboots
and waiting for the key ,i started one of the examples WOAdapter
on xcode 2.0 i got this
errors here:
Building external target “Adaptors” — (59 warnings)
../Adaptor/appcfg.c:201: warning: pointer targets in passing
argument 3 of 'WOShmem_alloc' differ in signedness
../Adaptor/appcfg.c:206: warning: pointer targets in passing
argument 3 of 'WOShmem_alloc' differ in signedness
../Adaptor/appcfg.c:235: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c: In function 'updateInstanceKey':
../Adaptor/appcfg.c:679: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c:681: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c:683: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c:685: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c:687: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/cfgparse.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/config.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/hostlookup.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/list.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/listing.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/loadaverage.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/loadbalancing.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/log.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/nbsocket.c
../Adaptor/nbsocket.c: In function 'reset':
../Adaptor/nbsocket.c:343: warning: pointer targets in passing
argument 3 of 'nonBlockingRecv' differ in signedness
../Adaptor/nbsocket.c: In function 'fillbuf':
../Adaptor/nbsocket.c:538: warning: pointer targets in passing
argument 3 of 'nonBlockingRecv' differ in signedness
../Adaptor/nbsocket.c: In function 'recvline':
../Adaptor/nbsocket.c:577: warning: pointer targets in passing
argument 2 of 'str_appendLength' differ in signedness
../Adaptor/nbsocket.c:588: warning: pointer targets in passing
argument 2 of 'str_appendLength' differ in signedness
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/random.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/request.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/response.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/roundrobin.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/shmem.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/strdict.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/strtbl.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/transaction.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/transport.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/wastring.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/womalloc.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/xmlcparser.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/xmlctokenizer.c
../Adaptor/xmlctokenizer.c: In function 'xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:265: warning: comparison is always
false due to limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always
false due to limited range of data type
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
c ../Adaptor/xmlparse.c
../Adaptor/xmlparse.c: In function 'xml_parseConfiguration':
../Adaptor/xmlparse.c:171: warning: pointer targets in passing
argument 2 of 'xmlcTokenizerSetBuffer' differ in signedness
../Adaptor/xmlparse.c: In function 'createElement':
../Adaptor/xmlparse.c:238: warning: pointer targets in
assignment differ in signedness
../Adaptor/xmlparse.c:240: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:243: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:257: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:272: warning: pointer targets in passing
argument 2 of 'strncpy' differ in signedness
../Adaptor/xmlparse.c: In function 'endElementNamed':
../Adaptor/xmlparse.c:290: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:293: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:303: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:312: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:316: warning: pointer targets in passing
argument 2 of 'strncpy' differ in signedness
../Adaptor/xmlparse.c: In function 'createAttribute':
../Adaptor/xmlparse.c:335: warning: pointer targets in
assignment differ in signedness
../Adaptor/xmlparse.c:344: warning: pointer targets in passing
argument 2 of 'st_add' differ in signedness
../Adaptor/xmlparse.c:344: warning: pointer targets in passing
argument 3 of 'st_add' differ in signedness
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -
o WebObjects WebObjects.o MoreURLCUtilities.o Platform.o
WOURLCUtilities.o WOURLCUtilities_3.o appcfg.o cfgparse.o config.o
hostlookup.o list.o listing.o loadaverage.o loadbalancing.o log.o
nbsocket.o random.o request.o response.o roundrobin.o shmem.o
strdict.o strtbl.o transaction.o transport.o wastring.o womalloc.o
xmlcparser.o xmlctokenizer.o xmlparse.o
strip -S WebObjects
cd Apache ; make
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/MoreURLCUtilities.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/Platform.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/WOURLCUtilities.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/WOURLCUtilities_3.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/appcfg.c
../Adaptor/appcfg.c: In function 'ac_init':
../Adaptor/appcfg.c:201: warning: pointer targets in passing
argument 3 of 'WOShmem_alloc' differ in signedness
../Adaptor/appcfg.c:206: warning: pointer targets in passing
argument 3 of 'WOShmem_alloc' differ in signedness
../Adaptor/appcfg.c:235: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c: In function 'updateInstanceKey':
../Adaptor/appcfg.c:679: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c:681: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c:683: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c:685: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
../Adaptor/appcfg.c:687: warning: pointer targets in passing
argument 2 of 'updateNumericSetting' differ in signedness
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/cfgparse.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/config.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/hostlookup.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/list.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/listing.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/loadaverage.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/loadbalancing.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/log.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/nbsocket.c
../Adaptor/nbsocket.c: In function 'reset':
../Adaptor/nbsocket.c:343: warning: pointer targets in passing
argument 3 of 'nonBlockingRecv' differ in signedness
../Adaptor/nbsocket.c: In function 'fillbuf':
../Adaptor/nbsocket.c:538: warning: pointer targets in passing
argument 3 of 'nonBlockingRecv' differ in signedness
../Adaptor/nbsocket.c: In function 'recvline':
../Adaptor/nbsocket.c:577: warning: pointer targets in passing
argument 2 of 'str_appendLength' differ in signedness
../Adaptor/nbsocket.c:588: warning: pointer targets in passing
argument 2 of 'str_appendLength' differ in signedness
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/random.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/request.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/response.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/roundrobin.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/shmem.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/strdict.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/strtbl.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/transaction.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/transport.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/wastring.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/womalloc.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/xmlcparser.c
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/xmlctokenizer.c
../Adaptor/xmlctokenizer.c: In function 'xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:265: warning: comparison is always
false due to limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always
false due to limited range of data type
cc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -
DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -I/usr/local/
include/openssl -c ../Adaptor/xmlparse.c
../Adaptor/xmlparse.c: In function 'xml_parseConfiguration':
../Adaptor/xmlparse.c:171: warning: pointer targets in passing
argument 2 of 'xmlcTokenizerSetBuffer' differ in signedness
../Adaptor/xmlparse.c: In function 'createElement':
../Adaptor/xmlparse.c:238: warning: pointer targets in
assignment differ in signedness
../Adaptor/xmlparse.c:240: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:243: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:257: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:272: warning: pointer targets in passing
argument 2 of 'strncpy' differ in signedness
../Adaptor/xmlparse.c: In function 'endElementNamed':
../Adaptor/xmlparse.c:290: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:293: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:303: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:312: warning: pointer targets in passing
argument 1 of 'strncasecmp' differ in signedness
../Adaptor/xmlparse.c:316: warning: pointer targets in passing
argument 2 of 'strncpy' differ in signedness
../Adaptor/xmlparse.c: In function 'createAttribute':
../Adaptor/xmlparse.c:335: warning: pointer targets in
assignment differ in signedness
../Adaptor/xmlparse.c:344: warning: pointer targets in passing
argument 2 of 'st_add' differ in signedness
../Adaptor/xmlparse.c:344: warning: pointer targets in passing
argument 3 of 'st_add' differ in signedness
from mod_WebObjects.c:65:
from /usr/include/httpd/httpd.h:29,
In file included from /usr/include/httpd/ap_config.h:1129,
/usr/include/httpd/hsregex.h:22:1: warning:
"ap_private_extern" redefined
from mod_WebObjects.c:65:
In file included from /usr/include/httpd/httpd.h:29,
/usr/include/httpd/ap_config.h:1025:1: warning: this is
the location of the previous definition
mod_WebObjects.c:376: warning: pointer targets in passing
argument 3 of 'req_addHeader' differ in signedness
Build succeeded for target "Adaptors" using build style
"Development" (59 warnings)
any help?
marcM.
-- "Pulvis et umbra sumus" - Staub und Schatten sind wir.
Marc Manthey - C.V.O. - D - 50672 Cologne - Germany
office: 0049.221.355.80.32 mobile: 0049.177.341.54.81
www.let.de www.cuseeme.de www.applehelpers.com
ichat://macfreak2004 audio and / or video required
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden