[2064] in Athena Bugs
X11R3 build has errors in "depend"
daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Sun Apr 9 17:30:25 1989
From: <epeisach@ATHENA.MIT.EDU>
Date: Sun, 9 Apr 89 17:30:00 EDT
To: xbugs@expo.lcs.mit.edu
Cc: bugs@ATHENA.MIT.EDU
X Window System Bug Report
xbugs@expo.lcs.mit.edu
VERSION:
R3
CLIENT MACHINE and OPERATING SYSTEM:
uVax-II running UNIX BSD 4.3
DISPLAY:
Digital QDSS
WINDOW MANAGER:
Not Applicable
AREA:
Server build - makedepend
SYNOPSIS:
When running "make World" on the sources, an error is
encountered in server/ddx/dec/qdss/libtl stating that several files
cannot be opened during the "makedepend." The problem is that symbolic
links are not being made before the make depend as is done in the other
directories.
DESCRIPTION:
Included is an excerpt...
depending ddx/dec/qdss/libtl
################ Entering /u3/X11R3/server/ddx/dec/qdss/libtl ################
../../../../.././util/makedepend/makedepend -s "# DO NOT DELETE" -- -O -I. -I.. -I../../../../include -I../../../../.././X11 -I/sys/vaxuba -DDRAGONPIX=16 -DNPLANES=`cat ../NPLANESFILE` -- tlloadtemp.c tlptobmask.c tlptob2color.c tlpolytext.c tlimagetext.c tlplanestip.c tlplanecopy.c tloffscreen.c tlinit.c tlbitblt.c tlspa.c tltranslate.c tlline.c tlqd.c tlsetspan.c tlglobals.c tlconpolys.c tlrotile.c tldrawshapes.c tloddsize.c tldma.c tldstate.c tldchange.c
Adding new delimiting line "# DO NOT DELETE"
Adding dependencies...
cannot open "tlptob2color.c"
cannot open "tlimagetext.c"
cannot open "tlplanecopy.c"
tldrawshapes.c includes tlprimitive.c more than once!
Already have
/usr/include/sys/types.h
../../../../.././X11/X.h
../../../../include/windowstr.h
../../../../include/gcstruct.h
../Ultrix2.0inc.h
/sys/vaxuba/qduser.h
/sys/vaxuba/qdreg.h
../qd.h
tl.h
tltemplabels.h
tldstate.h
tlprimitive.c
tldrawshapes.c includes tlprimitive.c more than once!
Already have
/usr/include/sys/types.h
../../../../.././X11/X.h
../../../../include/windowstr.h
../../../../include/gcstruct.h
../Ultrix2.0inc.h
/sys/vaxuba/qduser.h
/sys/vaxuba/qdreg.h
../qd.h
tl.h
tltemplabels.h
tldstate.h
tlprimitive.c
tldrawshapes.c includes tlprimitive.c more than once!
Already have
/usr/include/sys/types.h
../../../../.././X11/X.h
../../../../include/windowstr.h
../../../../include/gcstruct.h
../Ultrix2.0inc.h
/sys/vaxuba/qduser.h
/sys/vaxuba/qdreg.h
../qd.h
tl.h
tltemplabels.h
tldstate.h
tlprimitive.c
tldrawshapes.c includes tlprimitive.c more than once!
Already have
/usr/include/sys/types.h
../../../../.././X11/X.h
../../../../include/windowstr.h
../../../../include/gcstruct.h
../Ultrix2.0inc.h
/sys/vaxuba/qduser.h
/sys/vaxuba/qdreg.h
../qd.h
tl.h
tltemplabels.h
tldstate.h
tlprimitive.c
tldrawshapes.c includes tlprimitive.c more than once!
Already have
/usr/include/sys/types.h
../../../../.././X11/X.h
../../../../include/windowstr.h
../../../../include/gcstruct.h
../Ultrix2.0inc.h
/sys/vaxuba/qduser.h
/sys/vaxuba/qdreg.h
../qd.h
tl.h
tltemplabels.h
tldstate.h
tlprimitive.c
tldrawshapes.c includes tlprimitive.c more than once!
Already have
/usr/include/sys/types.h
../../../../.././X11/X.h
../../../../include/windowstr.h
../../../../include/gcstruct.h
../Ultrix2.0inc.h
/sys/vaxuba/qduser.h
/sys/vaxuba/qdreg.h
../qd.h
tl.h
tltemplabels.h
tldstate.h
tlprimitive.c
tldrawshapes.c includes tlprimitive.c more than once!
Already have
/usr/include/sys/types.h
../../../../.././X11/X.h
../../../../include/windowstr.h
../../../../include/gcstruct.h
../Ultrix2.0inc.h
/sys/vaxuba/qduser.h
/sys/vaxuba/qdreg.h
../qd.h
tl.h
tltemplabels.h
tldstate.h
tlprimitive.c
################# Exiting /u3/X11R3/server/ddx/dec/qdss/libtl ################
REPEAT BY:
make World
SAMPLE FIX: