-----Original Message-----
From: Jim Cole [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 12, 2000 7:29 AM
To: Geoff Hutchison
Cc: htdig3-dev
Subject: Re: [htdig3-dev] Pending Feature-Freeze


Geoff Hutchison's bits of Sat, 9 Sep 2000 translated to:

>But I also need to know that everyone can build the snapshots as they 
>come out. So speak up *NOW* if you can't build the current 9/10 
>snapshot for whatever reason or it blows core at you or whatever.

Hi - Below are brief summaries for builds of the 9/10 snapshot on the
four platforms I have access to.

1. Linux odin 2.2.14  i586 unknown
   gcc 2.95.2
  
   Build successful. One test failed.

2. Linux magni 2.2.15pre14  ppc unknown
   gcc 2.95.2

   Build successful. Tests fail miserably with two or three core dumps
   along the way.

3. FreeBSD loki 3.2-RELEASE FreeBSD 3.2-RELEASE  i386
   gcc 2.7.2.1

   Build fails. htlib/md5.cc needs to include <sys/time.h> or something
   similar so that time_t is defined. After this change, the build was
   successful. Three tests failed.

4. SunOS thor 5.7 Generic sun4m sparc SUNW,SPARCclassic
   egcs-2.91.66

   Build fails. htlib/md5.cc needs to include <sys/time.h> or something
   similar so that time_t is defined. The build again fails at line 132
   of htnet/HtFile.cc. This is due to alphasort falling into the category
   of "SunOS/BSD Compatibility Library Functions". As far as I know, the
   only place alphasort is defined is in /usr/ucbinclude/sys/dir.h However,
   if this file is included, with or without dirent.h, things turn ugly.
   And this is about where I decided it was bed time ;)

using gcc version 2.95.2 on SunOS  5.7 the error message is 
c++ -DHAVE_CONFIG_H -I. -I. -I../include
-DDEFAULT_CONFIG_FILE=\"htdig.conf\" -I../include -I../htlib -I../htnet
-I../htcommon -I../htword -I../db -I../db -I/usr/local/include -g -O2 -Wall
-fno-rtti -fno-exceptions -Wp,-MD,.deps/md5.pp -c md5.cc -o md5.o
md5.cc:8: type specifier omitted for parameter
md5.cc:8: parse error before `*'
md5.cc: In function `void md5(...)':
md5.cc:19: `buf' undeclared (first use this function)
md5.cc:19: (Each undeclared identifier is reported only once
md5.cc:19: for each function it appears in.)
md5.cc:19: `len' undeclared (first use this function)
md5.cc:22: `date' undeclared (first use this function)
md5.cc:29: `rhash' undeclared (first use this function)
md5.cc:31: `debug' undeclared (first use this function)









I captured the output of make check for 1 - 3 and can forward that
information if you are interested. I only glanced at the output, so I
have no idea whether the failures truly correspond to problems with
ht://Dig or just to my particular environment.

Jim


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


Reply via email to