From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: compiling emacs using cygwin Date: Sun, 27 May 2007 06:13:48 +0300 Message-ID: References: <46585cfc$1_4@mk-nntp-2.news.uk.tiscali.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1180235647 6194 80.91.229.12 (27 May 2007 03:14:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 May 2007 03:14:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 27 05:14:06 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hs9Cn-0003aI-UQ for geh-help-gnu-emacs@m.gmane.org; Sun, 27 May 2007 05:14:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hs9Cn-0002NW-95 for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2007 23:14:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hs9Ca-0002NR-8n for help-gnu-emacs@gnu.org; Sat, 26 May 2007 23:13:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hs9CX-0002N5-MC for help-gnu-emacs@gnu.org; Sat, 26 May 2007 23:13:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hs9CX-0002N0-Hl for help-gnu-emacs@gnu.org; Sat, 26 May 2007 23:13:49 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hs9CX-00080N-4W for help-gnu-emacs@gnu.org; Sat, 26 May 2007 23:13:49 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-149-238.inter.net.il [80.230.149.238]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GVA82029 (AUTH halo1); Sun, 27 May 2007 06:13:50 +0300 (IDT) In-reply-to: <46585cfc$1_4@mk-nntp-2.news.uk.tiscali.com> (message from David R on Sat, 26 May 2007 17:15:00 +0100) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44473 Archived-At: > Date: Sat, 26 May 2007 17:15:00 +0100 > From: David R > > So I thought that doing a build would be as easy as building ruby. > I was very much wrong. 3 hours later. > [...] > "./../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 Are you using the Cygwin Make? If so, please make sure your Make version is one of those known to be compatible with the Emacs build process, listed in nt/INSTALL. Note that for Make 3.80 you will need to uncomment 3 lines in nt/gmake.defs, as mentioned in nt/INSTALL.