Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!hplabs!hp-pcd!hpcvlx!scottb From: scottb@hpcvlx.HP.COM (Scott Boyd) Newsgroups: comp.windows.x Subject: Re: problems with HP widget documentation Message-ID: <1610023@hpcvlx.HP.COM> Date: 9 Jun 88 20:21:20 GMT References: <11146@steinmetz.ge.com> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 21 > > 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 . 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 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