all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Building Emacs-cvs on CygwinRe
@ 2006-09-21  9:14 djh
  2006-09-21  9:50 ` Jason Rumney
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: djh @ 2006-09-21  9:14 UTC (permalink / raw)
  Cc: Angelo.Graziosi


I stumbled upon a way to get emacs built on cygwin (at least it worked once) 
using latest cvs emacs source (as of September 21).

My previous mail mentioned the unsuccessfull build which resulted in a core dump, just as it did form another cygwin user.

While trying to isolate the problem, I changed
two items (the second one probably had no use, but I am mentioning it in case).

I tokk the last offending command which broke the makefile and snipped off
the last "   $$wins   " parameter and changed directories to ..emacs/src :

cd ../src

# Then I pasted the offending command with "$$wins" snipped off and ran it.

./bootstrap-emacs.exe -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file "/cygdrive/c/emacs/cvs/emacs/lisp/loaddefs.el")' -f batch-update-autoloads
...
......
Saving file /cygdrive/c/emacs/cvs/emacs/lisp/loaddefs.el...
Wrote /cygdrive/c/emacs/cvs/emacs/lisp/loaddefs.el

----
Well as an isolated instance and without the "$$wins" it ran fine.
Then I added the two lines in the ../lisp/Makefile  to see just what $wins was.

echo $$wins
echo Above line was added for testing.

# Then ran 

  make bootstrap

# Hurry... This time the make bootstrap puzzlingly succeeded....... 

Angelo, you might also try this and see if it works for you, as a tempeoraty fix till the real problem is ironed out.

I don't know why..... Did the manual run of
./bootstrap-emacs.exe -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file "/cygdrive/c/emacs/cvs/emacs/lisp/loaddefs.el")' -f batch-update-autoloads

"without the $wins parameter..
...initialize a file or something that makes subsequent runs work???

Regards,
  Darel Henman

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

end of thread, other threads:[~2006-09-22 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-21  9:14 Building Emacs-cvs on CygwinRe djh
2006-09-21  9:50 ` Jason Rumney
2006-09-21 22:37 ` Angelo Graziosi
2006-09-22 13:09 ` Eli Zaretskii

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.