[comp.windows.x] Problems with Serpent

kali@tut.fi (Salo Juha) (08/25/89)

I recently copied a package called Serpent. Having a Sun386i I couldn't use
the supplied binaries but tried to rebuild it from sources. Apparently there
is a file missing:
...
cc -M -I. -I../include -I/usr/local/X11R3/include -I../../include x22.c  xbw.c
xcm.c  xcp.c  xct.c  xdb.c  xdw.c  xfw.c  xht.c  xlw.c  xsb.c  xtw.c  xvp.c  xvt
.c  sxt.c  > xtmp; \
/bin/sed -e ':loop' \
    -e 's/\.\.\/[^ /]*\/\.\./../' \
    -e '/^.*\.c:/d' \
    -e 't loop' < xtmp | \
/bin/awk ' { if ($1 != prev) \
                { print rec; rec = $0; prev = $1; } \
        else { if (length(rec $2) > 77) { print rec; rec = $0; } \
                else rec = rec " " $2 } } \
        END { print rec } ' > makedep
cpp: sxt.c: No such file or directory
*** Error code 2
make: Fatal error: Command failed for target `depend'
/usr/local/src/X11R3/misc/serpent/serpent.alpha_0.6/sxt/src: No such file or directory

Similar experiences?

kali@altair.utu.fi

Lab of Cytometry
Univ. of Turku
Finland