Re: cannot get opengl working

2009-06-16 Thread Wim de Vries
Thanks Eric, At least Perl now recognizes 'use Wx::GLCanvas'. Still, cannot make much of the demo modules by Mattia Barbon. Figured out from the demo modules that new of Wx::GLCanvas only takes the (Window)parent as parameter, which is contrary to the Wx::GLCanvas documentation (whole bunch of para

Re: cannot get opengl working

2009-06-16 Thread Eric Wilhelm
# from Wim de Vries # on Tuesday 16 June 2009 04:36: >Tried to install Wx-GLCanvas (shouldn't that not be doneautomatically > with wxPerl installation?) and that one gives me "No such 'link' > library: 'gl' You need the libGL.so (`aptitude install libgl1-mesa-dev` and maybe some other packages t

cannot get opengl working

2009-06-16 Thread Wim de Vries
Hi, I have wxperl (debian lenny) working ok. Now I want to try openGl. I rebuilded wxwidgets (with opengl enabled) and rebuilded wxperl. 'Normal' wxperl works ok, but when trying opengl perl gives me "Can't locate Wx/GLCanvas.pm". Tried to install Wx-GLCanvas (shouldn't that not be doneautomatical