mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #805] gmock and gtest missing #636
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#636
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @autotoxicus on GitHub (Jul 19, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/805
Operating Systems
Raspian
Barrier Version
2.3.3
Steps to reproduce bug
I'm trying to compile your program on my RaspberryPi and
cmake .is giving me two error messages.and
Indeed, the folders gmock and gtest are empty in the source.
Other information
I'm following this information for compiling https://github.com/debauchee/barrier/issues/41#issuecomment-392900982 , but the command for git clone is giving me an error message.
So I did simply clone the source as I have done it every time so far with
git clone 'web adress of repository'. Perhaps this could be the reason for this problem?@p12tic commented on GitHub (Jul 19, 2020):
You need to run
git submodule initandgit submodule updatebefore compiling.@autotoxicus commented on GitHub (Jul 19, 2020):
Thanks you for the quick help. I will give that a try tomorrow and report back afterwards.
Are btw different versions compatible with each other? I would then have 2.3.3 on my RaspberryPi, but my Desktop and Notebook have 2.3.2 from the package manager.
@autotoxicus commented on GitHub (Jul 20, 2020):
I've got it working! Thanks a lot for your help and this great tool.
And to answer my own question from the post before:
The two different versions are working fine together.
@mariolpantunes commented on GitHub (Sep 27, 2020):
I have the same error.
The solution is not valid since I am trying to compile the release tarball, and there is no git folder.