[repro-users] Compile error with repro project
I am using a Debian Sarge linux install to compile the resiprocate
project. The current tip / 1.2 release fail to compile with the error
below while the 1.1 release compiles & links. If anyone has any ideas,
it would be appreciated.
Thanks,
Simon.
g++ -march=i686 -D_REENTRANT -g -Wall -I.. -I/usr/include/db4
-I
../build/.. -I../build/.. -I../build/../contrib/ares -I/usr/include
-DOS_MAJOR_VER=2
-DOS_MINOR_VER=6 -DOS_POINT_VER=16 -DOS_PATCH_VER=38 -DUSE_ARES
-DUSE_SSL -DHAVE_POPT
_H -c -o obj.debug.Linux.i686/monkeys/StaticRoute.o
monkeys/StaticRoute.cxx
monkeys/StaticRoute.cxx: In member function `virtual
repro::Processor::processor_action_t
repro::StaticRoute::process(repro::RequestContext&)':
monkeys/StaticRoute.cxx:86: error: type specifier omitted for parameter
monkeys/StaticRoute.cxx:86: error: parse error before numeric constant
monkeys/StaticRoute.cxx:87: error: no matching function for call to `
repro::ResponseContext::addTarget(repro::QValueTarget (&)(...), bool,
bool&)
'
../repro/ResponseContext.hxx:54: error: candidates are: resip::Data
repro::ResponseContext::addTarget(const resip::NameAddr&, bool, bool)
../repro/ResponseContext.hxx:72: error: bool
repro::ResponseContext::addTarget(repro::Target&, bool, bool)
make[1]: *** [obj.debug.Linux.i686/monkeys/StaticRoute.o] Error 1
make[1]: Leaving directory `/home/smoret/Projects/resiprocate/repro'
make: *** [repro] Error 2
smoret@smoret:~/Projects/resiprocate$