|
From: Jesse op d. B. <ht...@op...> - 2003-09-16 11:36:07
|
Hi all, This is still the problem (see add-on). What to choose: the int, the int & or the const HtDateTime & Hints please HtFile.cc: In method `enum Transport::DocStatus HtFile::Request()': HtFile.cc:280: call of overloaded `HtDateTime(int &)' is ambiguous ../htlib/HtDateTime.h:156: candidates are: HtDateTime::HtDateTime(int) ../htlib/HtDateTime.h:159: HtDateTime::HtDateTime(int &) ../htlib/HtDateTime.h:479: HtDateTime::HtDateTime(const HtDateTime &) <near match> HtFile.cc:285: call of overloaded `HtDateTime(int &)' is ambiguous ../htlib/HtDateTime.h:156: candidates are: HtDateTime::HtDateTime(int) ../htlib/HtDateTime.h:159: HtDateTime::HtDateTime(int &) ../htlib/HtDateTime.h:479: HtDateTime::HtDateTime(const HtDateTime &) <near match> HtFile.cc:307: call of overloaded `HtDateTime(int &)' is ambiguous ../htlib/HtDateTime.h:156: candidates are: HtDateTime::HtDateTime(int) ../htlib/HtDateTime.h:159: HtDateTime::HtDateTime(int &) ../htlib/HtDateTime.h:479: HtDateTime::HtDateTime(const HtDateTime &) <near match> make[1]: *** [HtFile.lo] Error 1 make[1]: Leaving directory `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b4-20030914/htnet' make: *** [all-recursive] Error 1 --Jesse |