Karl Forner wrote:
Sorry, I meant to add "and post the _full_ dmake output".
Here it is:
Good, now I am sure I have absolutely _no_ idea why it is failing...
Mattia
C:\strawberry\cpan\build\Wx-0.92-C6Vlom>dmake
C:\strawberry\perl\bin\perl.exe script/make_v_cback.pl > cpp/v_cback_
>
> Sorry, I meant to add "and post the _full_ dmake output".
>
Here it is:
C:\strawberry\cpan\build\Wx-0.92-C6Vlom>dmake
C:\strawberry\perl\bin\perl.exe script/make_v_cback.pl > cpp/v_cback_def.h
C:\strawberry\perl\bin\perl.exe script/copy_files.pl files.lst
cp cpp/overload.h blib\lib\Wx\cpp\ove
did it with exact same results.
By the way, Mattia, have you read my first mail ? What do you think about
that
#if WXPERL_W_VERSION_GE( 2, 9, 0 )
in AuiNotebook.xsp ?
regards,
On Mon, Aug 17, 2009 at 10:34 PM, Mattia Barbon wrote:
> Karl Forner wrote:
>
>> Unfortunately I'm not able to compile
Karl Forner wrote:
did it with exact same results.
Sorry, I meant to add "and post the _full_ dmake output".
Regards,
Mattia
By the way, Mattia, have you read my first mail ? What do you think
about that
#if WXPERL_W_VERSION_GE( 2, 9, 0 )
in AuiNotebook.xsp ?
Sure; see the other ma
Karl Forner wrote:
On Sun, Aug 16, 2009 at 12:05 PM, Steffen Mueller
wrote:
Hi Karl,
Karl Forner wrote:
From the AuiNotebook.xsp file, I see:
#if WXPERL_W_VERSION_GE( 2, 9, 0 )
const wxAuiManager* GetAuiManager()
%code{% RETVAL = &THIS->GetAuiManager(); %};
void AdvanceSelecti
Karl Forner wrote:
Unfortunately I'm not able to compile Wx. I got this:
C:\strawberry\cpan\build\Wx-0.92-C6Vlom>dmake
g++ -fvtable-thunks -O2 -mthreads -Os -c -I. -I..\..
-IC:\strawberry\perl\sit
e\lib\Alien\wxWidgets\msw_2_8_10_uni_gcc_3_4\lib
-IC:\strawberry\perl\site\lib\A
lien\wxWidgets\m
On Sun, Aug 16, 2009 at 12:05 PM, Steffen Mueller
wrote:
> Hi Karl,
>
> Karl Forner wrote:
>
>> From the AuiNotebook.xsp file, I see:
>>
>> #if WXPERL_W_VERSION_GE( 2, 9, 0 )
>>const wxAuiManager* GetAuiManager()
>>%code{% RETVAL = &THIS->GetAuiManager(); %};
>>
>>void AdvanceSelec
Unfortunately I'm not able to compile Wx. I got this:
C:\strawberry\cpan\build\Wx-0.92-C6Vlom>dmake
g++ -fvtable-thunks -O2 -mthreads -Os -c -I. -I..\..
-IC:\strawberry\perl\sit
e\lib\Alien\wxWidgets\msw_2_8_10_uni_gcc_3_4\lib
-IC:\strawberry\perl\site\lib\A
lien\wxWidgets\msw_2_8_10_uni_gcc_3_4
Hi Karl,
Karl Forner wrote:
From the AuiNotebook.xsp file, I see:
#if WXPERL_W_VERSION_GE( 2, 9, 0 )
const wxAuiManager* GetAuiManager()
%code{% RETVAL = &THIS->GetAuiManager(); %};
void AdvanceSelection( bool advance = true );
Does it mean that you need wxwidgets >= 2.9 to h