-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
wrote manpage in c3c.1 and added manpage install to CMakeLists.txt #1581
Conversation
Thank you! |
I think this actually broke the MacOS brew install --head. Copying a man page fails with operation not permitted and homebrew doesn't support sudo installs. I switched to the using brew install --head instead of compiling myself because of lld being moved into a separate package on homebrew and I couldn't find any info about setting an LLD cmake flag akin to the LLVM_DIR for compling on at the latest and it seemed easier but now the whole thing fails because of the man page sudo priviledges. |
Maybe I should create a new issue for this and reference? |
We could place the man page in different pages on MacOS perhaps? |
I had a friend point out a similar issue with MacOS to me on their M2- brew had also installed their man pages directory to a different location, I think it was |
Actually that X11 man page is probably not standard maybe brew installed that. I'll check it out. |
Does it work now after the patch? |
If you mean: does it work after this particular merge I am commenting on... The answer is I made the comment because the merge caused the break. The latest |
Looks like there was a new patch which fixed it today! Coolio. |
Addressing #1377