Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
- Subject: Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
- From: Eric Albert <email@hidden>
- Date: Thu, 20 Oct 2005 00:11:12 -0700
On Oct 19, 2005, at 3:16 PM, David Dunham wrote:
At 08:15 -0700 05-10-15, George Warner wrote:
On Fri, 14 Oct 2005 12:22:11 -0700, David Dunham <email@hidden>
wrote:
[...] soon quits without any crash log or log message...
FYI: This is where DYLD env varables comes in handy.
DYLD_PRINT_LIBRARIES
is handy to see dyld messages as your app launches. And the
DYLD_IMAGE_SUFFIX is useful to run the debug versions of the system
dylibs.
I don't really believe what it turned out to be.
I'm opening a file in my Resources directory. Apparently, there was
mismatch between the case of the file and the fopen() call. 10.3 and
10.4 were perfectly happy. On 10.2.8, this was failing (and our code
must have been throwing an exception -- I never could get GDB to work
well on the 10.2.8 machine).
I didn't think HFS was ever case-sensitive back then. Was it at the
BSD level but not the Carbon level?
HFS (and HFS+, which is what I think you mean) did not have a
case-sensitive option in 10.2.8. I suppose it isn't inconceivable that
fopen may have improperly validated the case of the filename it was
given, but I have to admit I find that unlikely.
-Eric
_______________________________________________
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