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

[reSIProcate-users] Failed to compile reTurn on Debian


Hi all, I'm following the INSTALL instructions to compile reTurn on Debian, but got below error, it's seems can't find the boost, but the boost and asio folder already exited in the contrib folder, how could I specify the asio and boost folder ?


root@t1:/opt/PERS# make -C reTurn/
make: Entering directory `/opt/PERS/reTurn'
Making all in .
make[1]: Entering directory `/opt/PERS/reTurn'
g++ -DHAVE_CONFIG_H -I. -I..   -DRESIP_OSTYPE_LINUX -DRESIP_ARCH_X86_64 -DRESIP_LARCH_ -D_REENTRANT -DRESIP_TOOLCHAIN_GNU -I .. -DRESIP_FIXED_POINT -Wall -Wno-deprecated -I/opt/PERS/rutil/dns/ares -MT reTurnServer.o -MD -MP -MF .deps/reTurnServer.Tpo -c -o reTurnServer.o reTurnServer.cxx
reTurnServer.cxx:4:20: fatal error: asio.hpp: No such file or directory
compilation terminated.
make[1]: *** [reTurnServer.o] Error 1
make[1]: Leaving directory `/opt/PERS/reTurn'
make: *** [all-recursive] Error 1
make: Leaving directory `/opt/PERS/reTurn'