-
Notifications
You must be signed in to change notification settings - Fork 18
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
32-bit compilation #53
Comments
I came upon this bug from using nativejson-benchmark (strangely hours after @miloyip 's push). I can duplicate this with 32-bit builds on Ubuntu Linux 14.04, gcc 4.8.2. It builds fine on 64-bit. Simple steps to reproduce outside of nativejson-benchmark:
I get the following errors and warning:
Unrelated to 32-bit (maybe should be another issue)... When running the test suite in 64-bit builds, I get the following error. I'm running it without arguments from the base directory. From strace, I do see it is finding its first test
|
Yeah, I can't say I have tested this on anything 32-bit. I'll look into fixing this sometime soon. |
When compiling the library on a 32-bit target, it generates this static assert.
I am not sure if this library supports 32-bit architecture. It was compiled successfully on 64-bit in the same platform (OS X).
The text was updated successfully, but these errors were encountered: