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 MSVC compilation problem #60

Closed
mcoret opened this issue Dec 5, 2022 · 4 comments
Closed

Windows MSVC compilation problem #60

mcoret opened this issue Dec 5, 2022 · 4 comments

Comments

@mcoret
Copy link

mcoret commented Dec 5, 2022

Hi,
I'm trying to compile the project using Visual Studio 19, and I get the following error: error C2065: 'SIGWINCH': undeclared identifier. I cannot find such definition in MSVC. MSYS64 version compiles without problems.
Thank you!

@gavinhoward
Copy link
Owner

What version are you trying to compile?

If it's the latest master , I have some changes there to fix a FreeBSD bug that I suspected would break the Windows build. I guess I was right.

Usually, I wait until release time to fix Windows build bugs, but I'll boot Windows and push a fix later today if that will fix your problem. I'll also have a release coming soon with new stuff.

I hope this helps.

@mcoret
Copy link
Author

mcoret commented Dec 5, 2022

Ah, OK, thank you again!
Yes, it's the master branch.

@gavinhoward
Copy link
Owner

I've pushed e1205ea which should fix the problem for now. Can you confirm for me?

@mcoret
Copy link
Author

mcoret commented Dec 6, 2022

Hi, I can confirm, everything is OK!

@mcoret mcoret closed this as completed Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants