Hi,

Glad it worked. The flags, I just copied from your original post though I may have sent them in the past. They are mostly what I use although the reason is that I am usually creating one sort of binary distribution or another so reducing dependencies is the goal. I doubt they are actually helping you compile.

The useful ones are probably

--wxWidgets-extraflags="--enable-graphics_ctx
--disable-compat26 --enable-mediactrl"
--wxWidgets-unicode=1 --wxWidgets-build-opengl=1

Assuming you have freeglut installed, may as well build OpenGL.

The flags --wxWidgets-build='yes' --wxWidgets-source='tar.gz'
--wxWidgets-version=2.8.12

just allow an automated build without prompts.

I think the bit that made it work is deleting the existing directories. Something had been changed in your source at some point.

On 28/02/2012 13:59, Steve Cookson wrote:

2) Secondly, when I run wxperl_demo.pl, I still get:

10:53:59: Warning: Skipping module 'Wx::DemoModules::wxHeaderCtrlSimple'
10:53:59: Warning: Base class package "Wx::HeaderCtrlSimple" is empty.

Which looks suspiciously related to that missing line in the patch I sent
you.

This is normal. Wx::HeaderCtrlSimple is only available in wxWidgets 2.9.x. The demo handles this by simply failing to load with warnings as above.

Regards

Mark


Reply via email to