From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12950 invoked by alias); 20 Aug 2012 23:23:01 -0000 Received: (qmail 12921 invoked by uid 22791); 20 Aug 2012 23:22:59 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-gg0-f171.google.com (HELO mail-gg0-f171.google.com) (209.85.161.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Aug 2012 23:22:46 +0000 Received: by ggnp1 with SMTP id p1so5535252ggn.2 for ; Mon, 20 Aug 2012 16:22:45 -0700 (PDT) Received: by 10.50.168.66 with SMTP id zu2mr11580629igb.54.1345504965019; Mon, 20 Aug 2012 16:22:45 -0700 (PDT) Received: from [192.168.0.100] (S0106000cf16f58b1.wp.shawcable.net. [24.79.200.150]) by mx.google.com with ESMTPS id a10sm28028861igd.1.2012.08.20.16.22.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Aug 2012 16:22:44 -0700 (PDT) Message-ID: <5032C6C9.4070704@users.sourceforge.net> Date: Mon, 20 Aug 2012 23:23:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: [ITA] w32api-3.0b_svn5368-1 References: <50275206.9010607@users.sourceforge.net> <5029BD45.90107@users.sourceforge.net> <20120814071835.GA5034@calimero.vinschen.de> <20120814072938.GA13181@calimero.vinschen.de> <20120814073403.GB13181@calimero.vinschen.de> <20120814075611.GC13181@calimero.vinschen.de> <50322A61.1050806@users.sourceforge.net> In-Reply-To: <50322A61.1050806@users.sourceforge.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2012-08/txt/msg00061.txt.bz2 On 2012-08-20 07:15, JonY wrote: > New version up. Was the first uploaded? No, nor can it until packages which depend on w32api build correctly. > http://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w32api/w32api-3.0b_svn5373-1-src.tar.bz2/download > http://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w32api/w32api-3.0b_svn5373-1.tar.bz2/download > http://sourceforge.net/projects/mingw-w64/files/Cygwin%20Snapshots/dist/w32api/setup.hint/download The binary package contains only the headers; the libs are missing. So I built this from SVN trunk myself, and xorg-server still FTBFS: In file included from /usr/include/w32api/windows.h:69:0, from /usr/include/X11/Xwindows.h:60, from ../../../hw/xwin/winms.h:42, from ../../../hw/xwin/win.h:193, from winpriv.c:10: /usr/include/w32api/windef.h:107:13: error: conflicting types for 'BOOL' /usr/include/X11/Xmd.h:143:16: note: previous declaration of 'BOOL' was here In file included from /usr/include/w32api/windows.h:74:0, from /usr/include/X11/Xwindows.h:60, from ../../../hw/xwin/winms.h:42, from ../../../hw/xwin/win.h:193, from winpriv.c:10: /usr/include/w32api/wincon.h:324:3: error: expected specifier-qualifier-list before 'wBOOL' In file included from /usr/include/w32api/rpc.h:70:0, from /usr/include/w32api/objbase.h:6, from ../../../hw/xwin/ddraw.h:6, from ../../../hw/xwin/winms.h:45, from ../../../hw/xwin/win.h:193, from winpriv.c:10: /usr/include/w32api/rpcdce.h:142:88: error: expected ';', ',' or ')' before 'int' In file included from /usr/include/w32api/rpc.h:70:0, from /usr/include/w32api/objbase.h:6, from ../../../hw/xwin/ddraw.h:6, from ../../../hw/xwin/winms.h:45, from ../../../hw/xwin/win.h:193, from winpriv.c:10: /usr/include/w32api/rpcdce.h:210:69: error: expected ')' before '*' token In file included from /usr/include/w32api/rpc.h:70:0, from /usr/include/w32api/objbase.h:6, from ../../../hw/xwin/ddraw.h:6, from ../../../hw/xwin/winms.h:45, from ../../../hw/xwin/win.h:193, from winpriv.c:10: /usr/include/w32api/rpcdce.h:471:145: error: expected ';', ',' or ')' before 'int' /usr/include/w32api/rpcdce.h:473:112: error: expected declaration specifiers or '...' before 'RPC_AUTH_KEY_RETRIEVAL_FN' /usr/include/w32api/rpcdce.h:474:112: error: expected declaration specifiers or '...' before 'RPC_AUTH_KEY_RETRIEVAL_FN' /usr/include/w32api/rpcdce.h:513:81: error: expected ';', ',' or ')' before 'int' /usr/include/w32api/rpcdce.h:515:72: error: expected ';', ',' or ')' before 'int' /usr/include/w32api/rpcdce.h:516:69: error: expected ';', ',' or ')' before 'int' /usr/include/w32api/rpcdce.h:517:59: error: expected ';', ',' or ')' before 'int' /usr/include/w32api/rpcdce.h:547:140: error: expected ';', ',' or ')' before 'int' /usr/include/w32api/rpcdce.h:555:85: error: expected ')' before 'AuthorizationFn' In file included from /usr/include/w32api/rpcdce.h:623:0, from /usr/include/w32api/rpc.h:70, from /usr/include/w32api/objbase.h:6, from ../../../hw/xwin/ddraw.h:6, from ../../../hw/xwin/winms.h:45, from ../../../hw/xwin/win.h:193, from winpriv.c:10: /usr/include/w32api/rpcdcep.h:220:62: error: two or more data types in declaration specifiers In file included from /usr/include/w32api/rpc.h:87:0, from /usr/include/w32api/objbase.h:6, from ../../../hw/xwin/ddraw.h:6, from ../../../hw/xwin/winms.h:45, from ../../../hw/xwin/win.h:193, from winpriv.c:10: /usr/include/w32api/rpcasync.h:118:11: error: two or more data types in declaration specifiers In file included from /usr/include/w32api/rpcndr.h:21:0, from /usr/include/w32api/objbase.h:7, from ../../../hw/xwin/ddraw.h:6, from ../../../hw/xwin/winms.h:45, from ../../../hw/xwin/win.h:193, from winpriv.c:10: /usr/include/w32api/rpcnsip.h:21:81: error: two or more data types in declaration specifiers In file included from /usr/include/w32api/objbase.h:7:0, from ../../../hw/xwin/ddraw.h:6, from ../../../hw/xwin/winms.h:45, from ../../../hw/xwin/win.h:193, from winpriv.c:10: /usr/include/w32api/rpcndr.h:673:160: error: two or more data types in declaration specifiers Yaakov