yeti-switch / sems

SEMS core forked from https://github.com/sems-server/sems
https://yeti-switch.org/
12 stars 11 forks source link

looks like dependency on libboost1.67-dev is missing from README.md #7

Closed juha-h closed 5 years ago

juha-h commented 5 years ago

Thanks for fixing the git issue. Now I got up to here:

make[5]: Entering directory '/home/jh/sems/build/third/stun/common'
g++ -fPIC -I/home/jh/sems/build/third/botan/build/include/ -Wdate-time -D_FORTIFY_SOURCE=2  -c  -DDEBUG -Wall -Wuninitialized  -g atomichelpers.cpp
In file included from atomichelpers.cpp:18:0:
commonincludes.hpp:51:32: fatal error: boost/shared_ptr.hpp: No such file or directory
 #include <boost/shared_ptr.hpp>
                                ^
compilation terminated.
../common.inc:36: recipe for target 'atomichelpers.o' failed

File boost/shared_ptr.hpp exists in libboost1.67-dev, which can be found in stretch-backports. I haven't tried it yet.

furmur commented 5 years ago

build deps and readme updated