[GH-ISSUE #80] building on win 10 #62

Closed
opened 2026-05-05 04:53:47 -06:00 by gitea-mirror · 7 comments
Owner

Originally created by @miramardesign on GitHub (Jul 1, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/80

Operating Systems

Win 10

Barrier Version

1.9.

Steps to reproduce bug

git clone -> looks for exe --> trys build installer -->

o build a 64-bit Windows installer:

  • set Q_BUILD_TYPE=Release in build_env.bat
  • also set other environmental overrides necessary for your build environment
  • run clean_build.bat to build Barrier and verify that it succeeds
  • re-run this script to create the installation package

creates build_env.bat with setting -->

clean_build.bat
Bonjour: C:\Program Files\Bonjour SDK
Qt: C:\Qt\5.6.3\msvc2015_64
'cmake' is not recognized as an internal or external command,
operable program or batch file.
Build failed

--> looks for exe online.

Originally created by @miramardesign on GitHub (Jul 1, 2018). Original GitHub issue: https://github.com/debauchee/barrier/issues/80 ### Operating Systems ### Win 10 ### Barrier Version ### 1.9. ### Steps to reproduce bug ### git clone -> looks for exe --> trys build installer --> > o build a 64-bit Windows installer: > - set Q_BUILD_TYPE=Release in build_env.bat > - also set other environmental overrides necessary for your build environment > - run clean_build.bat to build Barrier and verify that it succeeds > - re-run this script to create the installation package > creates build_env.bat with setting --> clean_build.bat Bonjour: C:\Program Files\Bonjour SDK Qt: C:\Qt\5.6.3\msvc2015_64 'cmake' is not recognized as an internal or external command, operable program or batch file. Build failed --> looks for exe online.
Author
Owner

@p12tic commented on GitHub (Jul 1, 2018):

Seems that you don't have CMake installed.

<!-- gh-comment-id:401612426 --> @p12tic commented on GitHub (Jul 1, 2018): Seems that you don't have CMake installed.
Author
Owner

@miramardesign commented on GitHub (Jul 1, 2018):

no. basically i need documentation on that . googled. but a lot of sources.

<!-- gh-comment-id:401612487 --> @miramardesign commented on GitHub (Jul 1, 2018): no. basically i need documentation on that . googled. but a lot of sources.
Author
Owner

@miramardesign commented on GitHub (Jul 1, 2018):

https://cmake.org/download/ ?

<!-- gh-comment-id:401612515 --> @miramardesign commented on GitHub (Jul 1, 2018): https://cmake.org/download/ ?
Author
Owner

@miramardesign commented on GitHub (Jul 1, 2018):

C:\Users\hazz\Documents\barrier>clean_build.bat
Bonjour: C:\Program Files\Bonjour SDK
Qt: C:\Qt\5.6.3\msvc2015_64
CMake Error at CMakeLists.txt:19 (project):
Generator

Visual Studio 15 2017 Win64

could not find any instance of Visual Studio.

-- Configuring incomplete, errors occurred!
See also "C:/Users/hazz/Documents/barrier/build/CMakeFiles/CMakeOutput.log".
Build failed

looks like a fun dependency... needs an install guide for frontend devs

<!-- gh-comment-id:401612898 --> @miramardesign commented on GitHub (Jul 1, 2018): C:\Users\hazz\Documents\barrier>clean_build.bat Bonjour: C:\Program Files\Bonjour SDK Qt: C:\Qt\5.6.3\msvc2015_64 CMake Error at CMakeLists.txt:19 (project): Generator Visual Studio 15 2017 Win64 could not find any instance of Visual Studio. -- Configuring incomplete, errors occurred! See also "C:/Users/hazz/Documents/barrier/build/CMakeFiles/CMakeOutput.log". Build failed looks like a fun dependency... needs an install guide for frontend devs
Author
Owner

@W4RH4WK commented on GitHub (Jul 18, 2018):

See #93 I just went through the build process without any issues.

<!-- gh-comment-id:405992182 --> @W4RH4WK commented on GitHub (Jul 18, 2018): See #93 I just went through the build process without any issues.
Author
Owner

@ghost commented on GitHub (Aug 2, 2018):

@miramardesign When installing Visual Studio make sure 'Desktop development with C++' is chosen under 'Workloads' tab.

<!-- gh-comment-id:409862690 --> @ghost commented on GitHub (Aug 2, 2018): @miramardesign When installing Visual Studio make sure 'Desktop development with C++' is chosen under 'Workloads' tab.
Author
Owner

@walker0643 commented on GitHub (Sep 8, 2018):

Inactive for over a month. Please reopen as a documentation request if you still feel that our docs are lacking. Thanks!

<!-- gh-comment-id:419674273 --> @walker0643 commented on GitHub (Sep 8, 2018): Inactive for over a month. Please reopen as a documentation request if you still feel that our docs are lacking. Thanks!
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#62
No description provided.