According to Joe R. Jah:
> I haven't been able to do what you have prescribed, manually define
> HAVE_WAIT_H or HAVE_SYS_WAIT_H.  Would you be so kind in describing the
> procedure?

OK, for the sake of example, let's say your system has a /usr/include/wait.h,
rather than /usr/include/sys/wait.h.  You can add a "#define HAVE_WAIT_H 1"
statement in include/htconfig.h or right in htdig/ExternalParser.cc, or
you can compile using the command "make LOCAL_DEFINES=-DHAVE_WAIT_H", or
add -DHAVE_WAIT_H to either LOCAL_DEFINES or DEFINES in Makefile.config.
If you have a sys/wait.h, then use HAVE_SYS_WAIT_H instead.  It's the
same procedure you'd use for defining just about any pre-processor macro
in C or C++.  Not much to it really.  You may want to pick up a C/C++
guide so you can at least learn the basics of the language, which would
help a great deal in porting and testing applications.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to