On Tue, Feb 17, 2009 at 05:26:02PM -0800, michael lindenmeyer wrote: > Compiling groff.cpp with borland 4.0 and discover that there is no > defs.h header in /src/include.
defs.h is generated at build time; make sure that the src/include directory has been built first. > In addition, stringclass.h, that is in /src/include is not recognized > by the compiler. Can someone provide a resource for defs.h and/or > explain why stringclass.h is not recognized by the compiler? Do you mean that the compiler rejects it with a syntax error, or simply that it doesn't find it? Are you using a 'make' equivalent to build groff, or compiling individual files by hand? -- Colin Watson [[email protected]]
