Bitcoin Forum
April 25, 2024, 08:45:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 »  All
  Print  
Author Topic: Why can't I compile the bitcoin source code?  (Read 881 times)
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 26, 2020, 07:28:01 AM
Last edit: July 26, 2020, 08:04:02 AM by BlackHatCoiner
 #1

I'm trying to build the source code in windows 10 with visual studio 2017 but I'm so confused! I've made my searches here on this forum but nothing, only linux answers. They say that everything is written here: https://github.com/bitcoin/bitcoin/blob/master/build_msvc/README.md but I don't get it. It tells me that I have to download libraries, how exactly?? Because I can't find the instructions in build-windows.md

Also, do I have to do one of these or all of them?


When I try to compile in visual studio I get these errors:
Code:
C:\Users\LE\Pictures\coin\build_msvc\libbitcoinconsensus\libbitcoinconsensus.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\testconsensus\testconsensus.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\bitcoind\bitcoind.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_util\libbitcoin_util.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_util\libbitcoin_util.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_common\libbitcoin_common.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_common\libbitcoin_common.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_crypto\libbitcoin_crypto.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_crypto\libbitcoin_crypto.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_server\libbitcoin_server.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_server\libbitcoin_server.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\libunivalue\libunivalue.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_wallet\libbitcoin_wallet.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_wallet\libbitcoin_wallet.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_zmq\libbitcoin_zmq.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_zmq\libbitcoin_zmq.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\test_bitcoin\test_bitcoin.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_cli\libbitcoin_cli.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_cli\libbitcoin_cli.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\bitcoin-cli\bitcoin-cli.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\bench_bitcoin\bench_bitcoin.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\bench_bitcoin\bench_bitcoin.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\bitcoin-tx\bitcoin-tx.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\bitcoin-wallet\bitcoin-wallet.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_wallet_tool\libbitcoin_wallet_tool.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_wallet_tool\libbitcoin_wallet_tool.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\libsecp256k1\libsecp256k1.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\libleveldb\libleveldb.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_qt\libbitcoin_qt.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\bitcoin-qt\bitcoin-qt.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.

C:\Users\LE\Pictures\coin\build_msvc\libtest_util\libtest_util.vcxproj : error  : Project "C:\Users\LE\Pictures\coin\build_msvc\libtest_util\libtest_util.vcxproj" could not be found.

C:\Users\LE\Pictures\coin\build_msvc\test_bitcoin-qt\test_bitcoin-qt.vcxproj : warning  : The build tools for v142 cannot be found. Install v142 to build using the v142 build tools.


.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714077937
Hero Member
*
Offline Offline

Posts: 1714077937

View Profile Personal Message (Offline)

Ignore
1714077937
Reply with quote  #2

1714077937
Report to moderator
1714077937
Hero Member
*
Offline Offline

Posts: 1714077937

View Profile Personal Message (Offline)

Ignore
1714077937
Reply with quote  #2

1714077937
Report to moderator
1714077937
Hero Member
*
Offline Offline

Posts: 1714077937

View Profile Personal Message (Offline)

Ignore
1714077937
Reply with quote  #2

1714077937
Report to moderator
joniboini
Legendary
*
Offline Offline

Activity: 2170
Merit: 1789



View Profile WWW
July 26, 2020, 11:53:42 AM
 #2

You don't have the required build tools. v142 is included in Visual Studio 2019. So either upgrade your Visual Studio or edit the Platform Toolset settings. CMIIW.

See:
https://stackoverflow.com/questions/56901371/how-to-install-v142-build-tools-in-visual-studio
https://developercommunity.visualstudio.com/content/problem/591541/missing-v142-toolset-vs2019-installed.html

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 27, 2020, 09:32:57 AM
 #3

I just installed visual studio 2019 with v142. This is what it returns when I try to build it:

Code:
1>------ Build started: Project: libbitcoinconsensus, Configuration: Debug Win32 ------
2>------ Build started: Project: libunivalue, Configuration: Debug Win32 ------
3>------ Build started: Project: libsecp256k1, Configuration: Debug Win32 ------
4>------ Build started: Project: libleveldb, Configuration: Debug Win32 ------
2>univalue.cpp
2>univalue_get.cpp
2>univalue_read.cpp
2>univalue_write.cpp
2>Generating Code...
2>libunivalue.vcxproj -> C:\Users\LE\Pictures\coin\build_msvc\Win32\Debug\libunivalue\libunivalue.lib
3>secp256k1.c
3>C:\Users\LE\Pictures\coin\src\secp256k1\src\util.h(11,10): fatal error C1083: Cannot open include file: 'libsecp256k1-config.h': No such file or directory
3>Done building project "libsecp256k1.vcxproj" -- FAILED.
5>------ Build started: Project: libbitcoin_qt, Configuration: Debug Win32 ------
6>------ Build started: Project: bitcoin-cli, Configuration: Debug Win32 ------
4>builder.cc
4>c.cc
4>dbformat.cc
4>db_impl.cc
1>arith_uint256.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>merkle.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>tx_check.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>aes.cpp
1>chacha20.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>hmac_sha256.cpp
1>hmac_sha512.cpp
1>ripemd160.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>sha1.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>sha256.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>sha256_sse4.cpp
1>sha512.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>hash.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>block.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>transaction.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>pubkey.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>bitcoinconsensus.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>interpreter.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>script.cpp
1>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
1>script_error.cpp
1>Generating Code...
1>Compiling...
1>uint256.cpp
1>strencodings.cpp
1>Generating Code...
1>Done building project "libbitcoinconsensus.vcxproj" -- FAILED.
7>------ Build started: Project: testconsensus, Configuration: Debug Win32 ------
5>Performing libbitcoin_qt moc code include generation task, output path .\QtGeneratedFiles\qt.
7>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_util\libbitcoin_util.vcxproj' does not exist.
5>C:\Qt5.9.8_x64_static_vs2019\bin\moc.exe  "..\..\src\qt\bitcoinamountfield.cpp" -o .\QtGeneratedFiles\qt\bitcoinamountfield.moc.
5>C:\Qt5.9.8_x64_static_vs2019\bin\moc.exe  "..\..\src\qt\intro.cpp" -o .\QtGeneratedFiles\qt\intro.moc.
5>C:\Qt5.9.8_x64_static_vs2019\bin\moc.exe  "..\..\src\qt\overviewpage.cpp" -o .\QtGeneratedFiles\qt\overviewpage.moc.
4>db_iter.cc
5>C:\Qt5.9.8_x64_static_vs2019\bin\moc.exe  "..\..\src\qt\rpcconsole.cpp" -o .\QtGeneratedFiles\qt\rpcconsole.moc.
5>The system cannot find the path specified.
5>C:\Users\LE\Pictures\coin\build_msvc\libbitcoin_qt\libbitcoin_qt.vcxproj(168,5): error MSB3073: The command "C:\Qt5.9.8_x64_static_vs2019\bin\moc.exe  "..\..\src\qt\bitcoinamountfield.cpp" -o .\QtGeneratedFiles\qt\bitcoinamountfield.moc" exited with code 3.
5>Done building project "libbitcoin_qt.vcxproj" -- FAILED.
8>------ Build started: Project: bitcoin-tx, Configuration: Debug Win32 ------
6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_cli\libbitcoin_cli.vcxproj' does not exist.
6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_crypto\libbitcoin_crypto.vcxproj' does not exist.
6>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_util\libbitcoin_util.vcxproj' does not exist.
6>bitcoin-cli.cpp
6>C:\Users\LE\Pictures\coin\src\bitcoin-cli.cpp(7,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
6>Done building project "bitcoin-cli.vcxproj" -- FAILED.
7>testconsensus.cpp
7>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
7>Done building project "testconsensus.vcxproj" -- FAILED.
4>dumpfile.cc
8>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_common\libbitcoin_common.vcxproj' does not exist.
8>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_crypto\libbitcoin_crypto.vcxproj' does not exist.
4>filename.cc
4>log_reader.cc
8>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_util\libbitcoin_util.vcxproj' does not exist.
8>bitcoin-tx.cpp
8>C:\Users\LE\Pictures\coin\src\bitcoin-tx.cpp(6,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
8>Done building project "bitcoin-tx.vcxproj" -- FAILED.
4>log_writer.cc
4>memtable.cc
4>repair.cc
4>table_cache.cc
4>version_edit.cc
4>version_set.cc
4>write_batch.cc
4>memenv.cc
4>block.cc
4>block_builder.cc
4>filter_block.cc
4>format.cc
4>Generating Code...
4>Compiling...
4>iterator.cc
4>merger.cc
4>table.cc
4>table_builder.cc
4>two_level_iterator.cc
4>arena.cc
4>bloom.cc
4>cache.cc
4>coding.cc
4>comparator.cc
4>crc32c.cc
4>env.cc
4>env_windows.cc
4>filter_policy.cc
4>hash.cc
4>histogram.cc
4>logging.cc
4>options.cc
4>status.cc
4>Generating Code...
4>libleveldb.vcxproj -> C:\Users\LE\Pictures\coin\build_msvc\Win32\Debug\libleveldb\libleveldb.lib
9>------ Build started: Project: bitcoind, Configuration: Debug Win32 ------
10>------ Build started: Project: test_bitcoin, Configuration: Debug Win32 ------
11>------ Build started: Project: bitcoin-wallet, Configuration: Debug Win32 ------
12>------ Build started: Project: bitcoin-qt, Configuration: Debug Win32 ------
9>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_common\libbitcoin_common.vcxproj' does not exist.
9>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_crypto\libbitcoin_crypto.vcxproj' does not exist.
9>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_server\libbitcoin_server.vcxproj' does not exist.
9>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_util\libbitcoin_util.vcxproj' does not exist.
9>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_wallet\libbitcoin_wallet.vcxproj' does not exist.
9>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_zmq\libbitcoin_zmq.vcxproj' does not exist.
10>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_cli\libbitcoin_cli.vcxproj' does not exist.
10>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_common\libbitcoin_common.vcxproj' does not exist.
10>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_crypto\libbitcoin_crypto.vcxproj' does not exist.
10>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_server\libbitcoin_server.vcxproj' does not exist.
10>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_util\libbitcoin_util.vcxproj' does not exist.
10>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_wallet\libbitcoin_wallet.vcxproj' does not exist.
10>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_zmq\libbitcoin_zmq.vcxproj' does not exist.
10>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libtest_util\libtest_util.vcxproj' does not exist.
11>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_cli\libbitcoin_cli.vcxproj' does not exist.
11>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_common\libbitcoin_common.vcxproj' does not exist.
11>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_crypto\libbitcoin_crypto.vcxproj' does not exist.
11>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_server\libbitcoin_server.vcxproj' does not exist.
11>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_util\libbitcoin_util.vcxproj' does not exist.
11>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_wallet\libbitcoin_wallet.vcxproj' does not exist.
11>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_zmq\libbitcoin_zmq.vcxproj' does not exist.
11>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_wallet_tool\libbitcoin_wallet_tool.vcxproj' does not exist.
12>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_cli\libbitcoin_cli.vcxproj' does not exist.
12>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_common\libbitcoin_common.vcxproj' does not exist.
12>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_crypto\libbitcoin_crypto.vcxproj' does not exist.
12>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_server\libbitcoin_server.vcxproj' does not exist.
12>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_util\libbitcoin_util.vcxproj' does not exist.
12>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_wallet\libbitcoin_wallet.vcxproj' does not exist.
12>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1850,5): warning : The referenced project '..\libbitcoin_zmq\libbitcoin_zmq.vcxproj' does not exist.
11>bitcoin-wallet.cpp
9>bitcoind.cpp
11>C:\Users\LE\Pictures\coin\src\bitcoin-wallet.cpp(6,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
9>C:\Users\LE\Pictures\coin\src\bitcoind.cpp(7,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
12>main.cpp
12>C:\Users\LE\Pictures\coin\src\qt\bitcoin.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
11>Done building project "bitcoin-wallet.vcxproj" -- FAILED.
9>Done building project "bitcoind.vcxproj" -- FAILED.
13>------ Build started: Project: test_bitcoin-qt, Configuration: Debug Win32 ------
12>Done building project "bitcoin-qt.vcxproj" -- FAILED.
13>Performing test_bitcoin-qt moc generation task, output path .\QtGeneratedFiles\qt\moc.
10>addrman_tests.cpp
13>The system cannot find the path specified.
13>C:\Users\LE\Pictures\coin\build_msvc\test_bitcoin-qt\test_bitcoin-qt.vcxproj(103,5): error MSB3073: The command "C:\Qt5.9.8_x64_static_vs2019\bin\moc.exe  "..\..\src\qt\test\addressbooktests.h" -o .\QtGeneratedFiles\qt\moc\moc_addressbooktests.cpp" exited with code 3.
13>Done building project "test_bitcoin-qt.vcxproj" -- FAILED.
10>C:\Users\LE\Pictures\coin\src\clientversion.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>allocator_tests.cpp
10>C:\Users\LE\Pictures\coin\src\util\system.h(14,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>amount_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\endian.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>arith_uint256_tests.cpp
10>C:\Users\LE\Pictures\coin\src\test\arith_uint256_tests.cpp(5,10): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
10>base32_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>base58_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>base64_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>bech32_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>bip32_tests.cpp
10>C:\Users\LE\Pictures\coin\src\test\bip32_tests.cpp(5,10): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
10>blockchain_tests.cpp
10>C:\Users\LE\Pictures\coin\src\test\blockchain_tests.cpp(5,10): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
10>blockencodings_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>blockfilter_index_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>blockfilter_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>bloom_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\endian.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>bswap_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\byteswap.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>checkqueue_tests.cpp
10>C:\Users\LE\Pictures\coin\src\util\system.h(14,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>coins_tests.cpp
10>C:\Users\LE\Pictures\coin\src\clientversion.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>compilerbug_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>compress_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>crypto_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>Generating Code...
10>Compiling...
10>cuckoocache_tests.cpp
10>C:\Users\LE\Pictures\coin\src\test\cuckoocache_tests.cpp(4,10): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
10>dbwrapper_tests.cpp
10>C:\Users\LE\Pictures\coin\src\clientversion.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>denialofservice_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>descriptor_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>flatfile_tests.cpp
10>C:\Users\LE\Pictures\coin\src\clientversion.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>fs_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>getarg_tests.cpp
10>C:\Users\LE\Pictures\coin\src\util\system.h(14,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>hash_tests.cpp
10>C:\Users\LE\Pictures\coin\src\clientversion.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>key_io_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>key_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>limitedmap_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>logging_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>main.cpp
10>C:\Users\LE\Pictures\coin\src\test\main.cpp(10,10): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
10>mempool_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\endian.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>merkleblock_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\endian.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>merkle_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>miner_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>multisig_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>netbase_tests.cpp
10>C:\Users\LE\Pictures\coin\src\netbase.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>net_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>Generating Code...
10>Compiling...
10>pmt_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>policyestimator_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\endian.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>pow_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>prevector_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\endian.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>raii_event_tests.cpp
10>C:\Users\LE\Pictures\coin\src\test\raii_event_tests.cpp(5,10): fatal error C1083: Cannot open include file: 'event2/event.h': No such file or directory
10>random_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>reverselock_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>rpc_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>sanity_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>scheduler_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>scriptnum_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>script_p2sh_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>script_standard_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>script_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>serialize_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\endian.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>settings_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>sighash_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>sigopcount_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>skiplist_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>streams_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\endian.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>Generating Code...
10>Compiling...
10>sync_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>timedata_tests.cpp
10>C:\Users\LE\Pictures\coin\src\netaddress.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>torcontrol_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>transaction_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>txindex_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>txvalidationcache_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>txvalidation_tests.cpp
10>C:\Users\LE\Pictures\coin\src\validation.h(10,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>uint256_tests.cpp
10>C:\Users\LE\Pictures\coin\src\compat\endian.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>blockfilter.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>logging.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>mining.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>net.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>setup_common.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>str.cpp
10>transaction_utils.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>wallet.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>util_tests.cpp
10>C:\Users\LE\Pictures\coin\src\util\system.h(14,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>util_threadnames_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>validationinterface_tests.cpp
10>C:\Users\LE\Pictures\coin\src\test\validationinterface_tests.cpp(5,10): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
10>validation_block_tests.cpp
10>C:\Users\LE\Pictures\coin\src\test\validation_block_tests.cpp(5,10): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
10>Generating Code...
10>Compiling...
10>validation_flush_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>validation_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>versionbits_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>coinselector_tests.cpp
10>C:\Users\LE\Pictures\coin\src\optional.h(10,10): fatal error C1083: Cannot open include file: 'boost/optional.hpp': No such file or directory
10>db_tests.cpp
10>C:\Users\LE\Pictures\coin\src\wallet\test\db_tests.cpp(7,10): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
10>init_tests.cpp
10>C:\Users\LE\Pictures\coin\src\wallet\test\init_tests.cpp(5,10): fatal error C1083: Cannot open include file: 'boost/test/unit_test.hpp': No such file or directory
10>init_test_fixture.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>ismine_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>psbt_wallet_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>scriptpubkeyman_tests.cpp
10>C:\Users\LE\Pictures\coin\src\crypto\common.h(9,10): fatal error C1083: Cannot open include file: 'config/bitcoin-config.h': No such file or directory
10>wallet_crypto_tests.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>wallet_tests.cpp
10>C:\Users\LE\Pictures\coin\src\optional.h(10,10): fatal error C1083: Cannot open include file: 'boost/optional.hpp': No such file or directory
10>wallet_test_fixture.cpp
10>C:\Users\LE\Pictures\coin\src\fs.h(14,10): fatal error C1083: Cannot open include file: 'boost/filesystem.hpp': No such file or directory
10>Generating Code...
10>Done building project "test_bitcoin.vcxproj" -- FAILED.
========== Build: 2 succeeded, 11 failed, 0 up-to-date, 0 skipped ==========

What do I do wrong again? Have I forgotten something?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 27, 2020, 10:10:16 AM
 #4

It looks like generic error message where you set the path for the source code incorrectly, but i might be wrong since i never compile Bitcoin Core from Windows.

P.S. it might be good idea to mention what command or parameter do you use to compile Bitcoin Core

I put the bitcoin.sln to VS and then I click build. Simple as that.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
BitMaxz
Legendary
*
Offline Offline

Activity: 3234
Merit: 2942


Block halving is coming.


View Profile WWW
July 27, 2020, 08:26:03 PM
 #5

I put the bitcoin.sln to VS and then I click build. Simple as that.

Did you follow the step on GitHub from the top to the end?

It seems you have same problem with the same issue from the Bitcoin Github page and until now he does not solve his issue.
You can check it from here https://github.com/bitcoin/bitcoin/issues/17864

Then try to do some solution given from other users there who succeed in compiling it with Visual Studio.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 28, 2020, 09:07:52 AM
 #6

Ahh... What's wrong with me... I try to install the dependencies and I get the following error on installing boost-filesystem:


.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
July 28, 2020, 10:18:28 PM
 #7

And what error(s) or info is shown in "C:\Users\LE\Pictures\vcpkg-master\buildtrees\bzip2\msys-pacman-x86-windows-err.log"? Huh

Anything useful that might give a clue as to why the bash.exe command failed? Huh

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 29, 2020, 11:38:49 AM
 #8

And what error(s) or info is shown in "C:\Users\LE\Pictures\vcpkg-master\buildtrees\bzip2\msys-pacman-x86-windows-err.log"? Huh

Anything useful that might give a clue as to why the bash.exe command failed? Huh

msys-pacman-x86-windows-err.log returns me this:
Code:
error: mingw32: key "4A6129F4E4B84AE46ED7F635628F528CF3053E04" is unknown
error: key "4A6129F4E4B84AE46ED7F635628F528CF3053E04" could not be looked up remotely
error: mingw64: key "4A6129F4E4B84AE46ED7F635628F528CF3053E04" is unknown
error: key "4A6129F4E4B84AE46ED7F635628F528CF3053E04" could not be looked up remotely
error: msys: key "4A6129F4E4B84AE46ED7F635628F528CF3053E04" is unknown
error: key "4A6129F4E4B84AE46ED7F635628F528CF3053E04" could not be looked up remotely
error: database 'mingw32' is not valid (invalid or corrupted database (PGP signature))
error: database 'mingw64' is not valid (invalid or corrupted database (PGP signature))
error: database 'msys' is not valid (invalid or corrupted database (PGP signature))

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 29, 2020, 12:00:07 PM
 #9

Admit that I'm unlucky please...  Cheesy Tongue
What do I have to do now? Is there any other way to compile it with visual studio 2017/2019?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 29, 2020, 05:55:39 PM
 #10



Sorry for the double post but I think that I'm unluckier than I thought... I tried to do it with the linux way. I installed ubuntu on my windows 10. Why do I get this error on installng g++mingw-w64-x86-64 ?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Rath_
aka BitCryptex
Legendary
*
Offline Offline

Activity: 1876
Merit: 3131



View Profile
July 29, 2020, 06:02:54 PM
Last edit: July 29, 2020, 06:15:38 PM by BitCryptex
 #11

Sorry for the double post but I think that I'm unluckier than I thought... I tried to do it with the linux way. I installed ubuntu on my windows 10. Why do I get this error on installng g++mingw-w64-x86-64 ?

It should be "g++-mingw-w64-x86-64" and not "g++mingw-w64-x86-64". You forgot to put "-" before "mingw".
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 29, 2020, 06:20:11 PM
 #12

Thanks. Build notes say that I have to do this in order to build the source code:
Code:
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
sudo bash -c "echo 0 > /proc/sys/fs/binfmt_misc/status" # Disable WSL support for Win32 applications.
cd depends
make HOST=x86_64-w64-mingw32
cd ..
./autogen.sh # not required when building from tarball
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/
make
sudo bash -c "echo 1 > /proc/sys/fs/binfmt_misc/status" # Enable WSL support for Win32 applications.

Am I starting it right?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Rath_
aka BitCryptex
Legendary
*
Offline Offline

Activity: 1876
Merit: 3131



View Profile
July 29, 2020, 06:23:44 PM
 #13

Am I starting it right?

Yes, it seems to be fine. Proceed with the instructions and post once there are any specific errors with which we might be able to help.
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 29, 2020, 06:28:50 PM
 #14

Am I starting it right?

Yes, it seems to be fine. Proceed with the instructions and post once there are any specific errors with which we might be able to help.

Code:
sudo bash -c "echo 0 > /proc/sys/fs/binfmt_misc/status" 
What about that? I don't copy it, right? Because, when I did, it returned that:



Also, in my "coin" folder there is the bitcoin 0.20.0 source code. Do I have to move it to C:\ ? Like that: C:\coin ?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Rath_
aka BitCryptex
Legendary
*
Offline Offline

Activity: 1876
Merit: 3131



View Profile
July 29, 2020, 06:46:36 PM
 #15

What about that? I don't copy it, right? Because, when I did, it returned that:

I have just noticed that you have changed "$PATH" to "C:\coin". Don't modify anything. Leave it at "$PATH" and it should work.
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 29, 2020, 06:52:00 PM
Last edit: July 29, 2020, 07:24:38 PM by BlackHatCoiner
 #16



Explain me please what am I doing wrong. @BitCryptex

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 29, 2020, 08:26:26 PM
 #17

@ETFbitcoin, it seems that it now works:


About that:
Code:
cd ..
./autogen.sh # not required when building from tarball
What exactly do I write? cd.. and then ./atogen.sh or both at the same line?

Btw, thanks, for helping me guys  Wink

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Rath_
aka BitCryptex
Legendary
*
Offline Offline

Activity: 1876
Merit: 3131



View Profile
July 29, 2020, 08:29:27 PM
 #18

What exactly do I write? cd.. and then ./atogen.sh or both at the same line?

Execute them separately. They were put in the separate lines intentionally. You could write them in the same line by putting "&&" between them, but that's completely redundant.
BlackHatCoiner (OP)
Legendary
*
Online Online

Activity: 1498
Merit: 7281


Farewell, Leo


View Profile
July 29, 2020, 08:36:57 PM
 #19

What exactly do I write? cd.. and then ./atogen.sh or both at the same line?

Execute them separately. They were put in the separate lines intentionally. You could write them in the same line by putting "&&" between them, but that's completely redundant.



I'm waiting for some minutes. Nothing seems to happen.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Rath_
aka BitCryptex
Legendary
*
Offline Offline

Activity: 1876
Merit: 3131



View Profile
July 29, 2020, 08:43:22 PM
 #20

I'm waiting for some minutes. Nothing seems to happen.

"make" started the compilation. You should see that your computer is under load in the task manager. Give it a few more minutes.
Pages: [1] 2 3 4 5 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!