unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Recent changes to regex.c break bootstrapping
@ 2006-02-20  6:10 Luc Teirlinck
  2006-02-20  7:47 ` Jan D.
  2006-02-20 22:05 ` Richard M. Stallman
  0 siblings, 2 replies; 7+ messages in thread
From: Luc Teirlinck @ 2006-02-20  6:10 UTC (permalink / raw)


After bootstrapping failed due to an undefined reference to xalloc, I
made the obvious correction to xmalloc and installed in CVS, but after
that bootstrapping still fails with:

regex.o: In function `extend_range_table_work_area':
/home/teirllm/emacscvsdir/emacs/lib-src/../src/regex.c:2069: undefined
reference to `xrealloc'
/home/teirllm/emacscvsdir/emacs/lib-src/../src/regex.c:2072: undefined
reference to `xmalloc'
regex.o: In function `regcomp':
/home/teirllm/emacscvsdir/emacs/lib-src/../src/regex.c:6295: undefined
reference to `xmalloc'
/home/teirllm/emacscvsdir/emacs/lib-src/../src/regex.c:6301: undefined
reference to `xmalloc'
collect2: ld returned 1 exit status
make[3]: *** [etags] Error 1
make[3]: Leaving directory `/home/teirllm/emacscvsdir/emacs/lib-src'
make[2]: *** [lib-src] Error 2
make[2]: Leaving directory `/home/teirllm/emacscvsdir/emacs'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs'
make: *** [bootstrap] Error 2

lisp.h is, at least conditionally, already included in regex.c

Sincerely,

Luc.

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

end of thread, other threads:[~2006-02-20 22:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20  6:10 Recent changes to regex.c break bootstrapping Luc Teirlinck
2006-02-20  7:47 ` Jan D.
2006-02-20 15:02   ` Andreas Schwab
2006-02-20 16:26   ` Chong Yidong
2006-02-20 17:08   ` Chong Yidong
2006-02-20 22:53     ` Giorgos Keramidas
2006-02-20 22:05 ` Richard M. Stallman

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).