Compiler: gcc 2.8.1 (gcc/g++)
Make:     2.76

Did: ./configure --disable-bigfile --without-zlib

configure seems ok.
 
Berkeley compiles ok.
 
But then:

 
c++ -DHAVE_CONFIG_H -I. -I. -I../include
-DDEFAULT_CONFIG_FILE=\"/opt/www/conf/htdig.conf\" -I../include -I../htlib
-I../htnet -I../htcommon -I../htword -I../db/dist -I../db/dist
-I../db/include -I../db/include -g -O2 -Wall
-Wp,-MD,.deps/Configuration.pp -c  -fPIC -DPIC Configuration.cc -o
.libs/Configuration.lo
 
Configuration.cc: In method `void Configuration::Add(const class String
&)':
Configuration.cc:54: warning: variable `const char * str' might be
clobbered by `longjmp' or `vfork'
Configuration.cc: In method `int Configuration::Boolean(const class String
&, int = 0) const':
Configuration.cc:241: warning: variable `int value' might be clobbered by
`longjmp' or `vfork'

And:

c++ -DHAVE_CONFIG_H -I. -I. -I../include
-DDEFAULT_CONFIG_FILE=\"/opt/www/conf/htdig.conf\" -I../include -I../htlib
-I../htnet -I../htcommon -I../htword -I../db/dist -I../db/dist
-I../db/include -I../db/include -g -O2 -Wall -Wp,-MD,.deps/ParsedString.pp
-c  -fPIC -DPIC ParsedString.cc -o .libs/ParsedString.lo

ParsedString.cc: In method `ParsedString::ParsedString()':
ParsedString.cc:28: warning: variable `class String * this' might be
clobbered by `longjmp' or `vfork'
htString.h:27: warning: variable `class Object * this' might be clobbered
by `longjmp' or `vfork'
htString.h:27: warning: variable `class Object * this' might be clobbered
by `longjmp' or `vfork'
ParsedString.cc: In method `ParsedString::ParsedString(const class String
&)':
ParsedString.cc:35: warning: variable `class String * this' might be
clobbered by `longjmp' or `vfork'
htString.h:27: warning: variable `class Object * this' might be clobbered
by `longjmp' or `vfork'
htString.h:27: warning: variable `class Object * this' might be clobbered
by `longjmp' or `vfork'


Okay, more of these 'might be clobbered' notes are being printed.
But this one is really a problem:

c++ -DHAVE_CONFIG_H -I. -I. -I../include
-DDEFAULT_CONFIG_FILE=\"/opt/www/conf/htdig.conf\" -I../include -I../htlib
-I../htnet -I../htcommon -I../htword -I../db/dist -I../db/dist
-I../db/include -I../db/include -g -O2 -Wall -Wp,-MD,.deps/HtDateTime.pp
-c  -fPIC -DPIC HtDateTime.cc -o .libs/HtDateTime.lo

HtDateTime.h: In method `HtDateTime::HtDateTime(int &)':
In file included from HtDateTime.cc:16:
HtDateTime.h:156: call of overloaded `SetDateTime(int &)' is ambiguous
HtDateTime.h:193: candidates are: HtDateTime::SetDateTime(int)
HtDateTime.h:185:                 HtDateTime::SetDateTime(const int &)
HtDateTime.h: In method `HtDateTime::HtDateTime(int)':
HtDateTime.h:164: call of overloaded `SetDateTime(int &)' is ambiguous
HtDateTime.h:193: candidates are: HtDateTime::SetDateTime(int)
HtDateTime.h:185:                 HtDateTime::SetDateTime(const int &)
make[1]: *** [HtDateTime.lo] Error 1
make[1]: Leaving directory `/opt/htdig/src/htdig-3.2.0b1-dev-121999/htlib'
make: *** [all-recursive] Error 1 



--jesse
--------------------------------------------------------------------
J. op den Brouw                           Johanna Westerdijkplein 75
Haagse Hogeschool                                  2521 EN  DEN HAAG
Sector Techniek                                          Netherlands
Afdeling Elektrotechniek                              +31 70 4458936
-------------------- [EMAIL PROTECTED] --------------------

Linux - because reboots are for hardware changes


------------------------------------
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