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 on compiling for Win64 #3167

Closed
onemoreitguy opened this issue Jan 21, 2018 · 6 comments
Closed

Help on compiling for Win64 #3167

onemoreitguy opened this issue Jan 21, 2018 · 6 comments
Labels

Comments

@onemoreitguy
Copy link

Hello guys,
I've followed the instructions to build on a Windows 7 (and also 10) but I get compile errors over and over.
first: I got the openssl
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
I manage to overcome by installing OpenSSL and setting manually the variable location paths on CMakeCache.txt
But the errors of libraries not found keep going over and over as more as I

I assume that I'm doing something wrong from the beginning. Any can provide some clues?

@moneromooo-monero
Copy link
Collaborator

Install the others too ?

@onemoreitguy
Copy link
Author

onemoreitguy commented Jan 21, 2018

  1. Initial dependency compile dependency failures (OPENSSL)

Install MSYS2 with the defaults (root of the C: drive) will not generate initial dependency failures

  1. failure: C:/msys64/mingw64/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)

it will continue compile if install GIT (?!): pacman -S git

  1. Compilation failure: [ 51%] Building CXX object contrib/epee/src/CMakeFiles/epee_readline.dir/readline_buffer.cpp.obj
    C:/msys64/home/test/monero-master/contrib/epee/src/readline_buffer.cpp:4:10: fatal error: sys/select.h: No such file or directory

(stuck now)

@moneromooo-monero
Copy link
Collaborator

Fixed in #3155

@onemoreitguy
Copy link
Author

I was about to write that.
I guess I didn't dig enough on the info.

Thanks and continue the good work ;)

@moneromooo-monero
Copy link
Collaborator

+invalid

@vans163
Copy link

vans163 commented Nov 3, 2018

This issue is present if you compile from /d/ or if msys is on /d/ drive or a combo of both. Basically only works if both are on your /c/.

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

No branches or pull requests

4 participants