According to s.budd:
> just did a rush job on compiling htdig-3.2.0b3-111900
> SunOS 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-5_10
> using make --version
> GNU Make version 3.77, by Richard Stallman and Roland McGrath.
> gcc --version
> 2.95.2
>
> needless to say they worked for htdig-3.2.0b3-062500
...
> md5.cc:8: type specifier omitted for parameter
> md5.cc:8: parse error before `*'
This is fairly newly introduced code, hence the new errors. I'm going to
guess that the omitted type specifier is the time_t which is undefined
on your system (at least among the few included header files), and that
all the errors after the parse error are the result of the parse error.
htlib/md5.cc is pretty stingy with the #include's, so I'd think the fix
would be to add some. Try adding '#include <time.h>' after stdio.h,
and see if that fixes the problem. If there are still more errors,
perhaps also adding an include of stdlib.h would help. Let us know how
it goes, and if it fixes things we'll make sure they go into the 3.2.0b3
distribution which we hope will come out soon.
--
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
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.