Hi,
has anyone got lsof v4.39 running on DU4.0d
I've dowloaded it but it falls over during the make stage
with the following messages :-
cc -O -DDUV=40000 -DADVFSV=400 -DHASTAGTOPATH -DHASSPECNODE -DLSOF_VSTR=\"V4.0\"
-I/usr/include -I/usr/sys/SARGENT -I/usr/sys/include -c print.c
cc: Warning: print.c, line 215: In this statement, "r" is a pointer to an incomplete struct or
union and should not be used as the left operand of a member dereference.
if (r->r_name && strlen(r->r_name))
--------------------^
cc: Error: print.c, line 215: In this statement, "r_name" is not a member of "r".
if (r->r_name && strlen(r->r_name))
--------------------^
cc: Warning: print.c, line 215: In this statement, "r" is a pointer to an incomplete struct or
union and should not be used as the left operand of a member dereference.
if (r->r_name && strlen(r->r_name))
----------------------------------------^
cc: Error: print.c, line 215: In this statement, "r_name" is not a member of "r".
if (r->r_name && strlen(r->r_name))
----------------------------------------^
cc: Warning: print.c, line 216: In this statement, "r" is a pointer to an incomplete struct or
union and should not be used as the left operand of a member dereference.
cp = r->r_name;
-------------------------^
cc: Error: print.c, line 216: In this statement, "r_name" is not a member of "r".
cp = r->r_name;
-------------------------^
*** Exit 1
Stop.
Any help would be greatly appreciated
John
---------------------------------------------------------------------
John Files Senior Systems Engineer (UNIX Group)
Faculty of Computing Sciences
and Engineering Tel: 0116-2551551 ext 8475
De Montfort University Fax: 0116-254 1891
The Gateway e-mail: jhf_at_dmu.ac.uk
Leicester LE1 9BH
England
---------------------------------------------------------------------
Received on Fri Jan 15 1999 - 10:47:52 NZDT