mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #128] assert.h not found #102
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#102
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 @rizkyarlin on GitHub (Sep 10, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/128
Operating Systems
Server: Mac OS High Sierra
Client: Raspbian
I tried to build barrier on my machine and I got this error:
/Users/rizkyarlin/barrier/src/./lib/common/common.h:47:10: fatal error: 'assert.h' file not found #include <assert.h> ^~~~~~~~~~ 1 error generated. make[2]: *** [src/lib/arch/CMakeFiles/arch.dir/Arch.cpp.o] Error 1 make[1]: *** [src/lib/arch/CMakeFiles/arch.dir/all] Error 2 make: *** [all] Error 2@walker0643 commented on GitHub (Sep 10, 2018):
@AdrianKoshka - do we have a "Building on Mac" page you could link here for @rizkyarlin?
@AdrianKoshka commented on GitHub (Sep 11, 2018):
Nope, I know nothing about the build process for macOS. If someone wants to clue me in, I could add a page to the wiki,
@pciavald commented on GitHub (Oct 16, 2018):
same error here on macos 10.13, it seems xcode moved their headers in newer versions...
https://stackoverflow.com/questions/45834148/how-to-compile-synergy-on-mac-new-toolchain-from-2017
@AdrianKoshka commented on GitHub (Oct 16, 2018):
going to ping @p12tic here then.
@p12tic commented on GitHub (Oct 18, 2018):
Hey, how are you building barrier? Just doing
./clean_build.shshould be enough. I've rebuilt barrier on all of 10.12, 10.13 and 10.14 just now and saw no issues. Could it be that you're using cmake and make directly? This approach is not supported.@p12tic commented on GitHub (Oct 19, 2018):
@rizkyarlin: Ping :-)
@p12tic commented on GitHub (Oct 19, 2018):
@AdrianKoshka: What's the process of editing the wiki? I'd like to extend it with information of how to build barrier on OSX. Can't see any Edit buttons :-)
@AdrianKoshka commented on GitHub (Oct 19, 2018):
There should be one:

@p12tic commented on GitHub (Oct 20, 2018):
I don't have the
EditandNew Pagebuttons. Looks like there's some kind of permission problem. @walker0643 ?@pciavald commented on GitHub (Oct 20, 2018):
Sorry i'm out of home for the weekend i'll try it using ./clean_install.sh when i come home.
@rizkyarlin commented on GitHub (Oct 21, 2018):
Should I close this issue? I stopped trying to build Barrier on my mac since I found another solution to my problem.
@kmatt commented on GitHub (Nov 7, 2018):