[523] in Zephyr_Bugs
Compiling Zephyr world
daemon@ATHENA.MIT.EDU (Alan Hanson (Sys. Prog.))
Tue Feb 15 16:01:42 1994
Date: Tue, 15 Feb 1994 15:01:10 -0600
From: abhanson@hwking.cca.cr.rockwell.com (Alan Hanson (Sys. Prog.))
To: zephyr-bugs@MIT.EDU
Cc: abhanson@hwking.cca.cr.rockwell.com
I am having a difficult time getting the world to compile. It goes great
until it requires "compile_et" and then it bombs. I can not find a file
with the name of compile_et anywhere in the src subdirectory. I do find
a directory called compile_et though. Does compile_et need to be compiled
somewhere? If so, where does this get done?
The following is the first time it is called out and bombs....
### Making Makefile in /usr/apps/projects/ULTRIX/man
rm -f Makefile.bak; mv Makefile Makefile.bak
.././imake/imake -I.././config -DNEW_TOP=../. -s Makefile
### Making Makefiles in /usr/apps/projects/ULTRIX/man
### Making Makefile in /usr/apps/projects/ULTRIX/man/man1
rm -f Makefile.bak; mv Makefile Makefile.bak
../.././imake/imake -I../.././config -DNEW_TOP=../../. -s Makefile
### Done with /usr/apps/projects/ULTRIX/man/man1
### Making Makefile in /usr/apps/projects/ULTRIX/man/man8
rm -f Makefile.bak; mv Makefile Makefile.bak
../.././imake/imake -I../.././config -DNEW_TOP=../../. -s Makefile
### Done with /usr/apps/projects/ULTRIX/man/man8
### Done with /usr/apps/projects/ULTRIX/man
make depend
### Making depend in /usr/apps/projects/ULTRIX/include
### Making depend in /usr/apps/projects/ULTRIX/include/zephyr
### Now computing dependencies
### Done with /usr/apps/projects/ULTRIX/include/zephyr
### Now computing dependencies
### Done with /usr/apps/projects/ULTRIX/include
### Making depend in /usr/apps/projects/ULTRIX/lib
rm -f zephyr_err.c zephyr_err.h
compile_et zephyr_err.et
Make: Cannot load compile_et. Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
Any assistance with the above will be greatly appreciated. I am at a loss...