Path: utzoo!attcan!uunet!mcsun!hp4nl!ecn!bernards From: bernards@ecn.nl (Marcel Bernards) Newsgroups: comp.lang.perl Subject: Re: problems with kit28 Message-ID: <1990Oct1.152927.25894@ecn.nl> Date: 1 Oct 90 15:29:27 GMT References: <1990Sep28.023425.11356@uniwa.uwa.oz> Reply-To: bernards@ecn.UUCP (Marcel Bernards) Distribution: comp Organization: Netherlands Energy Research Foundation ECN Lines: 26 I too have problems with PL28 On a Sun wit SunOS 4.1 all seems to compile fairly well. No redelclaration blues at all. There is some haslle with perl.man.2 and perl_man.2 names in the patch file. somehow the renameal of some files is initiated without a proper patch This can be fixed easily. just put a soft link and patch again The problem is when I run make at CONVEX OS V8.1 and Convex C V4.0 I got several redeclaration stuff cc -O perl.c cc: Warning on line 1438 of perl.y: label 'yyerrlab' defined but not referenced.cc -c -O array.c cc -c -O cmd.c cc -c -O cons.c cc -c -O consarg.c cc -c -O doarg.c cc -c -O doio.c cc: Error on line 1876 of doio.c: 'getpwuid' redeclared: incompatible types. cc: Error on line 1955 of doio.c: 'getgrgid' redeclared: incompatible types. *** Exit 1 if I fix this manual some other redelcaration of sprintf is barfed. Any solutions known anywhere ? Thanx in advance.