Re: cannot compile mac emacs for OS9

2005-04-01 Thread Sébastien Kirche
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: > >

Re: cannot compile mac emacs for OS9

2005-04-01 Thread YAMAMOTO Mitsuharu
> On Thu, 31 Mar 2005 15:13:14 +0200, Sébastien Kirche <[EMAIL PROTECTED]> > 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. Cou

Re: cannot compile mac emacs for OS9

2005-03-31 Thread Sébastien Kirche
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 ge

cannot compile mac emacs for OS9

2005-03-31 Thread Sébastien Kirche
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' | #---