Ronald Oussoren <[EMAIL PROTECTED]> added the comment:

Is this on OSX 10.4?

I'll fix this tonight or tomorrow (the latter would probably result in a 
commit on sunday morning PST).

The fix will look like this:

#ifdef __LP64__
        FSIORefNum fRefNum;
#else   
        SInt16     fRefNum;
#endif


That is, unless I can find the correct way to detect if the code is 
compiled with the 10.5 SDK or not.

----------
resolution:  -> accepted

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3052>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to