Message boards : Questions and problems : windows build boinc error
Message board moderation
Author | Message |
---|---|
Send message Joined: 17 Nov 19 Posts: 5 ![]() |
hi, I am a C++ language beginner. I want to build BOINC in windows, but I get some error. first I use git clone BOINC for GitHub, and clone boinc_depends_win_vs2013. ![]() then I open E:\boinc\win_build\boinc_vs2013.sln ![]() I get the error, then I move boinc_depends_win_vs201 to boinc folder. ![]() then I try to build again. ![]() I don't know how to do it. I use Windows 10 and Visual Studio 2013. sorry, my English is bad. |
Send message Joined: 17 Nov 19 Posts: 5 ![]() |
I think because the buildenv file does not work correctly, what should I do with it. I want to build a client with RPC communication, which one should I choose. |
![]() ![]() Send message Joined: 17 Nov 16 Posts: 906 ![]() |
Maybe post onto the BOINC Github site for help. They use both appveyor and travis for the automatic Windows builds. Certainly those two environments have somebody to assist you. |
![]() Send message Joined: 29 Aug 05 Posts: 15632 ![]() |
Please use the documentation: https://boinc.berkeley.edu/trac/wiki/CompileClient |
Send message Joined: 17 Nov 19 Posts: 5 ![]() |
thanks. let me try |
Send message Joined: 17 Nov 19 Posts: 5 ![]() |
It seems that these errors exist in GitHub CI as well |
![]() ![]() Send message Joined: 27 Jun 08 Posts: 642 ![]() |
I think because the buildenv file does not work correctly, what should I do with it. You should be able to build the client w/o running that buildenv file. With following structure src ------boinc_master ------boinc_depends_win_vs2013 You should be able, from vs2013, to open " \src\boinc-master\win_build\boinc_vs2013.sln" right click on the client "boinc" and select build. This will generate "win32" and "debug" options ![]() If eventually you want to make a Linux version of your program, and plan to use GIT for source control, you might want to look at this |
Send message Joined: 17 Nov 19 Posts: 5 ![]() |
I try this https://boinc.berkeley.edu/forum_thread.php?id=12285&postid=84740#84740 move the file to c:/src/boinc and c:/src/boinc_depends_win_vs2013 and cd C:\src\boinc\win_build run buildenv type release platform x64 build all it is work Thank you for your help. |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.