[Issue 23864] importC fails on assert( pointer != NULL )

2023-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23864 Walter Bright changed: What|Removed |Added Keywords||ImportC Status|NEW

[Issue 23864] importC fails on assert( pointer != NULL )

2023-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23864 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23864] importC fails on assert( pointer != NULL )

2023-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23864 --- Comment #5 from Walter Bright --- (In reply to Steven Schveighoffer from comment #3) > Walter, this is the same issue I got when building stb_image.h (one of them) Your's appears to be a completely different problem, which is:

[Issue 23864] importC fails on assert( pointer != NULL )

2023-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23864 --- Comment #4 from Walter Bright --- (In reply to emteria_wegwerf from comment #2) > I get > > $ dmd test.i > test.c(8): Error: expression expected, not `{` This is because of the expression statement. This problem was fixed with:

[Issue 23864] importC fails on assert( pointer != NULL )

2023-04-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23864 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@gmail.com --- Comment #3

[Issue 23864] importC fails on assert( pointer != NULL )

2023-04-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23864 --- Comment #2 from emteria_wegw...@web.de --- I get $ dmd test.i test.c(8): Error: expression expected, not `{` test.c(8): Error: found `if` when expecting `)` test.c(8): Error: found `;` when expecting `)` test.c(8): Error: found `else` when

[Issue 23864] importC fails on assert( pointer != NULL )

2023-04-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23864 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1