Subject: Re: libcom_err compile error
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 06/23/2000 14:13:00
> cd /usr/src/lib/libcom_err/compile_et && make compile_et
> cc -O -I. -I/usr/src/lib/libcom_err/compile_et/../../../include/heimdal -I/usr/src/lib/libroken/obj -I/usr/src/lib/libcom_err/compile_et/../../../crypto/dist/heimdal/lib/com_err -I/usr/src/lib/libcom_err/compile_et/../../../crypto/dist/heimdal/lib/roken -DHAVE_CONFIG_H -c -o compile_et.lo /usr/src/lib/libcom_err/compile_et/../../../crypto/dist/heimdal/lib/com_err/compile_et.c
> /usr/src/lib/libcom_err/compile_et/../../../crypto/dist/heimdal/lib/com_err/compile_et.c:42: parse.h: No such file or directory

Just a thought (I don't have said problem): as parse.h is generated by lex or
yacc, maybe a make depend would help?

Cheers,

Patrick

(Haven't tried)