Build failure on powerpc: error: static assertion failed: "size", error: destructor priorities are not supported
#22
Replies: 3 comments 7 replies
-
|
Hi, I've checked and this assertion is not critical for functionality, just an early sanity check for possible issues when the code possibly used on rare architectures. Unfortunately, I don't have access to this arch via GH actions, and I would not be able to test it. So I could only suggest to try to comment this line, and go ahead, run CEX tests and etc. Maybe there are some other assertions down the code. Generally speaking CEX was tested on 32-bit and big-endian, but it always depends on specific arch. |
Beta Was this translation helpful? Give feedback.
-
There is a workaround if you need to use special compiler command, this is for mingw32 example
These are build system flags |
Beta Was this translation helpful? Give feedback.
-
|
You can get all available flags help by calling |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@alexveden Could you please take a look? This is on 32-bit powerpc (Big-endian, of course):
Beta Was this translation helpful? Give feedback.
All reactions