windows build boinc error

Message boards : Questions and problems : windows build boinc error
Message board moderation

To post messages, you must log in.

AuthorMessage
maxOOoo

Send message
Joined: 17 Nov 19
Posts: 5
China
Message 93749 - Posted: 17 Nov 2019, 6:32:33 UTC
Last modified: 17 Nov 2019, 6:34:14 UTC

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.
ID: 93749 · Report as offensive
maxOOoo

Send message
Joined: 17 Nov 19
Posts: 5
China
Message 93750 - Posted: 17 Nov 2019, 6:38:43 UTC - in response to Message 93749.  

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.
ID: 93750 · Report as offensive
Profile Keith Myers
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 17 Nov 16
Posts: 863
United States
Message 93751 - Posted: 17 Nov 2019, 6:50:40 UTC

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.
ID: 93751 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 93752 - Posted: 17 Nov 2019, 6:52:57 UTC

ID: 93752 · Report as offensive
maxOOoo

Send message
Joined: 17 Nov 19
Posts: 5
China
Message 93753 - Posted: 17 Nov 2019, 7:16:30 UTC - in response to Message 93751.  

thanks. let me try
ID: 93753 · Report as offensive
maxOOoo

Send message
Joined: 17 Nov 19
Posts: 5
China
Message 93755 - Posted: 17 Nov 2019, 7:38:21 UTC

It seems that these errors exist in GitHub CI as well
ID: 93755 · Report as offensive
Profile Joseph Stateson
Volunteer tester
Avatar

Send message
Joined: 27 Jun 08
Posts: 641
United States
Message 93762 - Posted: 17 Nov 2019, 17:26:06 UTC - in response to Message 93750.  
Last modified: 17 Nov 2019, 17:45:00 UTC

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.


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
ID: 93762 · Report as offensive
maxOOoo

Send message
Joined: 17 Nov 19
Posts: 5
China
Message 93767 - Posted: 18 Nov 2019, 5:33:10 UTC

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.
ID: 93767 · Report as offensive

Message boards : Questions and problems : windows build boinc error

Copyright © 2024 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.