-
Notifications
You must be signed in to change notification settings - Fork 135
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
Compile error: JSON::Value lacks overload for size_t (unsigned long) on MacOS #214
Comments
Cross-referencing #215 |
Would making this code conditional with |
It would make it work on Apple, sure (assuming that Apple behaves the same on x86 and arm - which I'm not sure of, honestly). But there are probably other platforms with the same problem, so a comparison of the width of |
My concern there is that I don't understand |
Yup, you're absolutely right. However, thankfully Meson is capable of compiling and running "code snippets" to do these kind of tasks. So we can totally run such a snippet to see if the extra functions are needed or not, and then define a variable based on the outcome. |
My colleague @stronk-dev (whom is also a Mac user) has volunteered to handle this actually! Expect it to land shortly ^_^ |
Below is one of many similar errors:
The text was updated successfully, but these errors were encountered: