[comp.os.minix] /usr/include/local ???

u31b3hs@cip-s02.informatik.rwth-aachen.de (Michael Haardt) (06/12/91)

> I have been looking for bool.h and argparse.h everywhere I can think of.  I'm
> attempting to compile the recently distributed mu.  Also, I have been trying to
> compile tsort from frp.thp.uni-koeln.de.  It doesn't seem to know the
> definition of ptrdiff_t.  Any ideas?!?!

Sorry, I think I forgot these include files.  You can find them on
ftp.thp.uni-koeln.de:minix/beta-test/misslib.tar.Z along with a few other
things you should have. (e.g. vfprintf, unreversible crypt)

ptrdiff_t is defined in stddef.h, which is included in tsort.c.  What version
of MINIX are you using?  If you use 1.5, your include files must be damaged.

Namaskaar

Michael Haardt