< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

[reSIProcate] Compilation error in latest code


Hi,

The latest code in the repository fails to compile. The error is:
g++ -Wall -fPIC -Wno-deprecated -march=i686 -D_REENTRANT -DHAVE_POPT_H 
-g -O -I/sw/include -DRESIP_DATA_LOCAL_SIZE=128         -I../build/..
-I../build/../contrib/ares -I/usr/kerberos/include/ -DUSE_SSL -DUSE_ARES
-c -o obj.debug.Linux.i686/os/Data.o os/Data.cxx
os/Data.cxx: In function `size_t buzHash(const char*, unsigned int)':
os/Data.cxx:1452: error: integer constant is too large for "long" type

The line in question is:
size_t h = 0x294b71649;

This function was added a couple of days back.

Can the author please post a fix for this?

Thanks
Sandeep