mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #921] Cannot compile for mac OSX 10.7 (Lion) ? #734
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#734
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 @hcampan on GitHub (Oct 20, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/921
Hi all,
I'm trying to compile barrier for a low-end Mac on OSX 10.7 (Lion) to use it as client. Compiling starts, but hangs with several CMakeLists.txt errors. I'm maybe trying something impossible. If so, tell me. Debugging compiling is way above my abilities.
Here are versions of tools I have:
MacPorts 2.6.3
$ cmake --version
$ g++ --version
$ gcc --version
Here is what I get:
$ ./clean_build.sh
@p12tic commented on GitHub (Jan 10, 2021):
@hcampan The only alternative I can think of is to use another mac and compile for an older SDK. IIRC Xcode 8.0 supports going back to OSX 10.6 by manually installing that SDK within Xcode bundle.
@hcampan commented on GitHub (Jan 13, 2021):
Hi, thanks @p12tic for your input.
Too complex for my abilities.
I've put this project aside for now.
Cheers.