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: Mon, 21 Apr 2008 00:04:44 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin)

David Kastrup <dak@gnu.org> writes:

> Maybe missing quotes?  --prefix="$HOME" rather?  Does MacOS actually set
> $HOME?  What is its value?

No, I can build it successfully without "CC='gcc -m64'" option.  $HOME
is same as in Linux.


I also attached the error here: 

gcc -m64 -I/sw/include -L/sw/lib -c -fpascal-strings -DMAC_OSX   -Demacs 
-DHAVE_CONFIG_H   -I. -I/Users/william/repo/git/emacs/src -fpascal-strings 
-DMAC_OSX -Dtemacs  -g -O2 -Wno-pointer-sign  mac.c
mac.c: In function ‘path_from_vol_dir_name’:
mac.c:2999: error: ‘CInfoPBRec’ undeclared (first use in this function)
mac.c:2999: error: (Each undeclared identifier is reported only once
mac.c:2999: error: for each function it appears in.)
mac.c:2999: error: syntax error before ‘cipb’
mac.c:3009: error: ‘cipb’ undeclared (first use in this function)
mac.c: In function ‘get_temp_dir_name’:
mac.c:3338: warning: passing argument 5 of ‘FindFolder’ from incompatible 
pointer type
mac.c: In function ‘mac_get_system_locale’:
mac.c:4905: error: ‘smScriptLang’ undeclared (first use in this function)
mac.c:4906: warning: ‘GetScriptManagerVariable’ is deprecated (declared at 
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:993)
mac.c: In function ‘mac_try_close_socket’:
mac.c:5050: warning: cast to pointer from integer of different size
mac.c: In function ‘sys_select’:
mac.c:5163: warning: cast to pointer from integer of different size
mac.c:5193: warning: cast to pointer from integer of different size
mac.c: In function ‘init_mac_osx_environment’:
mac.c:5282: warning: ‘GetScriptManagerVariable’ is deprecated (declared at 
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:993)
mac.c: In function ‘syms_of_mac’:
mac.c:5470: warning: passing argument 2 of ‘defvar_int’ from incompatible 
pointer type
mac.c:5472: warning: ‘GetScriptManagerVariable’ is deprecated (declared at 
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:993)
make[2]: *** [mac.o] Error 1
make[1]: *** [bootstrap-build] Error 2
make: *** [bootstrap] Error 2

-- 
William

http://williamxu.net9.org





reply via email to

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