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

_vsnprintf clashes with a function in mingw's stdio.h header #130

Closed
eyalroz opened this issue Jun 2, 2022 · 0 comments
Closed

_vsnprintf clashes with a function in mingw's stdio.h header #130

eyalroz opened this issue Jun 2, 2022 · 0 comments
Labels
bug Something isn't working platform-incompatibility The library is making assumptions causing it to fail on platforms where they do not hold. resolved-on-develop A changeset fixing this issue has been commiutted to the development branch

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jun 2, 2022

Apparently, the mingw environment's C standard header stdio.h has a function named _vsnprintf; this clashes with our _vsnprintf - at least in the test program which includes printf.c.

@eyalroz eyalroz added bug Something isn't working platform-incompatibility The library is making assumptions causing it to fail on platforms where they do not hold. labels Jun 2, 2022
@eyalroz eyalroz added the resolved-on-develop A changeset fixing this issue has been commiutted to the development branch label Jun 3, 2022
eyalroz added a commit that referenced this issue Oct 17, 2022
…h with `stdio.h` in the msys2 environment.
@eyalroz eyalroz closed this as completed Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform-incompatibility The library is making assumptions causing it to fail on platforms where they do not hold. resolved-on-develop A changeset fixing this issue has been commiutted to the development branch
Projects
None yet
Development

No branches or pull requests

1 participant