First off, I'm really looking forward to building my pidp-11 kit shortly. In the mean time, I'm playing with pidp-11. Got RSX-11MPLUS with oracle working and trying to get ingres working on 2.11bsd.
using this disk of 2.11 BSD:
https://github.com/chasecovello/211bsd-pidp11/raw/refs/heads/master/2.11BSD_rq.dsk.xzI'm having a hard time compiling ingres that is in that disk image. I have recompiled the kernel with INGRES YES but the actual compilation of ingres always fails while compiling ovqp:
cc -O -c ovqp.c
cc -O -c startovqp.c
cc -O -c getqry.c
cc -O -c rdsym.c
cc -O -c strategy.c
cc -O -c findsimps.c
findsimps.c:269: prototype error
findsimps.c:269: prototype error
findsimps.c:269: prototype error
findsimps.c:270: Declaration syntax
findsimps.c:271: len redeclared
findsimps.c:272: op redeclared
findsimps.c:285: cpsym prototype error
findsimps.c:297: Expression syntax
findsimps.c:341: value undefined
findsimps.c:344: prototype error
findsimps.c:344: prototype error
findsimps.c:344: prototype error
findsimps.c:345: Declaration syntax
findsimps.c:346: rel redeclared
findsimps.c:347: attno redeclared
findsimps.c:356: add_simp prototype error
findsimps.c:365: Expression syntax
findsimps.c:385: Expression syntax
*** Exit 1
Stop.
compilation is done as user ingres as documented
Anyone have an idea of how to correct this issue? Maybe someone has an updated findsimps.c file ?
Thanks in advance!