Skip to content
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

Closed
ClosetGeek-Git opened this issue Jun 27, 2018 · 4 comments
Closed

cmake fails: No package 'librawrtc' found #17

ClosetGeek-Git opened this issue Jun 27, 2018 · 4 comments

Comments

@ClosetGeek-Git
Copy link

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.

@ClosetGeek-Git
Copy link
Author

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

@lgrahl
Copy link
Member

lgrahl commented Jun 28, 2018

Let me know of the precise dist you're using, so I can try to reproduce this. 🙂

@ClosetGeek-Git
Copy link
Author

Ubuntu 18.04 LTS 64 bit
GCC 7.3.0
CMake 3.10.2
OpenSSL 1.1.0g (Ubuntu libssl-dev package)
rawrtc-terminal-demo, rawrtc, re, rew, and usrsctp are all fresh releases from github as of yesterday (6-27-18)

@lgrahl
Copy link
Member

lgrahl commented Jul 20, 2020

I've since replaced CMake in RAWRTC, so we'll do the same in this demo eventually. #21

@lgrahl lgrahl closed this as completed Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants