[comp.windows.x] problems with HP widget documentation

scottb@hpcvlx.HP.COM (Scott Boyd) (06/10/88)

> 
> I am trying to make the documentation for the HP widget set.  When I try
> to make the utility programs in the ../doc/src directory, the compile for
> splitit.c fails because it can't find the file <ndir.h>.  On our system,
> the file is not in /usr/include or any of its subdirectories.  Has anyone
> out there successfully made the utility programs for the HP widgets and
> gotten around or solved this problem? 
> 
Replace line 56 of splitit.c, which reads:

	#include <ndir.h>

with

	#define DIRSIZ	255	/* for systems with long filenames */
or
	#define DIRSIZ 14	/* for systems with 14 character filenames */

This will fix the problem. 

Scott Boyd
scottb@hp-pcd