-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
OSX: Make install assumes system has a root group #18
Comments
Hacky changes that made installing work for me: https://gist.github.com/tmcw/7223147 |
Is 'wheel' the group with id 0 on Mac? Is 'wheel' the group things are normally installed under on Mac? We could use "-g 0" then to do the install with whatever group has id 0. On Linux systems that is root. |
Yes, looks like |
Make install work on OS/X. See osmcode/libosmium#18
- MANDIR was not a directory before; now it is - macOS has no "root" group, and -g/-o are rarely needed anyway - hat tip to osmcode/libosmium#18 - fairly-recent macOS (Mojave) still does not have 'install -D' so do 'install -d' explicitly for the parent directories, particularly for 'man8', since that probably won't exist in most people's /usr/local/share/man to begin with
Seems that this is the issue that blocks installing currently on OSX
The text was updated successfully, but these errors were encountered: