-
m-relay
<tzadiko:matrix.org> When I try to make with make release-win64 -j4 it states I'm missing x86_64-w64-mingw32-g++.
-
m-relay
<tzadiko:matrix.org> I have the Monero prerequisites
-
m-relay
<tzadiko:matrix.org> ```
-
m-relay
<tzadiko:matrix.org> CMake Error at CMakeLists.txt:2 (project):
-
m-relay
<tzadiko:matrix.org> The CMAKE_CXX_COMPILER:
-
m-relay
<tzadiko:matrix.org> x86_64-w64-mingw32-g++
-
m-relay
<tzadiko:matrix.org> is not a full path and was not found in the PATH. Perhaps the extension is
-
m-relay
<tzadiko:matrix.org> missing?
-
m-relay
<tzadiko:matrix.org> ```
-
m-relay
<ofrnxmr:xmr.mx> hm. The readme says to use `release-win64` so idk
-
m-relay
<ofrnxmr:xmr.mx> Did you try just `make`?
-
m-relay
<tzadiko:matrix.org> Weird I see it in my `mingw64/bin`
-
m-relay
<ofrnxmr:xmr.mx> plowsof
-
m-relay
<ofrnxmr:xmr.mx> Tz?
-
m-relay
<tzadiko:matrix.org> Yeah I get an error
-
m-relay
<tzadiko:matrix.org> ```
-
m-relay
<tzadiko:matrix.org> Submodule 'external/miniupnp' is not up-to-date. Please update all
-
m-relay
<tzadiko:matrix.org> submodules with
-
m-relay
<tzadiko:matrix.org> git submodule update --init --force
-
m-relay
<tzadiko:matrix.org> or run cmake with **-DMANUAL_SUBMODULES=1
-
m-relay
<tzadiko:matrix.org> ```
-
m-relay
<tzadiko:matrix.org> Indeed I'm using a custom path for the Monero submodule. This is my `.git/config`
-
m-relay
<tzadiko:matrix.org> ```
-
m-relay
<tzadiko:matrix.org> [core]
-
m-relay
<tzadiko:matrix.org> I ahve `mingw-w64-x86_64-openssl` installed. It can be found in `/mingw64/bin/openssl`
-
m-relay
<ofrnxmr:xmr.mx> Did you checkout recursively?
-
m-relay
<ofrnxmr:xmr.mx> Did you clone* recursively?
-
m-relay
<tzadiko:matrix.org> No, Im not sure if I should do that if I have my own submodule path
-
m-relay
<tzadiko:matrix.org> Ill try it
-
m-relay
<ofrnxmr:xmr.mx> I'd checkout recursively, then navigate into it, apply my changes, then build
-
m-relay
<tzadiko:matrix.org> Same issue, can't find OPENSSL_ROOT_DIR
-
m-relay
<tzadiko:matrix.org> I built the GUI from source on Linux (WSL), moved it to Ubuntu Desktop, and got this when I tried to run it
-
m-relay
<tzadiko:matrix.org> ```
-
m-relay
<tzadiko:matrix.org> tomer@Monero:~/From Windows$ ./monero-wallet-gui
-
m-relay
<tzadiko:matrix.org> Illegal instruction (core dumped)
-
m-relay
<tzadiko:matrix.org> ```
-
m-relay
<tzadiko:matrix.org> Maybe Ill just try to build it on the same VirtualBox that I want to run it. I'll do that after sparring 🥊
-
plowsof
considered Docker?
-
plowsof
Dockerfile (linux windows android) will create a build environment for your to build monero gui