all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David R <angel_ov_north@tiscali.co.uk>
To: help-gnu-emacs@gnu.org
Subject: compiling emacs using cygwin
Date: Sat, 26 May 2007 17:15:00 +0100	[thread overview]
Message-ID: <46585cfc$1_4@mk-nntp-2.news.uk.tiscali.com> (raw)

Hi,
My problem is that M-x agrep
M-x fgrep and all other greps produce the message as
 >  symbol's value as variable is void: grep-null-device

A google search told me that this was because emacs was badly installed.
I am using the win32 patch, the source of which seems to be included in 
the \nt directory of cvs release.

So I thought that doing a build would be as easy as building ruby.
I was very much wrong.  3 hours later.

I do cd /nt
./configure.bat
make bootstrap

it chugs away nicely for 3 minutes and then we get the error as follows

Loading c:/temp/emacs/lisp/vc-hooks.el (source)...

Loading c:/temp/emacs/lisp/ediff-hook.el (source)...

Loading c:/temp/emacs/lisp/tooltip.el (source)...

((262207 . 4526) (12896 . 2) (656 . 111) 1819491 248270 (100 . 2) (19 . 
43) (27722 . 502))

Finding pointers to doc strings...

Finding pointers to doc strings...done

Dumping under the name emacs

68559 pure bytes used

Dumping from c:/temp/emacs/src/oo-spd/i386/temacs.exe

           to c:/temp/emacs/src/oo-spd/i386/emacs.exe

mkdir "../bin"
mkdir: cannot create directory `../bin': File exists
make[1]: [bootstrap-emacs] Error 1 (ignored)
cp -f oo-spd/i386/emacs.exe ../bin
make[1]: Leaving directory `/cygdrive/c/temp/emacs/src'
make   -C ../src bootstrap-clean
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/cygdrive/c/temp/emacs/src'
rm oo-spd/i386/alloc.o
rm oo-spd/i386/data.o
rm oo-spd/i386/intervals.o
rm oo-spd/i386/keyboard.o
rm oo-spd/i386/keymap.o
make[1]: Leaving directory `/cygdrive/c/temp/emacs/src'
make   -C ../lisp bootstrap
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/cygdrive/c/temp/emacs/lisp'
/cygdrive/c/temp/emacs/lisp/../update-subdirs /cygdrive/c/temp/emacs/lisp; \
	for file in calc calendar emacs-lisp emulation erc eshell gnus 
international language mail mh-e net play progmodes term textmodes url 
obsolete; do \
	   /cygdrive/c/temp/emacs/lisp/../update-subdirs $file; \
	done;
Directories: . calc calendar emacs-lisp emulation erc eshell gnus 
international language mail mh-e net play progmodes term textmodes url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l 
autoload \
		--eval '(setq find-file-hook nil find-file-suppress-same-file-warnings 
t)' \
		-f w32-batch-update-autoloads 
"/cygdrive/c/temp/emacs/lisp/loaddefs.el" . calc calendar emacs-lisp 
emulation erc eshell gnus international language mail mh-e net play 
progmodes term textmodes url
Cannot open load file: encoded-kb

make[1]: *** [autoloads] Error 255
make[1]: Leaving directory `/cygdrive/c/temp/emacs/lisp'
make: *** [bootstrap-gmake] Error 2

             reply	other threads:[~2007-05-26 16:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-26 16:15 David R [this message]
2007-05-26 20:35 ` compiling emacs using cygwin Eric Hanchrow
2007-05-27  3:13 ` Eli Zaretskii
     [not found] ` <mailman.1306.1180211913.32220.help-gnu-emacs@gnu.org>
2007-05-27 11:47   ` David R
2007-05-27 13:23     ` Eric Hanchrow
2007-05-27 19:52     ` Eli Zaretskii
     [not found]     ` <mailman.1330.1180273121.32220.help-gnu-emacs@gnu.org>
2007-05-29 10:49       ` David R
2007-05-29 20:29         ` Eric Hanchrow
     [not found]         ` <mailman.1406.1180471209.32220.help-gnu-emacs@gnu.org>
2007-06-15 14:38           ` David R
2007-06-15 17:56             ` Eric Hanchrow
     [not found]             ` <mailman.2204.1181931525.32220.help-gnu-emacs@gnu.org>
2007-06-17 17:48               ` David R
     [not found]     ` <mailman.1336.1180295540.32220.help-gnu-emacs@gnu.org>
2007-05-29 10:52       ` David R
2007-05-29 19:34         ` Eli Zaretskii
     [not found]         ` <mailman.1400.1180467287.32220.help-gnu-emacs@gnu.org>
2007-06-15 22:08           ` David R
2007-06-16 10:50             ` Eli Zaretskii
2007-06-02  3:53 ` Kevin Rodgers
     [not found] ` <mailman.1488.1180756520.32220.help-gnu-emacs@gnu.org>
2007-06-17 23:41   ` David R

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='46585cfc$1_4@mk-nntp-2.news.uk.tiscali.com' \
    --to=angel_ov_north@tiscali.co.uk \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.