This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: can't compile setup.exe


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]