-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adjust scripts, Cmake for OSX. Updates README #96
Conversation
Does it make sense, then, to instead inline the use of Additionally, it looks like this PR includes some trailing whitespace in a few files (namely, |
@HalosGhost Thanks for the feedback. Resolving the linting issues now. As for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This worked for me on an M1 Mac. Although at first after following the steps when I ran ./scripts/build.sh
, I got:
CMake Error at CMakeLists.txt:4 (project):
The CMAKE_C_COMPILER:
/Applications/Xcode.app/Contents/Developer/usr/bin/clang
is not a full path to an existing compiler tool.
I had to run
sudo xcode-select -switch /Library/Developer/CommandLineTools
And then everything worked.
This might make sense to include in the |
@HalosGhost Maybe |
I had already installed it, it looks like the issue can be caused by:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add cmake to brew install list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My apologies for the multiple reviews (open-source/GH newbie ...)
@davebryson I took another look, and Alex has had occasion to do another clean build using your changes, and they all look set. Can you squash a single commit, and then I shall merge it? |
@davebryson it looks like you merged back in from trunk, but didn't squash (resulting in 10 commits to pull rather than 1). |
@HalosGhost Yea I pulled to merge the latest by accident. But haven't done the squash yet. Sorry for the mis-leading message |
Signed-off-by: Dave Bryson <daveb@miceda.org> Updated scripts, cmake, and README for building on OSX
@HalosGhost Squash is done. I had to back out the latest merges from dci/trunk. |
@davebryson these changes look solid and I'm ready to merge but I just wanted to double-check one thing with you. You've included a DCO sign-off, so as far as we're concerned, this is set from an IP perspective. However, because your sign-off isn't at the end of the commit message, $ git interpret-trailers --parse <this-commit-as-a-patch-file>
$ This might mean that you're not credited appropriately for the commit. If you're worried about that, you can amend the commit message so that the sign-off is in its own paragraph at the end of the commit message (contiguously with any other trailers):
Which $ git interpret-trailers --parse <the-updated-commit-patch>
Signed-off-by: Dave Bryson <daveb@miceda.org> Feel free to push the amended commit if you want to fix it; otherwise, ping me and I'll merge! |
Conferred offline; @davebryson asked for it to be merged. |
Signed-off-by: Dave Bryson
Changes:
sudo ./configure.sh
fails as brew can't be called with sudobuild
information to READMEReferences: #94