all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "make bootstrap" fails]
@ 2003-01-18  0:48 Richard Stallman
  2003-01-18 10:15 ` [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "makebootstrap" fails] Jan D.
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2003-01-18  0:48 UTC (permalink / raw)


Can someone please look at this?

------- Start of forwarded message -------
Date: Thu, 16 Jan 2003 19:50:44 +0000
From: Richard Dawe <rich@phekda.freeserve.co.uk>
X-Accept-Language: de,fr
To: Emacs pretest bugs <emacs-pretest-bug@gnu.org>
cc: Richard Dawe <rich@phekda.freeserve.co.uk>
Subject: Emacs CVS & DJGPP CVS: "make bootstrap" fails
Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org

Hello.

I can't bootstrap Emacs CVS at the moment. I'm building with DJGPP CVS. Is
there some X code that shouldn't be in the DJGPP (non-X) build? Here's the end
of the output of "make bootstrap":

<Rest omitted>
gcc        -o temacs  dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o
charset.o coding.o category.o ccl.o     cm.o term.o xfaces.o    emacs.o
keyboard.o macros.o keymap.o sysdep.o   buffer.o filelock.o insdel.o
marker.o   minibuf.o fileio.o dired.o filemode.o   cmds.o casetab.o
casefiddle.o indent.o search.o
regex.o undo.o  alloc.o data.o doc.o editfns.o callint.o        eval.o
floatfns.o fns.o print.o lread.o         abbrev.o syntax.o unexec.o
bytecode.o   process.o callproc.o    region-cache.o sound.o atimer.o        
doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    dosfns.o
msdos.o w16select.o  termcap.o
tparam.o lastfile.o gmalloc.o ralloc.o vm-limit.o   getloadavg.o
    -lg   -lm
xmenu.o: In function `_Fx_popup_menu':
xmenu.c:738: undefined reference to `_DefaultRootWindow'
xmenu.c(.text+0x1010): undefined reference to `_XQueryPointer'
xmenu.c:761: undefined reference to `_FRAME_OUTER_TO_INNER_DIFF_X'
xmenu.c:763: undefined reference to `_FRAME_OUTER_TO_INNER_DIFF_Y'
collect2: ld returned 1 exit status
make.exe[1]: *** [temacs] Error 1
make.exe[1]: Leaving directory `c:/develop/emacs/src'
make.exe: *** [bootstrap-src] Error 2

If there's any other information you need, please let me know. Please CC me on
replies, since I'm not subscribed to the list.

Thanks, regards,

- -- 
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

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

* Re: [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "makebootstrap" fails]
  2003-01-18  0:48 [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "make bootstrap" fails] Richard Stallman
@ 2003-01-18 10:15 ` Jan D.
  2003-01-19  0:46   ` [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "make bootstrap"fails] Richard Dawe
  0 siblings, 1 reply; 3+ messages in thread
From: Jan D. @ 2003-01-18 10:15 UTC (permalink / raw)
  Cc: emacs-devel

> I can't bootstrap Emacs CVS at the moment. I'm building with DJGPP CVS. Is
> there some X code that shouldn't be in the DJGPP (non-X) build? Here's the end
> of the output of "make bootstrap":
> 
> xmenu.o: In function `_Fx_popup_menu':
> xmenu.c:738: undefined reference to `_DefaultRootWindow'
> xmenu.c(.text+0x1010): undefined reference to `_XQueryPointer'
> xmenu.c:761: undefined reference to `_FRAME_OUTER_TO_INNER_DIFF_X'
> xmenu.c:763: undefined reference to `_FRAME_OUTER_TO_INNER_DIFF_Y'
> 
> If there's any other information you need, please let me know. Please CC me on
> replies, since I'm not subscribed to the list.

I don't have DJGPP, but I hope I fixed it.  Can you try again?

	Jan D.

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

* Re: [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "make  bootstrap"fails]
  2003-01-18 10:15 ` [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "makebootstrap" fails] Jan D.
@ 2003-01-19  0:46   ` Richard Dawe
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Dawe @ 2003-01-19  0:46 UTC (permalink / raw)
  Cc: emacs-devel

Hello.

"Jan D." wrote:
> 
> > I can't bootstrap Emacs CVS at the moment. I'm building with DJGPP CVS. Is
> > there some X code that shouldn't be in the DJGPP (non-X) build? Here's the
> > end of the output of "make bootstrap":
[snip]
> I don't have DJGPP, but I hope I fixed it.  Can you try again?

Yes, it builds now. Thanks for fixing it!

Regards,

-- 
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]

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

end of thread, other threads:[~2003-01-19  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-18  0:48 [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "make bootstrap" fails] Richard Stallman
2003-01-18 10:15 ` [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "makebootstrap" fails] Jan D.
2003-01-19  0:46   ` [rich@phekda.freeserve.co.uk: Emacs CVS & DJGPP CVS: "make bootstrap"fails] Richard Dawe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.