HP-UX 9.0.5 & scotty 2.0.2 compile problems

Phil Gaskell (gaskell@digicon-egr.co.uk)
Mon, 22 Jul 96 11:43:11 BST

Hi all,

I have had a problem compiling scotty 2.0.2 with tcl-tk 7.4/4.0 on HP-UX 9.0.5.
I have compiled the same source on SUNOS 4.1.2 with only minor problems.

My first problem was that configure did not pick up the X11 include directory
so I had to use --x-includes=/usr/include/X11R5 option to configure.

Having got around this initial problem, I have the error described below:

Unfortunately this is a bit beyond my humble programming knowledge & I was
wondering if any of you gurus could help.

TIA

Phil

% make
cc -c -O -I. -I. -I.. -I./.. -I/dublin/disk2/tcl-tk/7.4/HP/include -I/dublin/disk2/tcl-tk/7.4/HP/include -I/usr/include/X11R5 mount_clnt.c
cc: "mount_clnt.c", line 10: error 1574: Unknown size for "TIMEOUT".
cc: "mount_clnt.c", line 10: error 1602: Cannot initialize struct of unknown size.
cc: "mount_clnt.c", line 20: error 1530: Undefined struct or union.
cc: "mount_clnt.c", line 21: error 1588: "NULL" undefined.
cc: "mount_clnt.c", line 34: error 1530: Undefined struct or union.
cc: "mount_clnt.c", line 35: error 1588: "NULL" undefined.
cc: "mount_clnt.c", line 48: error 1530: Undefined struct or union.
cc: "mount_clnt.c", line 49: error 1588: "NULL" undefined.
cc: "mount_clnt.c", line 62: error 1530: Undefined struct or union.
cc: "mount_clnt.c", line 63: error 1588: "NULL" undefined.
cc: "mount_clnt.c", line 76: error 1530: Undefined struct or union.
cc: "mount_clnt.c", line 77: error 1588: "NULL" undefined.
cc: "mount_clnt.c", line 90: error 1530: Undefined struct or union.
cc: "mount_clnt.c", line 91: error 1588: "NULL" undefined.
cc: "mount_clnt.c", line 104: error 1530: Undefined struct or union.
cc: "mount_clnt.c", line 105: error 1588: "NULL" undefined.
*** Error code 1