Questions tagged [building]

6 questions
3
votes
1 answer

Could not find Boost libraries or Version is too old

I tried to compile Monero Core for Debian platform, but I got this error Could not find Boost libraries, please make sure you have installed Boost or libboost-all-dev (1.58) or the equivalent. What should I do in order to resolve this problem?
SerHack
  • 550
  • 4
  • 22
1
vote
1 answer

Building Monero From Source on Windows 10 Pro

I am following the Windows Guide here to compile from Source: https://github.com/monero-project/monero When I enter the command: make release-static-win64 I get the following error: > spencer@aleph4 MINGW64 /c/Users/Spencer/Monero > # make…
Spencer
  • 185
  • 7
1
vote
1 answer

How do I compile monero with debugging symbols?

I've tried make debug but when I try to set a breakpoint in gdb I see this: Reading symbols from build/release/bin/monerod...done. (gdb) b tx_pool.cpp:225 No source file named tx_pool.cpp. Make breakpoint pending on future shared library load? (y or…
jcktm
  • 21
  • 3
1
vote
1 answer

Can't verify Gitian deterministic build signatures with GPG

I pulled this repo: https://github.com/monero-project/gitian.sigs Using GPG 2.2.17 on windows 7 x64. Imported contributors' pub keys by python verify-merge.py -i with no problems and gpg --list-keys shows it's okay. When I try to check signature…
finnan
  • 141
  • 5
0
votes
1 answer

Building Monero Fails but works?

I am building Monero from source on Ubunto 16.04 LTS. Eventually, it gets to 98% but then gives an error. However, I am still able to run monerod. Can anyone elaborate as to what has happened? (I have tried building on Ubunto 14.04 and 17.04 with…
James
  • 301
  • 1
  • 3
  • 14
0
votes
3 answers

Failing to build from source on OpenBSD

I am trying to build Monero according to the official instructions for OpenBSD but I get the following error: […] [ 42%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/mlocker.cpp.o [ 42%] Building CXX object…
kaktus
  • 1