in reply to Can code using Inline and Inline::C be used as a Role with_traits in Moose?
...and that works very nicely too. In both cases they create an _Inline directory in the current working directory and the compiled c is written to that directory.
Um, you're only supposed to compile dlls once, when you install the module, not every time you run it -- extract the XS file Inline generates and get rid of Inline when uploading to CPAN
See
Re^2: How to get at perl's options in a program
InlineX::XS - Auto-convert Inline::C based modules to XS, InlineX::C2XS
InlineX::C2XS - Convert from Inline C code to XS
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can code using Inline and Inline::C be used as a Role with_traits in Moose?
by DrewP (Initiate) on Sep 08, 2015 at 12:50 UTC | |
by syphilis (Archbishop) on Sep 08, 2015 at 13:29 UTC | |
by Anonymous Monk on Sep 08, 2015 at 23:47 UTC |