[comp.text.tex] Yacc overflow in building TeX3.0 on UNIX

phil@dgbt.doc.ca (Phil Blanchfield DGBT/DIP) (11/30/90)

I recently obtained TeX3.0 from labrea.stanford.edu and have been trying
to bring it up on both a SUN 386i (SUNOS 4.0) and ULTRIX V3.1 on a VAX-750.
I get the same message from both of the "cc" compilers:

/bin/sh ./convert gftodvi.p gftodvi.c
299 symbols.
/bin/cc -O -Dlink=link_array -I.. -c gftodvi.c
"gftodvi.c", line 2280: yacc stack overflow
*** Error code 1

I see nothing in PROBLEMS or MACHINES about a "yacc stack overflow". Would
some kind person please send me mail on how to overcome this?

Here are the changes that I made to site.h and makefile:

site.h

< #define	X11WIN			/* X Version 11 support. */
> #undef	X11WIN			/* X Version 11 support. */

< #define	EDITOR	"/usr/local/gemacs +%d %s"
> #define	EDITOR	"/usr/ucb/vi +%d %s"

makefile:

< CC=gcc
> #CC=gcc

< OPT=-g -O
> #OPT=-g -O

> OPT=-O

< LDFLAGS=-g
> #LDFLAGS=-g

< x10lib=-lX
< x11lib=-lX11
< sunlib=-lsuntool -lsunwindow -lpixrect
> #x10lib=-lX
> #x11lib=-lX11
> #sunlib=-lsuntool -lsunwindow -lpixrect

-- 
Phil Blanchfield
The Communications Research Centre 3701 Carling Avenue, Ottawa Ontario CANADA
Internet: phil@dgbt.doc.ca	OR	phil@dgbt.crc.dnd.ca