[GH-ISSUE #277] Check to see if VS2019 works for building on windows. #224

Closed
opened 2026-05-05 05:43:39 -06:00 by gitea-mirror · 7 comments
Owner

Originally created by @AdrianKoshka on GitHub (Apr 3, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/277

Originally created by @AdrianKoshka on GitHub (Apr 3, 2019). Original GitHub issue: https://github.com/debauchee/barrier/issues/277
gitea-mirror 2026-05-05 05:43:39 -06:00
Author
Owner

@noisyshape commented on GitHub (Apr 10, 2019):

clean_build.bat has a hard coded cmake generator string for VS2017 and there is no Qt library specifically for VS2019 yet. Changing "Visual Studio 15 2017 Win64" to "Visual Studio 16 2019" allows for a successful build. I'm running the binaries as both client and server and they seem to be fine.

<!-- gh-comment-id:481753501 --> @noisyshape commented on GitHub (Apr 10, 2019): clean_build.bat has a hard coded cmake generator string for VS2017 and there is no Qt library specifically for VS2019 yet. Changing ``"Visual Studio 15 2017 Win64"`` to ``"Visual Studio 16 2019"`` allows for a successful build. I'm running the binaries as both client and server and they seem to be fine.
Author
Owner

@AdrianKoshka commented on GitHub (Apr 10, 2019):

You do get a clean build? Odd, I remember changing that and only getting errors.

<!-- gh-comment-id:481757424 --> @AdrianKoshka commented on GitHub (Apr 10, 2019): You do get a clean build? Odd, I remember changing that and only getting errors.
Author
Owner

@noisyshape commented on GitHub (Apr 10, 2019):

I get 3 warnings, but I think they're the same warnings I get with VS2017. The only other change I made was setting the Qt version to 5.12.2. Try building again off of master and post the errors if you get any.

<!-- gh-comment-id:481769014 --> @noisyshape commented on GitHub (Apr 10, 2019): I get 3 warnings, but I think they're the same warnings I get with VS2017. The only other change I made was setting the Qt version to 5.12.2. Try building again off of master and post the errors if you get any.
Author
Owner

@AdrianKoshka commented on GitHub (Apr 10, 2019):

Ah, I was building off tag v2.1.2.

<!-- gh-comment-id:481780520 --> @AdrianKoshka commented on GitHub (Apr 10, 2019): Ah, I was building off tag `v2.1.2`.
Author
Owner

@AdrianKoshka commented on GitHub (Apr 10, 2019):

A PR to update clean_build.bat to compile against vs2019 would be appreciated, if you want to that is.

<!-- gh-comment-id:481782824 --> @AdrianKoshka commented on GitHub (Apr 10, 2019): A PR to update `clean_build.bat` to compile against vs2019 would be appreciated, if you want to that is.
Author
Owner

@noisyshape commented on GitHub (Apr 10, 2019):

Done. It looks like the Appveyor is getting a bad argument, however.

<!-- gh-comment-id:481809251 --> @noisyshape commented on GitHub (Apr 10, 2019): Done. It looks like the Appveyor is getting a bad argument, however.
Author
Owner

@AdrianKoshka commented on GitHub (Apr 10, 2019):

Appveyor has been broken for PRs.

<!-- gh-comment-id:481873099 --> @AdrianKoshka commented on GitHub (Apr 10, 2019): Appveyor has been broken for PRs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#224
No description provided.