I have created jengelh/virtualbox#7 - even though I am not very good at testing all works in the new git workflow (yet), I have locally built this variant using both…
Just including #include <linux/types.h> does not work. Even with it I'm getting tons of error: unknown type name 'bool' failures (using gcc-14).
Doing the following works with gcc-15,…
True, but in the case of gcc-14 and -nostdinc we need to keep the old typedef, I cannot see a way around that, so the result would have one more #if - one branch for a C23 compiler, one for a…
Well, that is what my patch tried to do, but when compiling with -nostdinc that is not an option.
I am testing replacing the patch with:
--- include/iprt/types.h.orig 2025-05-28 09:43:50.881454540 +0000
+++ include/iprt/types.h 2025-05-28 13:38:47.385394708 +0000
@@ -282,7…
I admit I only tested the change locally (I don't know how to do this kind of remote build in the new git workflow) with: `oosc build --clean --no-service --alternative-project home:jamborm:gcc1…