emacs-devel
[Top][All Lists]
Advanced

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

`make bootstrap' failure, OS X


From: Denis Bueno
Subject: `make bootstrap' failure, OS X
Date: Thu, 3 Feb 2005 00:19:28 -0500

On the latest CVS, as of Thu 03 Feb 0018 EST,

$ make maintainer-clean; ./configure --without-x --enable-carbon-app
&& make bootstrap
<configure>
<start compilation>
...
cd /Users/dbueno/download/cvs-trees/emacs/man; makeinfo --force flymake.texi
(cd lispref; make  info)
makeinfo --force -I. -I/Users/dbueno/download/cvs-trees/emacs/lispref
/Users/dbueno/download/cvs-trees/emacs/lispref/elisp.texi -o
/Users/dbueno/download/cvs-trees/emacs/lispref/../info/elisp
(cd lispintro; make  info)
make[1]: Nothing to be done for `info'.
(cd lisp; make  bootstrap-prepare)
if test -x ../src/emacs; then                           \
  make  autoloads;                              \
else                                                    \
  if test ! -r /Users/dbueno/download/cvs-trees/emacs/lisp/loaddefs.el;
then            \
    cp /Users/dbueno/download/cvs-trees/emacs/lisp/ldefs-boot.el
/Users/dbueno/download/cvs-trees/emacs/lisp/loaddefs.el;   \
  fi                                                    \
fi
(cd src; make  bootstrap)
gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX
-I../mac/src   -Demacs -DHAVE_CONFIG_H   -I.
-I/Users/dbueno/download/cvs-trees/emacs/src -fpascal-strings
-fno-common -DMAC_OSX -I../mac/src -Dtemacs -g -O2 pre-crt0.c
touch stamp-oldxmenu
gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX
-I../mac/src   -Demacs -DHAVE_CONFIG_H   -I.
-I/Users/dbueno/download/cvs-trees/emacs/src -fpascal-strings
-fno-common -DMAC_OSX -I../mac/src -Dtemacs -g -O2 dispnew.c
dispnew.c: In function `update_window':
dispnew.c:4071: error: `f' undeclared (first use in this function)
dispnew.c:4071: error: (Each undeclared identifier is reported only once
dispnew.c:4071: error: for each function it appears in.)
make[1]: *** [dispnew.o] Error 1
make: *** [bootstrap-build] Error 2


Any ideas?

-- 
Denis Bueno




reply via email to

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