-
Notifications
You must be signed in to change notification settings - Fork 98
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
base64.hpp compile error on big endian (powerpc) #44
Comments
I also noticed that json support isn't completely implemented (missing blocks of code where the base64 decode function should be used), and will silently fail. Why not move json support to a branch until it is ready for use? |
Since as JSON support has been implemented for YAS, indeed, YAS has not been tested on the BE machine...
Can you explain please? |
See this block of code: yas/include/yas/types/utility/buffer.hpp Line 123 in ce73bbb
I would assume that block is where |
Because I'm still not sure whether support for serializing If you have the opportunity to fix |
I'm more focused on binary serialization, so I just removed the base64.h file and everything that references it. I looked at the code for a bit, but it wasn't a trivial fix. Sorry. It's hard to get time to fix something, I'm not going to use. :) I was actually thinking of just ripping out the json flag and everything that referred it, but that was a bit too ambitious. |
I get this error when compiling on powerpc:
And then dozens of similar errors:
(And so on.)
Seems like big endian hasn't compiled in a while (ever?).
The text was updated successfully, but these errors were encountered: