X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=hEAWue1jJ6lNH7+jmWwqs/Xu7i9xph9goCCh2Jyw5RA2jah9vq1w1 8SxOvYtXJZNswR+8HnN7o+gTgAg2f7JKg0Ua7c9n2NjNfYkJUIAvUX6m4cbXWmPw c2ac4sq2HGjddLIwi1X9DMOxUK9XSHZl67ldIYfeppwl7zne5EjUCc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=Yhbqvb7c7S+hCvbhYW1gz098dhc=; b=QkRUX8d9fWipKT5aaPKJ1xMHAvr5 rqYoDUKHLBBSGN8/1BMABQXyF9nVTwgcbkTQ7zOXmAR44B3hklBbwacOHe3y1J0w 2vbBPVio1eWILx1gPpJE9Gw2ZThgO1zcRn3Zez9LfPOu3TybK+NKgqJdqhptVwAj 7wRWDY4Qr2aEjr8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Date: Tue, 23 Apr 2013 10:40:37 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Errors compiling xemacs Message-ID: <20130423084037.GA29717@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <87ppxlenp8 DOT fsf AT oracle DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87ppxlenp8.fsf@oracle.com> User-Agent: Mutt/1.5.21 (2010-09-15) On Apr 23 09:00, Dr. Volker Zell wrote: > Hi > > This used to compile fine. Any ideas ? > > gcc -c -ggdb -O2 -pipe -fdebug-prefix-map=/cygdrive/d/misc/src/release/xemacs-21.4.22-2/build=/usr/src/debug/xemacs-21.4.22-2 -fdebug-prefix-map=/cygdrive/d/misc/src/release/xemacs-21.4.22-2/src/xemacs-21.4.22=/usr/src/debug/xemacs-21.4.22-2 -Demacs -I. -DHAVE_CONFIG_H -Wno-sign-compare -fno-caller-saves /cygdrive/d/misc/src/release/xemacs-21.4.22-2/src/xemacs-21.4.22/src/emacs.c > In file included from /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api/rpc.h:74:0, > from /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api/objbase.h:6, > from /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api/ole2.h:16, > from /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api/shlobj.h:81, > from /cygdrive/d/misc/src/release/xemacs-21.4.22-2/src/xemacs-21.4.22/src/syswindows.h:77, > from /cygdrive/d/misc/src/release/xemacs-21.4.22-2/src/xemacs-21.4.22/src/emacs.c:184: > /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api/rpcdce.h:142:88: error: expected ';', ',' or ')' before 'int' The last time you compiled xemacs was with the mingw.org-based w32api headers, right? The failing line is typedef void __RPC_API RPC_OBJECT_INQ_FN(UUID *ObjectUuid,UUID *TypeUuid,RPC_STATUS *Status); Is there a chance that one of these types or variable names are already defined by the emacs source code? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple