From: Mark W. <ma...@ne...> - 2006-08-01 20:16:47
|
Hi, I have started to follow Wx::GLCanvas but I can come up short trying to use *.xsp files. I have the following line in my XS file: INCLUDE: perl ../../script/xsubppp.pl --typemap=../../typemap.xsp XS/PdfDocument.xsp | But I get the error: Can't open perl script "../../script/xsubppp.pl": No such file or directory So my immediate problems seem to be: 1) How can I use xsubppp.pl from a 3rd party wxPerl module such as Wx::PdfDocument? 2) How do I include the core wxPerl typemap.xsp? (I am assuming I need to) Any help withh this greatly appreciated. Regards Mark |