can't compile setup.exe

Jon TURNEY jon.turney@dronecode.org.uk
Tue Sep 7 18:57:00 GMT 2010


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 <w32api.h>
#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



More information about the Cygwin mailing list