NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
IMC_Unit Forward Declare (Score:1)
The problem I'm having is that the forward declaration for the datatype "IMC_Unit" seems to be missing or misplaced. I went through and manually replaced all instances of "IMC_Unit" with "struct _IMC_Unit" instead. It's not a stable solution because it will get messed up next time I run "make headerizer". However, it does let the build proceed.
However, now the compiler hangs while building PGE/builtins_gen.pir, which is a common point of failure for me in the build process. I'm trying to figure out now where the hang is being caused.
Andrew Whitworth
Reply to This