Dear Alastair,
you are probably aware of it: `MAXPATHLEN' ist still not known on our
Solaris box (Hugs971106). Just to let you know ;-).
Regards, Ralf
-------------------------------------------------------------------------------
iridium 268> cd ..
/home/III/a/ralf/FP/hugs/src
iridium 269> make install
gcc -c -g -O hugs.c
machdep.c: In function `RealPath':
In file included from hugs.c:81:
machdep.c:271: `MAXPATHLEN' undeclared (first use this function)
machdep.c:271: (Each undeclared identifier is reported only once
machdep.c:271: for each function it appears in.)
machdep.c:271: size of array `path' has non-integer type
machdep.c: In function `pathCmp':
machdep.c:289: `MAXPATHLEN' undeclared (first use this function)
machdep.c:289: size of array `path1' has non-integer type
machdep.c:290: size of array `path2' has non-integer type
/usr/include/sys/termios.h: At top level:
In file included from /usr/include/termios.h:13,
from machdep.c:627,
from hugs.c:81:
/usr/include/sys/termios.h:376: parse error before `uint32_t'
/usr/include/sys/termios.h:376: warning: no semicolon at end of struct or union
make: *** [hugs.o] Error 1