in reply to XS module cannot find boot_FooBar symbol

If you want to reinvent why not at least gain the benefit of learning from prior art? Start with EU::MM, get it working there, browse the files it creates and uses, discover what typemaps are needed, and then replicate that outcome yourself but with the changes implemented that you prefer.


Dave

  • Comment on Re: XS module cannot find boot_FooBar symbol

Replies are listed 'Best First'.
Re^2: XS module cannot find boot_FooBar symbol
by llancet (Friar) on Mar 05, 2014 at 02:54 UTC

    Yes, I've read some codes of EUMM. Actually, I also read some code of M::B, M::B::X, M::I. I noticed that they are heavily relied on the the Config module.

    Now my CMake XS dev wrapper works for a minimum test module, but don't work if the module relies on another library. That is the origin I ask the question here.