This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
Re: [HEADSUP] Dropping libopenssl098 from distro
- From: Vin Shelton <acs at alumni dot princeton dot edu>
- To: cygwin-apps at cygwin dot com
- Date: Fri, 23 Jan 2015 10:48:10 -0500
- Subject: Re: [HEADSUP] Dropping libopenssl098 from distro
- Authentication-results: sourceware.org; auth=none
- References: <20150114141344 dot GG15791 at calimero dot vinschen dot de> <54B6FCB4 dot 8030103 at tiscali dot co dot uk> <878uh48esd dot fsf at VZELL-LAP dot de dot oracle dot com> <CACeGjnVvFxJj3kkKmZa0GNJp8M3qjAxtuTgP3DLmZYtL00hbzQ at mail dot gmail dot com> <871tmqso5t dot fsf at VZELL-LAP dot de dot oracle dot com> <87h9vhdasb dot fsf at VZELL-LAP dot de dot oracle dot com> <54C24EDF dot 6070106 at cornell dot edu> <87y4ot7ba5 dot fsf at VZELL-LAP dot de dot oracle dot com>
On Fri, Jan 23, 2015 at 10:43 AM, Dr. Volker Zell wrote:
>>>>>> Ken Brown writes:
>
> > On 1/23/2015 5:57 AM, Dr. Volker Zell wrote:
> >> gcc -c -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/cygdrive/d/misc/src/release/xemacs-21.4.22-2.i686/build=/usr/src/debug/xemacs-21.4.22-2 -fdebug-prefix-map=/cygdrive/d/misc/src/release/xemacs-21.4.22-2.i686/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.i686/src/xemacs-21.4.22/src/emacs.c
> >> In file included from /cygdrive/d/misc/src/release/xemacs-21.4.22-2.i686/src/xemacs-21.4.22/src/emacs.c:184:0:
> >> /cygdrive/d/misc/src/release/xemacs-21.4.22-2.i686/src/xemacs-21.4.22/src/syswindows.h:74:16: error: expected ';', ',' or ')' before 'int'
> >> #define Status int
> >> ^
> >> In file included from /usr/include/w32api/rpc.h:74:0,
> >> from /usr/include/w32api/objbase.h:7,
> >> from /usr/include/w32api/ole2.h:17,
> >> from /usr/include/w32api/shlobj.h:85,
> >> from /cygdrive/d/misc/src/release/xemacs-21.4.22-2.i686/src/xemacs-21.4.22/src/syswindows.h:77,
> >> from /cygdrive/d/misc/src/release/xemacs-21.4.22-2.i686/src/xemacs-21.4.22/src/emacs.c:184:
> >> /usr/include/w32api/rpcdce.h:210:51: error: unknown type name 'RPC_OBJECT_INQ_FN'
> >> RPCRTAPI RPC_STATUS RPC_ENTRY RpcObjectSetInqFn(RPC_OBJECT_INQ_FN *InquiryFn);
>
> > I think the problem is that "Status" is used in /usr/include/w32api/rpcdce.h,
> > and this conflicts with "#define Status int". I ran into a similar problem when
> > trying to build clisp.
>
> Any simple fix/workaround for this ?
I don't see that failure with latest XEmacs 21.4 sources from
mercurial. I did not investigate further.
Regards,
Vin