[Issue 23619] ImportC: Doesn't work with flecs.h
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 12 11:55:01 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23619
Krzysztof Jajeśnica <krzysztof.jajesnica at student.put.poznan.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |krzysztof.jajesnica at student
| |.put.poznan.pl
Depends on| |23509
--- Comment #1 from Krzysztof Jajeśnica <krzysztof.jajesnica at student.put.poznan.pl> ---
The error messages appear to be caused by the use of ecs_assert macro, which
uses assert internally.
Currently ImportC fails to compile the GLibC implementation of assert.
See this issue for more information:
https://issues.dlang.org/show_bug.cgi?id=23509
Referenced Issues:
https://issues.dlang.org/show_bug.cgi?id=23509
[Issue 23509] ImportC: Unable to parse GLibC assert.h's assert (and other
nontrivial macros?)
--
More information about the Digitalmars-d-bugs
mailing list