From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Ulrich Dirr" Newsgroups: gmane.emacs.help Subject: Problems Compiling Emacs on Windows Date: Tue, 29 Apr 2003 16:12:54 +0200 Organization: 1&1 Internet AG Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1051628238 7372 80.91.224.249 (29 Apr 2003 14:57:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 14:57:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 29 16:57:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19AWXl-0001ui-00 for ; Tue, 29 Apr 2003 16:57:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19AWW2-0004qe-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 29 Apr 2003 10:55:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!peernews3.colt.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: p50802972.dip0.t-ipconnect.de Original-X-Trace: online.de 1051627860 2429 80.128.41.114 (29 Apr 2003 14:51:00 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Tue, 29 Apr 2003 14:51:00 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-Xref: shelby.stanford.edu gnu.emacs.help:112509 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9008 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9008 I've downloaded the latest Cygwin. For comparison I also installed MinGW. Then I downloaded the cvs emacs repository. I read the readme/install etc. files. According to these files I should change to subdir emacs/nt and run a batch file configure.bat (but why use a batch file first on a win command prompt and then a shell for compiling?). As written in INSTALL-CVS I've invoked the makefile via 'make bootstrap'. But failed. No idea. I tried the command within a win2k command prompt, with MinGW/MSYS, and finally with bash from Cygwin. All three are working quiet a while and all three are stopping with the same error message like below: C:/bin/msys/1.0/mingw/include/setjmp.h:63: conflicting types for `longjmp' w32fns.c:10488: previous declaration of `longjmp' w32fns.c:11019: parse error before "jpeg_resync_to_restart_wrapper" w32fns.c:11020: parse error before "j_decompress_ptr" w32fns.c:11020: warning: data definition has no type or storage class w32fns.c:11022: parse error before '{' token w32fns.c:11047: field `pub' has incomplete type w32fns.c:11049: confused by earlier errors, bailing out make[2]: *** [oo-spd/i386/w32fns.o] Error 1 make[2]: Leaving directory `/c/usr/uli/emacs/src' make[1]: *** [bootstrap-temacs] Error 2 make[1]: Leaving directory `/c/usr/uli/emacs/src' make: *** [bootstrap-gmake] Error 2 I have no idea what I did wrong nor how I can correct it. Maybe my environment isn't setup correctly? Please help. Best regards, Ulrich Dirr