in reply to Re^2: inline in a perl module
in thread inline in a perl module

I think one finds only the same warnings/error messages as have already been printed to the console

You'll also find the generated XS code, which is what the compiler is actually choking on.

-sam

Replies are listed 'Best First'.
Re^4: inline in a perl module
by syphilis (Archbishop) on May 19, 2008 at 02:47 UTC
    You'll also find the generated XS code

    Yes, you're correct.

    I keep (mis)reading that error message as advising one to take a look inside 'out.make' - which I don't think tells you anything that hasn't already been printed to the console. But if one reads the message correctly, it recommends checking the files (plural) - not just out.make.

    Cheers,
    Rob