X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-ID: <4C868974.20104@dronecode.org.uk> Date: Tue, 07 Sep 2010 19:50:28 +0100 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: can't compile setup.exe References: <4C7FA8CB DOT 4030207 AT dronecode DOT org DOT uk> <1283879749 DOT 6164 DOT 2 DOT camel AT YAAKOV04> In-Reply-To: <1283879749.6164.2.camel@YAAKOV04> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 07/09/2010 18:15, Yaakov (Cygwin/X) wrote: > On Thu, 2010-09-02 at 14:38 +0100, Jon TURNEY wrote: >> This was broken by the recent w32api-3.15 update, which seems to have made >> those PropSheet macros C++ aware, so the global scoping operator is no longer >> needed. >> >> Patch attached to fix it, but I couldn't work out how to also get it to build >> with w32api-3.14. > > Ping? How about adding the following to my previous patch? That at least turns the OPs problem into something intelligible by mere mortals :-) #include #if (__W32API_MAJOR_VERSION*100 + __W32API_MINOR_VERSION) < 315 #error w32api3.15 or later is needed #endif -- 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