Building the native VM with a recent compiler (GCC 16) #498
Replies: 1 comment
-
|
Thanks for the report and the workaround. There was a genuine bug behind the warning: It was also a latent logic/leak bug, since both callers test the result for Fixed in #499 (merged to master, and cherry-picked to the native, stackless, and wasm branches) by freeing the buffer and returning |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to build the project locally and faced a compiler error both on master and on the native-final tag. The solution? Adding
CFLAGS=-Wno-error=incompatible-pointer-typesin front of thesh build.shinvocation.Error for reference:
Beta Was this translation helpful? Give feedback.
All reactions