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