[htdig3-dev] [Fwd: [htdig3-dev] snapshot htdig-3.2.0b1-dev-121299]


Subject: [htdig3-dev] [Fwd: [htdig3-dev] snapshot htdig-3.2.0b1-dev-121299]
From: loic@ceic.com
Date: Tue Dec 14 1999 - 08:51:13 PST


Vadim Chekan writes:
> Hi!
>
> In private mail with Budd we discovered a problem on Sunos 5.7 gcc
> 2.95.1
> On Solaris bcopy is defined in strings.h, not string.h (surprise to me:)
> I'm going to fix it by including "lex_defines.h" in conf_lexer.lxx and
> doing all
> necessary #ifdef HAVE_XXX there.

 You can insert strings.h in configure.in, run autoheader and do
#ifdef HAVE_CONFIG_H
#include "htconfig.h"
#endif

#ifdef HAVE_STRINGS_H
#include <string.h>
etc...

> But now Budd has got problem with installation.
> I haven't got Solaris and can't help him.
>
> Any clues?

 Yes. That was a distribution bug introduced by me. I fixed it (see next post).

 Cheers,

-- 
		Loic Dachary

24 av Secretan 75019 Paris Tel: 33 1 42 45 09 16 e-mail: loic@dachary.org URL: http://www.senga.org/

------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to htdig3-dev-unsubscribe@htdig.org You will receive a message to confirm this.



This archive was generated by hypermail 2b28 : Tue Dec 14 1999 - 09:06:24 PST