Re: can't compile setup.exe

2010-09-07 Thread Yaakov (Cygwin/X)
On Tue, 2010-09-07 at 19:50 +0100, Jon TURNEY wrote: > 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

Re: can't compile setup.exe

2010-09-07 Thread Jon TURNEY
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 cou

Re: can't compile setup.exe

2010-09-07 Thread Yaakov (Cygwin/X)
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

Re: can't compile setup.exe

2010-09-02 Thread Eric Blake
On 09/02/2010 07:38 AM, 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.

Re: can't compile setup.exe

2010-09-02 Thread Chris Sutcliffe
On 2 September 2010 09:38, 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 wit

Re: can't compile setup.exe

2010-09-02 Thread Jon TURNEY
On 02/09/2010 06:42, Andy Koppe wrote: On 2 September 2010 05:18, Vasya Pupkin wrote: I'm trying to compile setup.exe from source code I got from CVS. Great! For some reason, I am getting an error: propsheet.cc: In member function `bool PropSheet::SetActivePage(int)': propsheet.cc:444: erro

Re: can't compile setup.exe

2010-09-01 Thread Andy Koppe
On 2 September 2010 05:18, Vasya Pupkin wrote: > I'm trying to compile setup.exe from source code I got from CVS. Great! > For some reason, I am getting an error: > > propsheet.cc: In member function `bool PropSheet::SetActivePage(int)': > propsheet.cc:444: error: expected id-expression before ':

can't compile setup.exe

2010-09-01 Thread Vasya Pupkin
I'm trying to compile setup.exe from source code I got from CVS. For some reason, I am getting an error: propsheet.cc: In member function `bool PropSheet::SetActivePage(int)': propsheet.cc:444: error: expected id-expression before '::' token propsheet.cc:444: error: expected `)' before '::' token