need help with simple importC

Dakota dakota at gmail.com
Mon Feb 26 13:22:56 UTC 2024


On Monday, 26 February 2024 at 07:44:02 UTC, Dakota wrote:
> I am use importC from linux, get this error:
>
>
> ```sh
> /usr/include/x86_64-linux-gnu/bits/floatn-common.h(214): Error: 
> illegal combination of type specifiers
> /usr/include/x86_64-linux-gnu/bits/floatn-common.h(251): Error: 
> illegal combination of type specifiers
> /usr/include/x86_64-linux-gnu/bits/floatn-common.h(268): Error: 
> illegal combination of type specifiers
> /usr/include/x86_64-linux-gnu/bits/floatn-common.h(285): Error: 
> illegal combination of type specifiers
> /usr/include/x86_64-linux-gnu/bits/floatn-common.h(285): Error: 
> illegal type combination
> ```
>
> [...]


I use ldmd2 1.37.0-beta1 trigger this error.


change to dmd v2.107.1-rc.1 fix the problem.


More information about the Digitalmars-d-learn mailing list