-
Notifications
You must be signed in to change notification settings - Fork 15
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
required dependencies #5
Comments
Make all makes the tests which requires gmock, I think I skip building those in the PKGBUILD on Arch but I will make a note of it |
@stephengeorgewest could you please write which corrections you have made to the CMakeLists.txt file?? |
@lyndametref I didn't change anything, I just installed the extra libraries via APT. I think I was just suggesting that extra dependencies could be listed in the readme. I think I was just following the Readme.md -> Installation -> "building from source" directions. I have the pull request with the suggestions: stephengeorgewest@4f91d8d I'm not sure if that is the best way to handle the issue. Well, I didn't do that pull request right. It is going into the wrong repository. If I made other changes, they are lost, because my hard drive died. |
@lyndametref oh, looking back at that giant thing I pasted in, I did nano a few times. I don't know what I changed. Probably changed that CXX_STANDARD line? CXX_STANDARD is set to invalid value '17;-std=c++17 -pthread'... -pthread doesn't exist in the file now. maybe it should have been -lpthread. I probably found scheckmedia/CameraControllerApi#2 after I saw the error "undefined reference to symbol 'pthread_getspecific@@GLIBC_2.2.5'" |
I also ran into the same missing dependency for gmock. On Ubuntu it's in package Otherwise, adding
worked nicely. |
in addition to the listed dependencies, I also had to install libedev-dev and libgmock-dev.
The text was updated successfully, but these errors were encountered: