compiletime errors in Release but not Debug for Foundation Tool
compiletime errors in Release but not Debug for Foundation Tool
- Subject: compiletime errors in Release but not Debug for Foundation Tool
- From: spike grobstein <email@hidden>
- Date: Mon, 9 Apr 2007 21:46:15 -0400
Hey,
In trying to create a workaround for a bug with SOAP webservices not
closing their sockets properly, i'm trying to call said functions
from a commandline foundation tool and everything seems to work fine
when building for the Debug build configuration.
However, when I set the build config to 'Release', I get the
following error:
Building target “hgcli” of project “hgcli” — (1 error)
cd /Users/spike/hgcli
/usr/bin/gcc-4.0 -o /Users/spike/hgcli/build/hgcli.build/Release/
hgcli.build/Objects-normal/ppc/hgcli -L/Users/spike/hgcli/build/
Release -F/Users/spike/hgcli/build/Release -filelist /Users/spike/
hgcli/build/hgcli.build/Release/hgcli.build/Objects-normal/ppc/
hgcli.LinkFileList -framework Foundation -arch ppc -isysroot /
Developer/SDKs/MacOSX10.4u.sdk
/usr/bin/ld: Undefined symbols:
_kWSSOAP2001Protocol
_kWSSOAPStyleRPC
_WSMethodInvocationCreate
_WSMethodInvocationScheduleWithRunLoop
_WSMethodInvocationSetCallBack
_WSMethodInvocationSetParameters
_WSMethodInvocationSetProperty
_WSMethodInvocationUnscheduleFromRunLoop
_WSMethodResultIsFault
_kWSHTTPExtraHeaders
_kWSMethodInvocationResult
_kWSSOAPBodyEncodingStyle
_kWSSOAPMethodNamespaceURI
collect2: ld returned 1 exit status
/usr/bin/ld: Undefined symbols:
_kWSSOAP2001Protocol
_kWSSOAPStyleRPC
_WSMethodInvocationCreate
_WSMethodInvocationScheduleWithRunLoop
_WSMethodInvocationSetCallBack
_WSMethodInvocationSetParameters
_WSMethodInvocationSetProperty
_WSMethodInvocationUnscheduleFromRunLoop
_WSMethodResultIsFault
_kWSHTTPExtraHeaders
_kWSMethodInvocationResult
_kWSSOAPBodyEncodingStyle
_kWSSOAPMethodNamespaceURI
collect2: ld returned 1 exit status
Build failed (1 error)
This isn't really a showstopper, since I can use the Debug version ok
for testing for now... Any ideas?
Thanks!
...spike
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden