Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help Please ? #347

Open
thesavannahmine opened this issue May 9, 2021 · 2 comments
Open

Help Please ? #347

thesavannahmine opened this issue May 9, 2021 · 2 comments

Comments

@thesavannahmine
Copy link

thesavannahmine commented May 9, 2021

fatal error: boost/program_options/parsers.hpp: No such file or directory
10 | #include <boost/program_options/parsers.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/Common.dir/build.make:104: src/CMakeFiles/Common.dir/Common/CommandLine.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:479: src/CMakeFiles/Common.dir/all] Error 2
make: *** [Makefile:101: all] Error 2

How do I fix this?

@thesavannahmine thesavannahmine changed the title error 1 fix? Help Please ? May 10, 2021
@DariuszO
Copy link

Install other version of libboost maybe, but i think you have already completed that problem since 9 may 😜

@JoshuaPaulBarnard
Copy link

JoshuaPaulBarnard commented Oct 5, 2023

How to Compile a CryptoNote Coin on Windows 10/11

There has been an active issue for over 5 years now when trying to build the source on modern compilers.

Here is how I was able to compile my CryptoNote Coin using Windows 10.
You can also check for any updates to this guide at my blog: https://joshuapaulbarnard.tech.blog/2023/10/04/how-to-compile-a-cryptonote-coin-on-windows-10-11/

I made this guide on Windows 10 in October, 2023.

If you need help compiling on Linux, then you can check my Ubuntu 14/16 guide.

WINDOWS DEPENDENCIES FOR CRYPTONOTE

We are going to build for 64-bit Windows.

Download the Build Tools for Visual Studio 2019 Installer
When it opens up select C++ build tools, it automatically selects the needed parts. Make sure MSVC v141 Build Tools is selected.
Install Boost v1.71.0. Select the appropriate version for your system.
Boost 64-bit

COMPILING CRYPTONOTE ON WINDOWS WITH VS2019

From the start menu, open Developer Command Prompt for VS 2019.
cd <your_cryptonote_directory>
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -A x64 .. -DBOOST_ROOT=B:/local/boost_1_71_0
MSBuild CryptoNote.sln /p:Configuration=Release /p:PlatformToolset=v141 /m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants