Thread overview
[Issue 23619] ImportC: Doesn't work with flecs.h
Jan 13, 2023
Iain Buclaw
Apr 09, 2023
Walter Bright
January 12, 2023
https://issues.dlang.org/show_bug.cgi?id=23619

Krzysztof Jajeśnica <krzysztof.jajesnica@student.put.poznan.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krzysztof.jajesnica@student
                   |                            |.put.poznan.pl
         Depends on|                            |23509

--- Comment #1 from Krzysztof Jajeśnica <krzysztof.jajesnica@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?)
--
January 13, 2023
https://issues.dlang.org/show_bug.cgi?id=23619

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
April 09, 2023
https://issues.dlang.org/show_bug.cgi?id=23619

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |DUPLICATE

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---


*** This issue has been marked as a duplicate of issue 23509 ***

--
April 10, 2023
https://issues.dlang.org/show_bug.cgi?id=23619
Issue 23619 depends on issue 23509, which changed state.

Issue 23509 Summary: ImportC: need statement expressions extension for GLibC's assert() https://issues.dlang.org/show_bug.cgi?id=23509

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--