Thread

Posted on Wed Mar 21 19:53:52 2007 by justice8
any tutorials ?
Hi, I work on a little module with swig part and I have to use M::B as far as I know as MakeMaker is harder to use with swig files, and I'm wonder there is no easy tutorials for creating a pure perl module, then one with swig step by step.

In fact, for now, I get Device::Cdio Build script as source but as I use something like A::B, the is lib/A/B.i and after swig do it's job, objects seems to be expected in something like blib/A/B/B.* :/. In fact, contrary to original module, I prefer to store wisg files not in root directory but in lib/A/ or A/ subdirectory, then let swig generate lib/A/B.pm and B_wrap.c.

Any help, or pointer to what is best to do in build script would be welcomed.

thanks.
Direct Responses: 6760 | Write a response
Posted on Sun Dec 23 21:41:35 2007 by leto in response to 4648
Re: any tutorials ?
Hello justice8,
I am having similar problems using SWIG to wrap the GNU Scientific Library and trying to use Module::Build, did you find any useful info or have source for something that works?
Thanks
leto
Write a response