I install the latest sfslite-1.2.3<br>and download the latest Chord-0.1-20080217<br>after &quot;configure&quot; <br>and &quot;make&quot;<br>I got the following error message<br>do you know how to solve it ?<br>thanks a lot!<br>
(I think it is the same problem as <a href="https://pdos.csail.mit.edu/pipermail/chord/2007-July/000774.html">https://pdos.csail.mit.edu/pipermail/chord/2007-July/000774.html</a> , but no responce there)<br>--------------------------------------------------------------------------<br>
.<br>.<br>.<br>CAT&nbsp; -g -O2 -Wall -Werror&nbsp; -MT keyauxdb.o -MD -MP -MF &quot;.deps/keyauxdb.Tpo&quot; -c -o keyauxdb.o /home/ryan/src/chord-0.1/utils/keyauxdb.C; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; then mv -f &quot;.deps/keyauxdb.Tpo&quot; &quot;.deps/keyauxdb.Po&quot;; else rm -f &quot;.deps/keyauxdb.Tpo&quot;; exit 1; fi<br>
if g++ -DHAVE_CONFIG_H -I. -I/home/ryan/src/chord-0.1/utils -I..&nbsp;&nbsp; -I../svc -I/home/ryan/src/chord-0.1/lsd -I/home/ryan/src/chord-0.1/svc -I/home/ryan/src/chord-0.1/dhash -I/home/ryan/src/chord-0.1/chord -I/home/ryan/src/chord-0.1/merkle -I/home/ryan/src/chord-0.1/utils&nbsp; -I/home/ryan/build/chord/../sfslite -I/home/ryan/src/sfslite-1.2.3/async -I/home/ryan/src/sfslite-1.2.3/arpc -I/home/ryan/src/sfslite-1.2.3/crypt -I/home/ryan/src/sfslite-1.2.3/sfsmisc -I/home/ryan/src/sfslite-1.2.3/libsfs -I/home/ryan/build/chord/../sfslite/svc&nbsp;&nbsp; -I/usr/include -DSLEEPYCAT&nbsp; -g -O2 -Wall -Werror&nbsp; -MT location.o -MD -MP -MF &quot;.deps/location.Tpo&quot; -c -o location.o /home/ryan/src/chord-0.1/utils/location.C; \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; then mv -f &quot;.deps/location.Tpo&quot; &quot;.deps/location.Po&quot;; else rm -f &quot;.deps/location.Tpo&quot;; exit 1; fi<br>/home/ryan/src/chord-0.1/utils/location.C: In member function 'void location::init()':<br>
/home/ryan/src/chord-0.1/utils/location.C:26: error: 'timenow' was not declared in this scope<br>/home/ryan/src/chord-0.1/utils/location.C: In member function 'void location::update_knownup()':<br>/home/ryan/src/chord-0.1/utils/location.C:80: error: 'timenow' was not declared in this scope<br>
/home/ryan/src/chord-0.1/utils/location.C: In member function 'time_t location::age()':<br>/home/ryan/src/chord-0.1/utils/location.C:94: error: 'timenow' was not declared in this scope<br>/home/ryan/src/chord-0.1/utils/location.C: In member function 'void location::update(ptr&lt;location&gt;)':<br>
/home/ryan/src/chord-0.1/utils/location.C:106: error: 'timenow' was not declared in this scope<br>/home/ryan/src/chord-0.1/utils/location.C: In member function 'void location::update(chord_node)':<br>/home/ryan/src/chord-0.1/utils/location.C:126: error: 'timenow' was not declared in this scope<br>
/home/ryan/src/chord-0.1/utils/location.C: In member function 'char location::get_loss()':<br>/home/ryan/src/chord-0.1/utils/location.C:196: error: 'timenow' was not declared in this scope<br>/home/ryan/src/chord-0.1/utils/location.C:198: error: 'timenow' was not declared in this scope<br>
/home/ryan/src/chord-0.1/utils/location.C: In member function 'void location::set_loss()':<br>/home/ryan/src/chord-0.1/utils/location.C:220: error: 'timenow' was not declared in this scope<br>/home/ryan/src/chord-0.1/utils/location.C: In member function 'void location::set_alive(bool)':<br>
/home/ryan/src/chord-0.1/utils/location.C:228: error: 'timenow' was not declared in this scope<br>/home/ryan/src/chord-0.1/utils/location.C:238: error: 'timenow' was not declared in this scope<br>make[2]: *** [location.o] Error 1<br>
make[2]: Leaving directory `/home/ryan/build/chord/utils&#39;<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/ryan/build/chord&#39;<br>make: *** [all] Error 2<br><br>