Re: Carbon app converting from Xcode 1.5 to Xcode 2.1
Re: Carbon app converting from Xcode 1.5 to Xcode 2.1
- Subject: Re: Carbon app converting from Xcode 1.5 to Xcode 2.1
- From: "Justin C. Walker" <email@hidden>
- Date: Tue, 4 Oct 2005 18:42:47 -0700
I don't know that this will help, but a comment and a simple question:
On Oct 4, 2005, at 16:24 , Carl Smith wrote:
Also I set my gcc to 3.3. I still need to develop my NKE for 10.4
but first I thought I would get it to compile on Xcode 2.1 for
backwards compatibility with my 10.3 needs.
I'm not sure you can do that (make it backwards compatible) without
specifying the "deployment target"; in addition, you do need to worry
about the KPI changes if you run on 10.4.
Now I have only 8 errors. These errors are relating to the struct
sockaddr. Basically all the errors are “… field ‘ifru_addr’ has
incomplete type”, relating to anything defined as a struct sockaddr
in the if.h file. The if.h file is called from the dlil.h file from
the MacOSX10.3.9.sdk folder.
The simple question is: do you include <sys/socket.h>? (I have to
ask :-} That's where struct sockaddr is defined). You probably have
to worry a bit about what sequence of #defines is required (I have
not mucked much with this since the advent of 10.4).
Regards,
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for General Semantics
--------
"Weaseling out of things is what separates us from the animals.
Well, except the weasel."
- Homer J Simpson
--------
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden