Thu Jan 07 17:21:14 2010: Request 53430 was acted upon. Transaction: Correspondence added by mattia.bar...@libero.it Queue: Wx Subject: Re: [rt.cpan.org #53430] Cannot compile Wx using MSVC6 Broken in: 0.76, 0.77, 0.78, 0.79, 0.80, 0.81, 0.82, 0.83, 0.84, 0.85, 0.86, 0.87, 0.88, 0.89, 0.90, 0.91, 0.92, 0.93, 0.94, 0.95 Severity: Critical Owner: Nobody Requestors: s...@railways.dp.ua Status: open Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=53430 >
Serguei Trouchelle via RT wrote: > Queue: Wx > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=53430 > > > Mattia Barbon via RT wrote: > >> Could you try changing cpp/v_cback.h, around line 76, like this: >> >> #define wxPli_NOCONST /* */ >> #define wxPli_CONST const >> #define wxPli_VOID >> >> if that fails to compile, try this: >> >> #define wxPli_NOCONST HATE_MSVC6 >> #define wxPli_CONST const >> #define wxPli_VOID >> #define HATE_MSVC6 /* */ > > Both versions fail with the same error message. Another try... change XS/OwnerDrawComboBox.xsp, around line 53, to: } else \ BASE::METHOD( p1, p2, p3, p4 ); \ i.e. remove the 'return'. HTH, Mattia