in reply to Inline C: using stderr segfaults?
Add to your script
to see what Inline is doing and then rerun the compilation step manually adding the option to only perform the C preprocessing (for instance, with gcc it is -E).use Inline Config => FORCE_BUILD => 1, CLEAN_AFTER_BUILD => 0, BUILD_NOISY => 1;
Then, on the preprocessor output, look for test2 and check the fprintf expansion.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Inline C: using stderr segfaults?
by BrowserUk (Patriarch) on Nov 05, 2007 at 18:16 UTC | |
by salva (Canon) on Nov 05, 2007 at 23:16 UTC | |
by BrowserUk (Patriarch) on Nov 06, 2007 at 12:07 UTC | |
by syphilis (Archbishop) on Nov 06, 2007 at 07:06 UTC |