in reply to Configuring C Support in Module::Build

shotgunefx,
It is only a recommended dependency, but installing ExtUtils::ParseXS should get you the C support you want.

Cheers - L~R

  • Comment on Re: Configuring C Support in Module::Build

Replies are listed 'Best First'.
Re^2: Configuring C Support in Module::Build
by shotgunefx (Parson) on Nov 28, 2006 at 17:38 UTC
    That did the trick (kind of), still need to resolve some issues with lib locations. I wonder why ExtUtils::ParseXS isn't referenced in the error. That would have made a lot more sense. I assumed any needed common components for building modules would be installed standard.

    -Lee
    "To be civilized is to deny one's nature."
Re^2: Configuring C Support in Module::Build
by shotgunefx (Parson) on Nov 28, 2006 at 17:20 UTC
    Many thanks. If there was a message about it in the build output, I must have missed it.

    -Lee
    "To be civilized is to deny one's nature."