in reply to Re^2: Using stderr from Inline::C: (part deux)
in thread Using stderr from Inline::C: (part deux)
If that's correct, then this should provide what's needed:>You need to add > > #define NO_XSLOCKS > >before > > #include <xsub.h>
(Not sure if the '\n' is needed or not ... and haven't checked.)use Inline C => Config => PRE_HEAD => "#define NO_XSLOCKS\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using stderr from Inline::C: (part deux)
by BrowserUk (Patriarch) on May 23, 2013 at 22:31 UTC | |
by syphilis (Archbishop) on May 24, 2013 at 00:29 UTC |