Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: conflicts between object.size_t and importC size_t #20709

Open
kassane opened this issue Jan 15, 2025 · 0 comments
Open

Windows: conflicts between object.size_t and importC size_t #20709

kassane opened this issue Jan 15, 2025 · 0 comments
Labels
Feature:ImportC Pertaining to ImportC support

Comments

@kassane
Copy link
Contributor

kassane commented Jan 15, 2025

DMD/LDC2 get same problem!

.\src\imgui\package.d(1252,6): Error: `size_t` matches conflicting symbols:
C:\hostedtoolcache\windows\ldc2\af128eaa\x64\ldc2-af128eaa-windows-multilib\bin\..\import\object.d(62,1):        alias `object.size_t`
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.42.34433\include/vcruntime.h(188,38):        alias `dcimgui.size_t`

Note: on Linux and MacOS no problem

References

@dkorpel dkorpel added the Feature:ImportC Pertaining to ImportC support label Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:ImportC Pertaining to ImportC support
Projects
None yet
Development

No branches or pull requests

2 participants