>
> 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'
Well I did not figure out these.
> 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
I've fixed that with the following patch:
* htlib/HtDateTime.h (class HtDateTime): killed void SetDateTime(const int t)
because they cause problems when time_t is an int and were useless anyway.
commited a few minutes ago.
Thanks for your feedback,
--
Loic Dachary
24 av Secretan
75019 Paris
Tel: 33 1 42 45 09 16
e-mail: [EMAIL PROTECTED]
URL: http://www.senga.org/
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.