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

Build error with mingw32/msys using gcc 6.3.0 #46

Closed
satori80 opened this issue Oct 3, 2017 · 1 comment
Closed

Build error with mingw32/msys using gcc 6.3.0 #46

satori80 opened this issue Oct 3, 2017 · 1 comment

Comments

@satori80
Copy link

satori80 commented Oct 3, 2017

Error:

win_utils.c:506:39: error: '_TRUNCATE' undeclared (first use in this function)
Int res = vsnprintf_s(buffer, 8192, _TRUNCATE, format, args);

I had to solve another definition issue also, but I can't even start to guess what _TRUNCATE should define as.

@rhash
Copy link
Owner

rhash commented Oct 3, 2017

The problem is already solved in the master branch by commit a3e64cb

@satori80 satori80 closed this as completed Oct 3, 2017
@rhash rhash added the done The issue is fixed/applied/implemented label Jul 17, 2020
@rhash rhash added can't reproduce and removed done The issue is fixed/applied/implemented labels Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants