[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
build problem with current Emacs CVS
From: |
Floyd Ferguson |
Subject: |
build problem with current Emacs CVS |
Date: |
27 Dec 2003 13:30:03 -0600 |
There is a problem building the latest CVS version of GNU Emacs on Mac
OS X (Panther).
Checking out the latest CVS sources produced the following error,
------------------------------------------------------------
cvs server: emacs/src/regex.c is no longer in the repository
cvs server: emacs/src/regex.h is no longer in the repository
------------------------------------------------------------
and then compiling (make bootstrap --> cd src; make bootstrap)
failed with the following error
------------------------------------------------------------
(cd src; make bootstrap)
gcc -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -Demacs
-DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/floydf/tools/emacs/src
-fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include
-Dtemacs -g -O2 pre-crt0.c
[ successful compilations deleted ]
gcc -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -Demacs
-DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/floydf/tools/emacs/src
-fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include
-Dtemacs -g -O2 minibuf.c
make[1]: *** No rule to make target `regex.h', needed by `dired.o'. Stop.
make: *** [bootstrap] Error 2
------------------------------------------------------------
Checking out a completely clean source tree produced the same error.
Copying the regex.c and regex.h files from the 21.3 source
distribution from last March to emacs/src resolved the issue, and the
build succeeded.
Regards,
Floyd Ferguson
f.ferguson@verizon.net
floydferguson@earthlink.net
Additional details from system configuration follow ...
------------------------------------------------------------
$ uname -v
Darwin Kernel Version 7.2.0: Thu Dec 11 16:20:23 PST 2003;
root:xnu/xnu-517.3.7.obj~1/RELEASE_PPC
--- configure paramters
./configure --without-carbon \
--with-x \
--x-libraries=/usr/X11R6/libstatic
--- output from configure
Configured for `powerpc-apple-darwin7.2.0'.
Where should the build process find the source code?
/Users/floydf/tools/emacs
What operating system and machine description files should Emacs use?
`s/darwin.h' and `m/powermac.h'
What compiler should emacs be built with? gcc -g -O2
Should Emacs use the GNU version of malloc? no
(The GNU allocators don't work with this system configuration.)
Should Emacs use a relocating allocator for buffers? no
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? x11
What toolkit should Emacs use? LUCID
Where do we find X Windows header files? /usr/X11R6/include
Where do we find X Windows libraries? /usr/X11R6/libstatic
Does Emacs use -lXaw3d? no
Does Emacs use -lXpm? yes
Does Emacs use -ljpeg? yes
Does Emacs use -ltiff? yes
Does Emacs use -lungif? no
Does Emacs use -lpng? yes
Does Emacs use X toolkit scroll bars? no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
config.status: creating oldXMenu/Makefile
config.status: creating man/Makefile
config.status: creating lwlib/Makefile
config.status: creating src/Makefile.c
config.status: creating lisp/Makefile
config.status: creating lispref/Makefile
config.status: creating lispintro/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: executing default commands
creating src/epaths.h
creating lib-src/Makefile
creating src/Makefile
- build problem with current Emacs CVS,
Floyd Ferguson <=