Bradley A. Brown wrote:

> Howdy everyone,
> I'm attempting to make the Filesys::Statvfs and Filesys::Df modules.
> I've included the resulting output from my attempt to make the modules. It
> appears that it is complaining about not being able to find headers but I
> know that the header files are present on the system.
> I'm on SCO OpenServer 5.0.7 with the full line of GNU tools
> installed.
>

i don't have a SCO OpenServer so i am not sure what exactly the problem 
might be but...

> 
> # perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> Writing Makefile for Filesys::Statvfs
> # make
> cp Df.pm blib/lib/Filesys/Df.pm
> cp Statvfs.pm blib/lib/Filesys/Statvfs.pm
> /usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap
> /usr/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap  Statvfs.xs >
> Statvfs.xsc && mv Statvfs.xsc Statvfs.c
> Please specify prototyping behavior for Statvfs.xs (see perlxs manual)
> gcc -c   -DPERL_SCO -DPERL_SCO507 -DHAS_FPSETMASK -D_REENTRANT
> -DFD_SETSIZE=11000 -march=i586 -mcpu=i686 -O6 -fomit-frame-pointer
> -DVERSION=\"0.68\" -DXS_VERSION=\"0.68\" -fPIC
> "-I/usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE"   Statvfs.c
> In file included from Statvfs.xs:5:
> /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:402: ctype.h: No such
> file or directory
> /usr/lib/perl5/5.8.0/i586-pc-sco3.2v5.0/CORE/perl.h:414: locale.h: No such
> file or directory

it's highly unlikely that your machine do not have those headers. do you 
know where they are located?

david
-- 
s$s*$+/<tgmecJ"ntgR"tgjvqpC"vuwL$;$;=qq$
\x24\x5f\x3d\x72\x65\x76\x65\x72\x73\x65
\x24\x5f\x3b\x73\x2f\x2e\x2f\x63\x68\x72
\x28\x6f\x72\x64\x28\x24\x26\x29\x2d\x32
\x29\x2f\x67\x65\x3b\x70\x72\x69\x6e\x74
\x22\x24\x5f\x5c\x6e\x22\x3b\x3b$;eval$;

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to