Okay, so... erm... not to belabout what may amount to stupid questions or anything but...
The GLCanvas demo that comes with GLCanvas 0.06 says: use Wx::Event qw(EVT_PAINT EVT_SIZE EVT_ERASE_BACKGROUND EVT_IDLE EVT_TIMER); but the Event.pm module says: use Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw(); Which leads to: C:\devel\Wx-GLCanvas-0.06\Wx-GLCanvas-0.06\lib\Wx\DemoModules>perl -cw wxGLCanvas.pm "EVT_PAINT" is not exported by the Wx::Event module "EVT_SIZE" is not exported by the Wx::Event module "EVT_ERASE_BACKGROUND" is not exported by the Wx::Event module "EVT_IDLE" is not exported by the Wx::Event module "EVT_TIMER" is not exported by the Wx::Event module Can't continue after import errors at wxGLCanvas.pm line 17 BEGIN failed--compilation aborted at wxGLCanvas.pm line 17. Which seems pretty bad for the home front still... I don't find any demos on the UK site, but then PPM isn't behaving all that well due to what appears to be somehting broken in the metadata there -- I get a perl die when I try to run it from inside cmd, which is the only way I can see anything besides my window going balefully yet rapidly away. On 29/10/2007, Dodger <[EMAIL PROTECTED]> wrote: > ...and thank you all very kindly! B^) > > On 28/10/2007, Huub Peters <[EMAIL PROTECTED]> wrote: > > Yep, Mattia stopped making PPM's a long time ago, I think because compiling > > got so much easier with Alien::... > > Alltough recently I saw a mail of him thinking about creating binaries > > again. > > > > Anyway, the place to get your up to date PPM's is, and has been for quite a > > while: http://www.wxperl.co.uk/ > > There you can also find Wx::GLCanvas. > > > > Regards, > > Huub > > > > ----- Original Message ----- > > From: "Dodger" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Monday, October 29, 2007 4:06 AM > > Subject: OpenGL (GLCanvas) [WxPerl] > > > > > > > Hiya all, > > > > > > Okay, from what I can tell, no PPM package has been built using > > > Event.pm higher than 2005/08/07 -- Sat Aug 25 23:15:15 2007 is the > > > date in the subversion of the latest... > > > > > > However I don't have any clue about the XS side of things. From what I > > > can tell, it's impossible to use GLCanvas with the binary release of > > > WxPerl for PPM, and I've had constant lack of success compiling it > > > because the Alien::Wx stuff fails both with and without MinG. > > > > > > The Demo code included in the Wx::GLCanvas source calls EVENT_PAINT > > > which doesn't exist in the Event.pm from the released version. > > > > > > Did people just stop making PPMs two years ago? Is ActivePerl > > > unsupported now? What's going on here? > > > > > > I'd LOVE to be able to display a 3d model in a pane, considering I've > > > made that nice Model3d::WavefrontObject CPAN module and everything > > > and it would be rather cool to make some apps that use it... but I've > > > hit the point where after 30 unsuccessful makes and a bleak outlook > > > from the SVN tree, I'm wondering if I should just give up completely > > > on this goal... > > > > > > > > > > > > -- > > > Dodger > > > > > > > > > > > > > > > -- > Dodger > -- Dodger
