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

[reSIProcate] Compilation error


Hey guys. I'm trying to build resiprocate 0.4.0 for the first time,
but get the following error:

Making obj.debug.Linux.i686/os/BaseException.d
make[1]: Leaving directory `/home/fabio/resiprocate-0.4.0/resiprocate'
make[1]: Entering directory `/home/fabio/resiprocate-0.4.0/resiprocate'
g++ -Wall -fPIC -Wno-deprecated -march=i686 -D_REENTRANT -DHAVE_POPT_H
 -g -O2 -I/sw/include         -I../build/.. -I../build/../contrib/ares
-I/usr/kerberos/include/ -DUSE_SSL -DNEW_MSG_HEADER_SCANNER -DUSE_IPV6
-DUSE_ARES -c -o obj.debug.Linux.i686/os/BaseException.o
os/BaseException.cxx
In file included from ../build/../resiprocate/os/BaseException.hxx:10,
                 from os/BaseException.cxx:4:
../build/../resiprocate/os/Data.hxx:220: error: an explicit
specialization must be preceded by 'template <>'
../build/../resiprocate/os/Data.hxx:168: warning:
'resip::invokeDataInit' defined but not used
make[1]: *** [obj.debug.Linux.i686/os/BaseException.o] Error 1
make[1]: Leaving directory `/home/fabio/resiprocate-0.4.0/resiprocate'
make: *** [resiprocate] Error 2

Can anyone help me sort this out? Thanks in advance.