[comp.lang.perl] Problems building PERL4.0.3 on Solbourne 5

roberts@studguppy.lanl.gov (Doug &) (05/17/91)

Hi. I Succesfully built the 4.0 version, then went & got the three
patch files. I applied them with patch -p0, re-configured, ran make
depend, and then make. It broke at the following point:

studguppy# make
Expect either 29 shift/reduce and 59 reduce/reduce conflicts...
           or 27 shift/reduce and 61 reduce/reduce conflicts...
/bin/yacc -d perly.y

conflicts: 29 shift/reduce, 59 reduce/reduce
sh perly.fixer y.tab.c perly.c
mv y.tab.h perly.h
echo 'extern YYSTYPE yylval;' >>perly.h
cc -c -I/usr/include/sun -O  perly.c
cc -c -I/usr/include/sun -O  array.c
cc -c -I/usr/include/sun -O  cmd.c
cc -c -I/usr/include/sun -O  cons.c
cc -c -I/usr/include/sun -O  consarg.c
cc -c -I/usr/include/sun -O  doarg.c
cc -c -I/usr/include/sun -O  doio.c
"doio.c", line 2432: GROUPSTYPE undefined
"doio.c", line 2432: syntax error at or near variable name "gary"
"doio.c", line 2435: anum undefined
"doio.c", line 2435: gary undefined
*** Error code 1
make: Fatal error: Command failed for target `doio.o'
studguppy#

Any suggestions (Larry)?

Cheers,
--Doug
--

================================================================
Douglas Roberts                |The day-to-day travails of the
Los Alamos National Laboratory |IBM programmer are so amusing
Box 1663, MS F-609             |to most of us who are fortunate
Los Alamos, New Mexico 87545   |enough never to have been one -- 
(505)667-4569                  |like watching Charlie Chaplin 
dzzr@lanl.gov                  |trying to cook a shoe.
================================================================