Closed mdonahoe closed 4 years ago
@mdonahoe Sorry about that!
We download + build all code by default. -DBUILD_DEPENDENCIES
can be used to disable it.
Can you run git clean -ffxd
and run the build again? Maybe the cached libs in open-source
are causing an issue. Does the arm64
box have git
and network access?
If you don't want to build dependencies via cmake
it is also easily possible! If you set -DBUILD_DEPENDENCIES
to false you can get everything via your package manager.
Also can you try deleting open-source/libsrtp/
and re-running the cmake?
Maybe it failed to build, and didn't stop the entire build.
git clean -ffxd
worked! Thanks.
I had a failed build earlier for other reasons, and I suspect the open-source
folder had stale outputs.
Fantastic! I will start a FAQ section in the README with that. Not sure how else we could fix it better.
If you hit any other rough edges send them my way I am sure others are hitting it also!
I am following in devguide and get an error during the
cmake ..
stepThis happens on an arm64 machine running Ubuntu Xenial 16.04. I did not have this problem on my laptop running 16.04, so I assume it is either arm64 related, or something wrong with my machine's configuration.
I'll keep digging, but any suggestions would be appreciated. I was assuming that these dependencies are built from source rather than installed, so I am surprised that it can't find libsrtp.