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:to:subject:references:from:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=lUTFS 0kB79H1XEagROZwdRkkFKMSB5vAe+oX8uu+vV3yTS6A9rpwRy9WMbnHsxWQNH3FQ 4WPe7dh8L+6VzYUTDWbE+gZmovczZhHptrE7QRt3KTt4ZNosdHXepqGBA/TGgz53 Mai9cInfpKqEs1P9nw1S+6UnCm7Wr/MpPj4RJg= 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:to:subject:references:from:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=/rm3JK3WQ40 IcrsJkACZzBkoYDM=; b=Zh1nV7jGlOC1x0dy/cLQCnC2284iu3UyqmuMt7qFFqZ YoEyW6dTTuXUTT4QRj55+8fUB4ocxcrNL/kQhRwEV3VpU4ooZsSXAdVoGTZ33sI8 4dVNHm1s6njsjMCisltJ7wircyZ/EXDyVP4zWvahseEAq4p6sUl+v2G7TZmPGyxk = 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.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,SPF_HELO_PASS,T_HK_NAME_DR autolearn=ham version=3.3.1 To: cygwin AT cygwin DOT com Subject: Re: Errors compiling xemacs References: <87ppxlenp8 DOT fsf AT oracle DOT com> <20130423084037 DOT GA29717 AT calimero DOT vinschen DOT de> From: "Dr. Volker Zell" Date: Tue, 23 Apr 2013 11:39:58 +0200 In-Reply-To: <20130423084037.GA29717@calimero.vinschen.de> (Corinna Vinschen's message of "Tue, 23 Apr 2013 10:40:37 +0200") Message-ID: <87bo95egb5.fsf@oracle.com> User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (cygwin32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> Corinna Vinschen writes: > 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? Yes > 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? In src/syswindows.h from xemacs source I see: #ifdef HAVE_X_WINDOWS #define Status int #endif > Corinna Ciao Volker -- 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