-
Notifications
You must be signed in to change notification settings - Fork 178
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
Cannot compile on Mac OS #252
Comments
Getting the same issue, was fixed with PR #245. It would be good to get a new version on hex that contains this fix. EDIT: In the meantime, you might try adding that flag manually yourself during compilation. If you're using make CFLAGS+="-stdlib=libc++" \
CXXFLAGS+="-stdlib=libc++" \
DRV_CFLAGS+="-stdlib=libc++" \
DRV_LDFLAGS+="-stdlib=libc++" |
@ergl thanks! It worked, yes it would be helpful to get a bumped version on hex |
@Erlg thanks for taking the time to post your fix - wasted half of yesterday on this (missed the |
Worth mentioning this fix doesn't work unless you build from the 'develop' branch as it has this #245 PR applied |
@bryanhuntesl if you're already depending on The upside of #245 is that it adds the flags only at the |
Building on macOS did not work for me with the only the changes from #245, it failed as follows:
As you can see the problem is with building Snappy, I created #258 to fix this. |
I am facing compilation errors in the
eleveldb
dependency. A complete report of the log, I have posted here: https://gist.github.com/roynalnaruto/0dab850266367d7e99e4787a98ef355funset
before I tried to compileAny help regarding this would be appreciated
The text was updated successfully, but these errors were encountered: