in reply to Inline::C self-referential struct idioms and memory
How are you informing Inline that you wish to use your typemap when it builds the code?
When I use them I do it with this: TYPEMAPS => 'GetContext.typemap' on the use Inline C line:
use Inline C => <<'END_C', NAME => 'Trie', CLEAN_AFTER_BUILD =>0, TYP +EMAPS => '/test/Trie.typemap';;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Inline::C self-referential struct idioms and memory
by rutgeraldo (Novice) on Sep 04, 2015 at 14:21 UTC | |
by BrowserUk (Patriarch) on Sep 04, 2015 at 14:23 UTC | |
by rutgeraldo (Novice) on Sep 04, 2015 at 14:43 UTC |