-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Error: an attribute list cannot appear here JSON_HEDLEY_DEPRECATED_FOR #2342
Comments
A failing build when removing the constraints nlohmann_json<3.7: |
Which compiler and operating system are you using? Is it a supported compiler? |
Ok, it seems that you dropped support for xcode 8. Sorry for the noise. |
No, no compiler support was consciously dropped. This seems to be an issue with Hedley. I will check. |
So which exact compiler did you use? |
I was using the clang from the travis "xcode8" OS X image. |
That image seems to be a bit abandoned by Travis and Homebrew. I am currently struggling to install CMake and Ninja there, so I'm not close to the error you reported yet... |
I just triggered a buld with xcode 8 for xtl: xtensor-stack/xtl#199 This should show the issue. Note: we are seeing this in other repositories, because we have the same pattern in many where we install our dependencies from conda. |
Also using Hedley? |
We are not using Hedley. |
Here is the failing build: https://travis-ci.com/github/xtensor-stack/xtl/jobs/369629906 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I am also getting the same issue with clang-3.6. In fact all my clang builds are failing. Is that compiler not supported? |
@t-b No it does not. I am using v3.9.1 |
Can you please try again with the |
@nlohmann the version in the By the way, thank you for the job you have done with this nice library. |
I have the same issue, and it was solved by using the |
Switching from Xcode 8 to Xcode 9 in Travis CI also solves the issue. |
develop branch worked for me. Thanks for the great package! :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
With nlohmann_json 3.8 and 3.9, including 3.9.1 (but not with earlier versions such as 3.7), we are getting the following error in our builds on OS X (xcode 8).
develop
branchThe text was updated successfully, but these errors were encountered: