-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake fails: No package 'librawrtc' found #17
Comments
I was able to get it to build by removing rawrtc from the CMakeLists.txt, adding location of librawrtc.so to PATH, adding re, rew, and rawrtc includes locations to C_INCLUDE_PATH env variable, and adding -lrawrtc to rawrtc-terminal-demo/c/build/src/CMakeFiles/rawrtc-terminal.dir/link.txt. Would be awesome if building on Ubuntu 18 could be a little smoother |
Let me know of the precise dist you're using, so I can try to reproduce this. 🙂 |
Ubuntu 18.04 LTS 64 bit |
I've since replaced CMake in RAWRTC, so we'll do the same in this demo eventually. #21 |
I installed rawrtc/rawrtc eailer succesfullly however now I'm trying to install rawrtc/rawrtc-terminal-demo and getting cmake errors. First error was that re and rew were not installed, so I had to cd into each of the deps folder in rawrtc/build/dependencies(re, rew) and run sudo make install for each. This fixed the errors "No package 're' found" and "No package 'rew' found" but now it's failing at librawrtc.
The text was updated successfully, but these errors were encountered: