Martin Jambor jamborm
  • Joined on 2024-07-29
jamborm created pull request jengelh/chocolate-doom#1 2025-06-10 18:34:34 +02:00
Fix building with GCC 15 [boo#1244418]
jamborm pushed to master at jamborm/chocolate-doom 2025-06-10 18:32:59 +02:00
a8a70b610f Fix building with GCC 15 [boo#1244418]
jamborm created repository jamborm/chocolate-doom 2025-06-10 18:22:56 +02:00
jamborm commented on pull request jengelh/virtualbox#6 2025-06-03 18:41:36 +02:00
Fix building with GCC 15 [boo#1242085]

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…

jamborm created pull request jengelh/virtualbox#7 2025-06-03 18:39:49 +02:00
Fix building kmp flavor broken by the previous commit
jamborm pushed to master at jamborm/virtualbox 2025-06-03 18:37:43 +02:00
7e94d2ce18 - Adjust gentoo-C23.patch to fix building the kmp flavor which was
jamborm commented on pull request jengelh/virtualbox#6 2025-05-30 16:04:21 +02:00
Fix building with GCC 15 [boo#1242085]

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,…

jamborm commented on pull request jengelh/virtualbox#6 2025-05-29 13:11:29 +02:00
Fix building with GCC 15 [boo#1242085]

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…

jamborm commented on pull request jengelh/virtualbox#6 2025-05-28 21:12:05 +02:00
Fix building with GCC 15 [boo#1242085]

Well, that is what my patch tried to do, but when compiling with -nostdinc that is not an option.

jamborm created repository jamborm/virtualbox 2025-05-28 17:27:01 +02:00
jamborm commented on pull request jengelh/virtualbox#6 2025-05-28 15:50:23 +02:00
Fix building with GCC 15 [boo#1242085]

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…
jamborm commented on pull request jengelh/virtualbox#6 2025-05-28 11:15:44 +02:00
Fix building with GCC 15 [boo#1242085]

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…

jamborm created pull request jengelh/schily#1 2025-05-27 23:40:16 +02:00
Add -std=gnu17 to compilation flags to build with GCC 15. [boo#1241945]
jamborm pushed to master at jamborm/schily 2025-05-27 23:38:27 +02:00
980327f426 Add -std=gnu17 to compilation flags to build with GCC 15. [boo#1241945]
jamborm created repository jamborm/schily 2025-05-27 23:33:45 +02:00
jamborm created pull request jengelh/virtualbox#6 2025-05-27 17:26:24 +02:00
Fix building with GCC 15 [boo#1242085]