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

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

Re: ? OSX compile from CVS (and some setup questions)


From: Heiko Hellweg
Subject: Re: ? OSX compile from CVS (and some setup questions)
Date: 12 Nov 2002 16:54:06 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

> Heiko Hellweg <nospam@snark.de> writes:
> 
> > Compiling /Users/hh/tmp/emacs/emacs/lisp/progmodes/cc-mode.el
> >>>Error occurred processing 
> >>>/Users/hh/tmp/emacs/emacs/lisp/progmodes/cc-mode.el: Symbol's function 
> >>>definition is void ((char-table-p))
> > make[1]: *** [compile] Error 1
> > make: *** [bootstrap] Error 2
> > <---
> >
> > Is this a known bug in the current CVS? 
> 
> Yes, it's known.  A workaround is to edit cc-vars.el and comment out
> the appropriate cc-bytecomp-defun statement on line 49 or so.

thanks - that helped to compile and install.

But then (for some stupid reason like 'now let's do it all over again'),
i did a 'make uninstall' and tried to - well - do it all over again
(and because the update to Max OS 10.2.2 seems to force recompiling emacs):

check out src from cvs, edit cc-vars.el, configure, make bootstrap

and this time, it dies with:

--->
...
(cd lisp; make  bootstrap EMACS=../src/bootstrap-emacs)
wd=/Users/hh/tmp/emacs/lisp; subdirs=`find $wd -type d -print`; for file in 
$subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; *) 
wins="$wins $file" ;; esac; done; \
for file in $wins; do \
   /Users/hh/tmp/emacs/lisp/../update-subdirs $file; \
done;
wd=/Users/hh/tmp/emacs/lisp; subdirs=`find $wd -type d -print`; for file in 
$subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; *) 
wins="$wins $file" ;; esac; done; \
echo Directories: $wins; \
../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval 
'(setq generated-autoload-file "/Users/hh/tmp/emacs/lisp/loaddefs.el")' -f 
batch-update-autoloads $wins
Directories: /Users/hh/tmp/emacs/lisp /Users/hh/tmp/emacs/lisp/calc 
/Users/hh/tmp/emacs/lisp/calendar /Users/hh/tmp/emacs/lisp/emacs-lisp 
/Users/hh/tmp/emacs/lisp/emulation /Users/hh/tmp/emacs/lisp/eshell 
/Users/hh/tmp/emacs/lisp/gnus /Users/hh/tmp/emacs/lisp/international 
/Users/hh/tmp/emacs/lisp/language /Users/hh/tmp/emacs/lisp/mail 
/Users/hh/tmp/emacs/lisp/net /Users/hh/tmp/emacs/lisp/obsolete 
/Users/hh/tmp/emacs/lisp/play /Users/hh/tmp/emacs/lisp/progmodes 
/Users/hh/tmp/emacs/lisp/term /Users/hh/tmp/emacs/lisp/textmodes 
/Users/hh/tmp/emacs/lisp/toolbar
make[1]: *** [autoloads] Error 139
make: *** [bootstrap] Error 2
<---

did 'make uninstall' break something critical? or did a new error creep into cvs
over the night?
> 
> It's useful to read the Emacs developer list if you are using the CVS
> version. 

i tried - but the archives at http://mail.gnu.org/pipermail/emacs-devel/ didn't
really help - and subscribing to a devel-list seems not to appropriate for
one-time problems like these. I thougth, that's what usenet is for.



reply via email to

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