Re: _kSCDynamicStoreDomainState undefined?
Re: _kSCDynamicStoreDomainState undefined?
- Subject: Re: _kSCDynamicStoreDomainState undefined?
- From: Allan Nathanson <email@hidden>
- Date: Tue, 28 Oct 2003 07:34:29 -0500
Before compiling your application you want to set the
MACOSX_DEPLOYMENT_TARGET environment variable to "10.2".
For /bin/[t]csh:
setenv MACOSX_DEPLOYMENT_TARGET "10.2"
For /bin/[ba]sh:
MACOSX_DEPLOYMENT_TARGET="10.2"
export MACOSX_DEPLOYMENT_TARGET
- Allan
On Oct 28, 2003, at 6:07 AM, Bernd Lvhr wrote:
Hi,
in our communication app we're using a snippet from Quinn's TN 1145 to
get the list of current IPs to support multi homing (we're an IP
server). It works fine on 10.2 and 10.3 - if we build the app on 10.2.
If we build it on 10.3 it works under 10.3 but crashes directly under
10.2!
Here's the console output:
dyld: /Users/admin/Desktop/myApp/Contents/MacOS/myApp Undefined
symbols:
/Users/admin/Desktop/myApp/Contents/MacOS/myApp undefined reference to
_kSCDynamicStoreDomainState expected to be defined in
SystemConfiguration.
Where did it move to? It is still defined in the
SystemConfiguration.framework in SCSchemaDefinitions.h, though. We are
using the MoreSCF framework and CW 8.3, btw.
Any ideas?
Thanks
Bernd
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.