[chord] error while building Chord

ryan wu ryanwu185 at gmail.com
Thu Feb 28 11:14:16 EST 2008


I install the latest sfslite-1.2.3
and download the latest Chord-0.1-20080217
after "configure"
and "make"
I got the following error message
do you know how to solve it ?
thanks a lot!
(I think it is the same problem as
https://pdos.csail.mit.edu/pipermail/chord/2007-July/000774.html , but no
responce there)
--------------------------------------------------------------------------
.
.
.
CAT  -g -O2 -Wall -Werror  -MT keyauxdb.o -MD -MP -MF ".deps/keyauxdb.Tpo"
-c -o keyauxdb.o /home/ryan/src/chord-0.1/utils/keyauxdb.C; \
        then mv -f ".deps/keyauxdb.Tpo" ".deps/keyauxdb.Po"; else rm -f
".deps/keyauxdb.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I/home/ryan/src/chord-0.1/utils -I..   -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
-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   -I/usr/include -DSLEEPYCAT  -g -O2
-Wall -Werror  -MT location.o -MD -MP -MF ".deps/location.Tpo" -c -o
location.o /home/ryan/src/chord-0.1/utils/location.C; \
        then mv -f ".deps/location.Tpo" ".deps/location.Po"; else rm -f
".deps/location.Tpo"; exit 1; fi
/home/ryan/src/chord-0.1/utils/location.C: In member function 'void
location::init()':
/home/ryan/src/chord-0.1/utils/location.C:26: error: 'timenow' was not
declared in this scope
/home/ryan/src/chord-0.1/utils/location.C: In member function 'void
location::update_knownup()':
/home/ryan/src/chord-0.1/utils/location.C:80: error: 'timenow' was not
declared in this scope
/home/ryan/src/chord-0.1/utils/location.C: In member function 'time_t
location::age()':
/home/ryan/src/chord-0.1/utils/location.C:94: error: 'timenow' was not
declared in this scope
/home/ryan/src/chord-0.1/utils/location.C: In member function 'void
location::update(ptr<location>)':
/home/ryan/src/chord-0.1/utils/location.C:106: error: 'timenow' was not
declared in this scope
/home/ryan/src/chord-0.1/utils/location.C: In member function 'void
location::update(chord_node)':
/home/ryan/src/chord-0.1/utils/location.C:126: error: 'timenow' was not
declared in this scope
/home/ryan/src/chord-0.1/utils/location.C: In member function 'char
location::get_loss()':
/home/ryan/src/chord-0.1/utils/location.C:196: error: 'timenow' was not
declared in this scope
/home/ryan/src/chord-0.1/utils/location.C:198: error: 'timenow' was not
declared in this scope
/home/ryan/src/chord-0.1/utils/location.C: In member function 'void
location::set_loss()':
/home/ryan/src/chord-0.1/utils/location.C:220: error: 'timenow' was not
declared in this scope
/home/ryan/src/chord-0.1/utils/location.C: In member function 'void
location::set_alive(bool)':
/home/ryan/src/chord-0.1/utils/location.C:228: error: 'timenow' was not
declared in this scope
/home/ryan/src/chord-0.1/utils/location.C:238: error: 'timenow' was not
declared in this scope
make[2]: *** [location.o] Error 1
make[2]: Leaving directory `/home/ryan/build/chord/utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ryan/build/chord'
make: *** [all] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://pdos.csail.mit.edu/pipermail/chord/attachments/20080229/5a42dd8d/attachment.htm 


More information about the chord mailing list