mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1537] Building on macOS fails with both Homebrew and MacPorts installed #1160
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#1160
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 @thebitstick on GitHub (Jan 23, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1537
What happened?
I use Homebrew for Casks and MacPorts for command line tools.
I have all my dependencies in
/opt/local/for MacPorts.When I first tried to build, it seems like the build script prefers Homebrew, even if it detects MacPorts.
After removing Homebrew from my
$PATH, I was able to build successfully.I readded Homebrew to my
$PATHand confirmed that it is the case that it doesn't build.Version
From Git HEAD or commit (specify below)
Git commit hash (if applicable)
433126e7a1If applicable, where did you install Barrier from?
No response
What OSes are you seeing the problem on? (Check all that apply)
macOS
What OS versions are you using?
macOS 12.1, Darwin 21.2.0, ARM64, on a Macbook Air M1
Relevant log output
No response
Any other information
No response
@thejasonfisher commented on GitHub (Feb 11, 2022):
https://github.com/debauchee/barrier/pull/1562
The SDK/version check in this PR may help. This is a test release build on my M1 with 12.2.1: https://github.com/thejasonfisher/barrier/releases/download/macos-monterey-fixes/barrier-2.4.0-macOS-12.0-arm64-test.zip