mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #213] Build failing on Mac OSX #173
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#173
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 @ignac on GitHub (Dec 29, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/213
I'm using homebrew on my machine, but I also have /opt/local (dependencies for unrelated app) and cmake defaults to /opt/local for libssl.a so build fails with
make[2]: *** No rule to make target '/opt/local/lib/libssl.a', needed by 'bin/barrierc'. Stop.Later build fails on Barrier_dmg target with following error:
Scanning dependencies of target Barrier_dmgcp: barrier:: No such file or directoryotool (version 8.1.0) adds ':' to binary name, sample output:
barrier:/usr/local/opt/qt/lib/QtWidgets.framework/Versions/5/QtWidgets (compatibility version 5.12.0, current version 5.12.0)...Parsing first line fails self-reference test in reref_dylibs.sh
@AdrianKoshka commented on GitHub (Dec 29, 2018):
What version of MacOS are you using?
@ignac commented on GitHub (Dec 30, 2018):
I'm running 10.12 Sierra (locked by corp policy ...)
@ignac commented on GitHub (Dec 31, 2018):
PR #214 was merged, this can be closed.