help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does emacs 22.2 support compiled as 64bit?


From: William Xu
Subject: Re: Does emacs 22.2 support compiled as 64bit?
Date: Tue, 22 Apr 2008 23:21:36 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin)

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> The important differences affect the way Apple's File.h gets
> included. In the output of 'gcc E' you can see when a header file's
> contents is included (and also which header files the included files
> include themselves). Find the reason why CInfoPBRec does not get
> defined! 

Honestly, the work is really tough...  


Anyway, I found the following, saying CInfoPBRec is not availabile for
64-bit applications...  so maybe that part of emacs needs updated/rewritten.  

http://developer.apple.com/documentation/Carbon/Reference/File_Manager/Reference/reference.html#//apple_ref/c/tdef/CInfoPBRec

,----
| CInfoPBRec
| 
| Defines a catalog information parameter block for file and directory 
information.
| 
| union CInfoPBRec {
|    HFileInfo hFileInfo;
|    DirInfo dirInfo;
| };
| typedef union CInfoPBRec CInfoPBRec;
| typedef CInfoPBRec * CInfoPBPtr;
| 
| Fields
| 
| hFileInfo
| dirInfo
| 
| Availability
| 
|     * Available in Mac OS X v10.0 and later.
|     * Not available to 64-bit applications.
| 
| Declared In
| Files.h
`----


-- 
William

http://williamxu.net9.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]