the only include errors I am seeing are:
Checking whether closedir() returns a status...
ERROR CBC3334 /usr/include/sys/types.h:455 Identifier uid_t has already
been d
efined on line 134 of "/usr/include/sys/types.h".
ERROR CBC3202 /usr/include/sys/types.h:458 #endif can only appear at the
end o
f a #if, #elif, #ifdef or #ifndef block.
ERROR CBC3202 /usr/include/sys/types.h:548 #endif can only appear at the
end o
f a #if, #elif, #ifdef or #ifndef block.
ERROR CBC3202 /usr/include/sys/types.h:750 #endif can only appear at the
end o
f a #if, #elif, #ifdef or #ifndef block.
ERROR CBC3202 /usr/include/sys/types.h:760 #endif can only appear at the
end o
f a #if, #elif, #ifdef or #ifndef block.
CBC1793(I) Compilation failed for file ./closedir.c. Object file not
created.
These seem to occur a lot.
-----Original Message-----
From: Preston L. Bannister [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 31, 2000 10:56 AM
To: Longnecker, Dennis; [EMAIL PROTECTED]
Subject: RE: Perl Install Compiler Errors?
I took a crack at compiling Perl on our 2.7 system when we first
set it up. Got *lots* of include-related compile errors, and this
was with the same sources that compiled cleanly on the 2.6 box.
Since our 2.6 box required a huge number of patches before it was
able to compile Perl properly, I promptly gave up on 2.7.
We are a small development shop - applying patches take time...
Possibly with enough "maintenance" you could on 2.7 build Perl,
but that was certainly *not* the case with the initial release.
From: Dennis Longnecker [mailto:[EMAIL PROTECTED]]
> I am installing perl on our OS/390 2.7 system. I downloaded the 5.005_03
> version. Following instructions in the readme.os390 and redbook.
> I do have MAKE 3.76.1
>
> Things go along merily, but I start getting compile errors. Some of the
> errors I see are attached. Are these really errors?