-
Notifications
You must be signed in to change notification settings - Fork 911
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
Build fails on clang 3.9, 4 & 5 (not 6) #544
Comments
Awesome that you've got a conan package for Aeron! Thanks! Changing to |
You're welcome! :) Yeah, Here are the settings & options passed to conan when building the package:
|
@tmontgomery how do you feel about moving to a convention that each file can compile on its own with dependencies? If a header has dependencies it includes them. This should address such issues. |
We have this somewhat in the C driver. But, yes, some includes should be moved to the headers in the C++ API. |
…pedFile.h to include type 'off_t' before usage. Fixes aeron-io#544
I've created a conan package for aeron. It fails when building with clang (except version 6) with the following error:
PR #315 changed usages of
size_t
tooff_t
. Was this really necessary to make it compile for windows?Any suggestions for a workaround?
The text was updated successfully, but these errors were encountered: