unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* cannot compile mac emacs for OS9
@ 2005-03-31 11:55 Sébastien Kirche
  2005-03-31 13:13 ` Sébastien Kirche
  0 siblings, 1 reply; 4+ messages in thread
From: Sébastien Kirche @ 2005-03-31 11:55 UTC (permalink / raw)


Hi,

with a checkout from this morning, i cannot build an OS9 version.

While  bootstraping within  OSX shell  is  ok, the  MPW build  fails due  to
undefined identifiers : 
,----
|   TargetID targ;
|   ^
| File "::src:mac.c"; line 2855 #Error: undefined identifier 'TargetID'
| #-----------------------
| 				 paramlen + 1, receiverIDisPSN);
| 				               ^
| File "::src:mac.c"; line 3043 #Error: undefined identifier 'receiverIDisPSN'
`----

I have searched for these, but they seem defined nowhere... ?

Build command was for the Carbon build :
make Emacs -f makefile.MPW >Emacs.MakeScript && Emacs.MakeScript

Regards.

-- 
Sébastien Kirche

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cannot compile mac emacs for OS9
  2005-03-31 11:55 cannot compile mac emacs for OS9 Sébastien Kirche
@ 2005-03-31 13:13 ` Sébastien Kirche
  2005-04-01 10:58   ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 4+ messages in thread
From: Sébastien Kirche @ 2005-03-31 13:13 UTC (permalink / raw)


Le 31 Mar 2005, Sébastien Kirche s'est exprimé ainsi :

> I have searched for these, but they seem defined nowhere... ?

Now i  had used my  brain, i  have found that  in src/mac.c the  include for
EPPC.H should be placed outside of the #ifndef HAVE_CARBON

and  the   PPCLink  command  in   the  generated  make  script   should  add
"{SharedLibraries}InterfaceLib"

But i now fail with
# Error:  File "::src:fileio.c.x"
#         Reference to unresolved symbol ".Fx_file_dialog"
# 
#  Unresolved external references:
#    .Fx_file_dialog

That    Fx_file_dialog    seems   to    be    defined    in   macfns.c    if
TARGET_API_MAC_CARBON.

I am a bit lost : does not defining HAVE_CARBON implies TARGET_API_MAC_CARBON ?

-- 
Sébastien Kirche

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cannot compile mac emacs for OS9
  2005-03-31 13:13 ` Sébastien Kirche
@ 2005-04-01 10:58   ` YAMAMOTO Mitsuharu
  2005-04-01 12:25     ` Sébastien Kirche
  0 siblings, 1 reply; 4+ messages in thread
From: YAMAMOTO Mitsuharu @ 2005-04-01 10:58 UTC (permalink / raw)
  Cc: emacs-devel

>>>>> On Thu, 31 Mar 2005 15:13:14 +0200, Sébastien Kirche <sebastien.kirche.no@spam.free.fr.invalid> said:

> Now i had used my brain, i have found that in src/mac.c the include
> for EPPC.H should be placed outside of the #ifndef HAVE_CARBON

It seems that HAVE_CARBON is not defined in your Emacs.MakeScript.
Could you try again after cleaning up all the generated files?

In http://lists.gnu.org/archive/html/emacs-devel/2005-03/msg00210.html:

  (Executing "make Clean -f makefile.MPW > Clean.MakeScript &&
   Clean.MakeScript" would be needed before making another build.)

> I am a bit lost : does not defining HAVE_CARBON implies
> TARGET_API_MAC_CARBON ?

It does.  Defining HAVE_CARBON leads to the inclusion of Carbon.h, and
TARGET_API_MAC_CARBON is set to 1 there.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cannot compile mac emacs for OS9
  2005-04-01 10:58   ` YAMAMOTO Mitsuharu
@ 2005-04-01 12:25     ` Sébastien Kirche
  0 siblings, 0 replies; 4+ messages in thread
From: Sébastien Kirche @ 2005-04-01 12:25 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 940 bytes --]

Le 1 Apr 2005, YAMAMOTO Mitsuharu vraute :

> It seems that HAVE_CARBON is not defined in your Emacs.MakeScript.

But it is (see attached makescript).

> Could you try again after cleaning up all the generated files?
> 
> In http://lists.gnu.org/archive/html/emacs-devel/2005-03/msg00210.html:
> 
> (Executing "make Clean -f makefile.MPW > Clean.MakeScript &&
> Clean.MakeScript" would be needed before making another build.)

I did not tried  to clean formerly because my build was  in a fresh checkout
directory where i did no build.  

I  have tried  now, but  the  compilation fails  with the  same error  about
undefined TargetID and receiverIDisPSN...

> > I am a bit lost : does not defining HAVE_CARBON implies
> > TARGET_API_MAC_CARBON ?
> 
> It does.  Defining HAVE_CARBON leads to the inclusion of Carbon.h, and
> TARGET_API_MAC_CARBON is set to 1 there.

Then I will look for a possible bad installation of MPW.
Thank you for.


[-- Attachment #2: Emacs make script --]
[-- Type: text/plain, Size: 17720 bytes --]

MrC "::lib-src:make-docfile.c" -o "::lib-src:make-docfile.c.x" -typecheck relaxed -w off -noMapCR -i :inc: 
MrC ":src:chdir.c" -o ":src:chdir.c.x" -typecheck relaxed -w off -noMapCR -i :inc: 
PPCLink ¶
	-o ::lib-src:Make-DocFile ¶
	 ¶
	"::lib-src:make-docfile.c.x" ":src:chdir.c.x" ¶
	-t 'MPST' ¶
	-c 'MPS ' ¶
	"{SharedLibraries}InterfaceLib" ¶
	"{SharedLibraries}StdCLib" ¶
	"{SharedLibraries}MathLib" ¶
	"{PPCLibraries}StdCRuntime.o" ¶
	"{PPCLibraries}PPCCRuntime.o" ¶
	"{PPCLibraries}PPCToolLibs.o"
::lib-src:make-docfile "::src:abbrev.c" "::src:alloc.c" "::src:atimer.c" "::src:buffer.c" "::src:bytecode.c" "::src:callint.c" "::src:callproc.c" "::src:casefiddle.c" "::src:casetab.c" "::src:category.c" "::src:ccl.c" "::src:charset.c" "::src:cm.c" "::src:cmds.c" "::src:coding.c" "::src:composite.c" "::src:data.c" "::src:dired.c" "::src:dispnew.c" "::src:doc.c" "::src:doprnt.c" "::src:editfns.c" "::src:emacs.c" "::src:eval.c" "::src:fileio.c" "::src:filemode.c" "::src:floatfns.c" "::src:fns.c" "::src:fontset.c" "::src:frame.c" "::src:fringe.c" "::src:getloadavg.c" "::src:image.c" "::src:indent.c" "::src:insdel.c" "::src:intervals.c" "::src:keyboard.c" "::src:keymap.c" "::src:lastfile.c" "::src:lread.c" "::src:macros.c" "::src:marker.c" "::src:minibuf.c" "::src:mktime.c" "::src:print.c" "::src:process.c" "::src:regex.c" "::src:region-cache.c" "::src:scroll.c" "::src:search.c" "::src:strft
 ime.c" "::src:syntax.c" "::src:sysdep.c" "::src:term.c" "::src:termcap.c" "::src:textprop.c" "::src:tparam.c" "::src:undo.c" "::src:window.c" "::src:xdisp.c" "::src:xfaces.c" "::src:xmenu.c" > ::etc:DOC
::lib-src:make-docfile "::src:mac.c" "::src:macfns.c" "::src:macterm.c" >> ::etc:DOC
::lib-src:make-docfile ::lisp:menu-bar.elc ::lisp:mouse.elc ::lisp:select.elc ::lisp:scroll-bar.elc ::lisp:vmsproc.elc ::lisp:vms-patch.elc ::lisp:ls-lisp.elc ::lisp:dos-fns.elc ::lisp:w32-fns.elc ::lisp:dos-w32.elc ::lisp:disp-table.elc ::lisp:dos-vars.elc ::lisp:international:ccl.elc ::lisp:international:codepage.elc ::lisp:abbrev.elc ::lisp:buff-menu.elc ::lisp:emacs-lisp:byte-run.elc ::lisp:cus-start.el ::lisp:custom.elc ::lisp:emacs-lisp:lisp-mode.elc ::lisp:emacs-lisp:lisp.elc ::lisp:facemenu.elc ::lisp:faces.elc ::lisp:files.elc ::lisp:emacs-lisp:float-sup.elc ::lisp:format.elc ::lisp:frame.elc ::lisp:help.elc ::lisp:indent.elc ::lisp:isearch.elc ::lisp:loadup.el ::lisp:loaddefs.el ::lisp:bindings.elc ::lisp:emacs-lisp:map-ynp.elc ::lisp:international:mule.elc ::lisp:international:mule-conf.el ::lisp:international:mule-cmds.elc ::lisp:international:characters.elc ::lisp:case-table
 .elc ::lisp:language:chinese.elc ::lisp:language:cyrillic.elc ::lisp:language:indian.elc ::lisp:language:ethiopic.elc ::lisp:language:european.elc ::lisp:language:tibetan.elc ::lisp:language:vietnamese.elc ::lisp:paths.el ::lisp:register.elc ::lisp:replace.elc ::lisp:simple.elc ::lisp:startup.elc ::lisp:subr.elc ::lisp:term:tty-colors.elc ::lisp:textmodes:fill.elc ::lisp:textmodes:page.elc ::lisp:textmodes:paragraphs.elc ::lisp:textmodes:text-mode.elc ::lisp:vc-hooks.elc ::lisp:ediff-hook.elc ::lisp:widget.elc ::lisp:window.elc ::lisp:version.el >> ::etc:DOC
::lib-src:make-docfile ::lisp:language:devanagari.el ::lisp:language:english.el ::lisp:language:czech.el ::lisp:language:slovak.el ::lisp:language:romanian.el ::lisp:language:greek.el ::lisp:language:hebrew.el ::lisp:language:japanese.el ::lisp:language:korean.el ::lisp:language:lao.el ::lisp:language:thai.el ::lisp:language:misc-lang.el >> ::etc:DOC
MrC ::src:abbrev.c -o ::src:abbrev.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:alloc.c -o ::src:alloc.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:atimer.c -o ::src:atimer.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:buffer.c -o ::src:buffer.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:bytecode.c -o ::src:bytecode.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:callint.c -o ::src:callint.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:callproc.c -o ::src:callproc.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:casefiddle.c -o ::src:casefiddle.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:casetab.c -o ::src:casetab.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:category.c -o ::src:category.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:ccl.c -o ::src:ccl.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:charset.c -o ::src:charset.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:cm.c -o ::src:cm.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:cmds.c -o ::src:cmds.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:coding.c -o ::src:coding.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:composite.c -o ::src:composite.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:data.c -o ::src:data.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:dired.c -o ::src:dired.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:dispnew.c -o ::src:dispnew.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:doc.c -o ::src:doc.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:doprnt.c -o ::src:doprnt.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:editfns.c -o ::src:editfns.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:emacs.c -o ::src:emacs.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:eval.c -o ::src:eval.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:fileio.c -o ::src:fileio.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:filemode.c -o ::src:filemode.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:floatfns.c -o ::src:floatfns.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:fns.c -o ::src:fns.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:fontset.c -o ::src:fontset.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:frame.c -o ::src:frame.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:fringe.c -o ::src:fringe.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:getloadavg.c -o ::src:getloadavg.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:image.c -o ::src:image.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:indent.c -o ::src:indent.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:insdel.c -o ::src:insdel.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:intervals.c -o ::src:intervals.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:keyboard.c -o ::src:keyboard.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:keymap.c -o ::src:keymap.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:lread.c -o ::src:lread.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:macros.c -o ::src:macros.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:marker.c -o ::src:marker.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:md5.c -o ::src:md5.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:minibuf.c -o ::src:minibuf.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:mktime.c -o ::src:mktime.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:print.c -o ::src:print.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:process.c -o ::src:process.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:regex.c -o ::src:regex.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:region-cache.c -o ::src:region-cache.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:scroll.c -o ::src:scroll.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:search.c -o ::src:search.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:strftime.c -o ::src:strftime.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:syntax.c -o ::src:syntax.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:sysdep.c -o ::src:sysdep.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:term.c -o ::src:term.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:termcap.c -o ::src:termcap.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:textprop.c -o ::src:textprop.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:tparam.c -o ::src:tparam.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:undo.c -o ::src:undo.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:window.c -o ::src:window.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:xdisp.c -o ::src:xdisp.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:xfaces.c -o ::src:xfaces.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:lastfile.c -o ::src:lastfile.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:mac.c -o ::src:mac.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:macfns.c -o ::src:macfns.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:macmenu.c -o ::src:macmenu.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
MrC ::src:macterm.c -o ::src:macterm.c.x   -noMapCR -enum int -alloca -typecheck relaxed -w off -includes unix -i :inc:,::src: -d emacs=1 -d HAVE_CONFIG_H -d MAC_OS -d MAC_OS8 -d HAVE_CARBON
PPCLink ¶
	 -d ¶
	"::src:abbrev.c.x" "::src:alloc.c.x" "::src:atimer.c.x" "::src:buffer.c.x" "::src:bytecode.c.x" "::src:callint.c.x" "::src:callproc.c.x" "::src:casefiddle.c.x" "::src:casetab.c.x" "::src:category.c.x" "::src:ccl.c.x" "::src:charset.c.x" "::src:cm.c.x" "::src:cmds.c.x" "::src:coding.c.x" "::src:composite.c.x" "::src:data.c.x" "::src:dired.c.x" "::src:dispnew.c.x" "::src:doc.c.x" "::src:doprnt.c.x" "::src:editfns.c.x" "::src:emacs.c.x" "::src:eval.c.x" "::src:fileio.c.x" "::src:filemode.c.x" "::src:floatfns.c.x" "::src:fns.c.x" "::src:fontset.c.x" "::src:frame.c.x" "::src:fringe.c.x" "::src:getloadavg.c.x" "::src:image.c.x" "::src:indent.c.x" "::src:insdel.c.x" "::src:intervals.c.x" "::src:keyboard.c.x" "::src:keymap.c.x" "::src:lread.c.x" "::src:macros.c.x" "::src:marker.c.x" "::src:md5.c.x" "::src:minibuf.c.x" "::src:mktime.c.x" "::src:print.c.x" "::src:process.c.x" "::src:regex.c.x" ":
 :src:region-cache.c.x" "::src:scroll.c.x" "::src:search.c.x" "::src:strftime.c.x" "::src:syntax.c.x" "::src:sysdep.c.x" "::src:term.c.x" "::src:termcap.c.x" "::src:textprop.c.x" "::src:tparam.c.x" "::src:undo.c.x" "::src:window.c.x" "::src:xdisp.c.x" "::src:xfaces.c.x" "::src:lastfile.c.x" "::src:mac.c.x" "::src:macfns.c.x" "::src:macmenu.c.x" "::src:macterm.c.x" ¶
	"{SharedLibraries}CarbonLib" "{SharedLibraries}StdCLib" "{PPCLibraries}StdCRuntime.o" "{PPCLibraries}PPCCRuntime.o" ¶
	-o ":Emacs MPW"
translate ¶0x0a ¶n < ":src:"Emacs.r > ":src:"Emacs.maclf.r
translate ¶0x0a ¶n < ":src:"EmacsMPW.r > ":src:"EmacsMPW.maclf.r
Rez -d HAVE_CARBON -a ":src:"Emacs.maclf.r -o ":Emacs MPW"
Rez -d HAVE_CARBON -a ":src:"EmacsMPW.maclf.r -o ":Emacs MPW"
SetFile ":Emacs MPW" -t APPL -c 'EMAx' -a B

[-- Attachment #3: Type: text/plain, Size: 22 bytes --]


-- 
Sébastien Kirche

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-01 12:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-31 11:55 cannot compile mac emacs for OS9 Sébastien Kirche
2005-03-31 13:13 ` Sébastien Kirche
2005-04-01 10:58   ` YAMAMOTO Mitsuharu
2005-04-01 12:25     ` Sébastien Kirche

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).