Steve,
A first wrap of the current wxPdfDocument is available from
svn checkout http://wxperl-pdfdocument.googlecode.com/svn/trunk/ wxpdfdoc
The build process should download latest wxPdfDocument, build it, and
then build the Perl modules.
It is very much alpha. I haven't had time to review cloning and
destruction of the wxPerl classes yet, so it may consume memory and if
you use threads, crash horribly.
I borrowed most of the build code from Wx::Scintilla. ( azawawi ++)
I've only actually tested:
1) building on one version of Windows / Linux / MacOSX each.
2) The code you see in tests.
but hopefully this has broken the worst of the task.
If it doesn't build for you, then it is 99% certain the problem is in
the module code - not in your setup.
Regards
Mark
On 26/02/2012 00:45, Steve Cookson wrote:
I'm guessing that wxPdfDocument has not been wrapped for wxPerl yet.