Subject: | Wx make failed on Windows |
Date: | Mon, 25 Aug 2008 12:57:43 -0400 |
To: | bug-Wx [...] rt.cpan.org |
From: | "Carlos Arenas" <carlos.arenas [...] gmail.com> |
I am trying to install Wx 0.85 from CPAN.
I'm running (Strawberry) Perl v 5.10.0 on Windows XP v 5.1.2600.
I successfully ran the following commands:
Show quoted text
cpan> look Alien::wxWidgets
$ perl Makefile.PL
$ dmake
$ dmake test
$ dmake install
$ exit
I then ran:
Show quoted textcpan> install Wx
and got the following error message:
dmake.EXE: Error code 129, while making 'Wx.o'
after several screenfuls of error messages, following the pattern:
Wx.c: In function `void XS_Wx__VideoMode_Matches(PerlInterpreter*, CV*)':
Wx.c:17961: error: `wxVideoMode' was not declared in this scope
Wx.c:17961: error: `other' was not declared in this scope
Wx.c:17961: error: expected primary-expression before ')' token
Wx.c:17961: error: expected `;' before "wxPli_sv_2_object"
Wx.c:17962: error: `THIS' was not declared in this scope
Wx.c:17962: error: expected primary-expression before ')' token
Wx.c:17962: error: expected `;' before "wxPli_sv_2_object"