Conversation
|
PR #272 contains all the steps to build the android packages on a clean environment. assume that your PATH is corrupted by a previous installation of the ndk-toolchain or not all configure-options are set, or the ndk-toolchain is not in the PATH. changing files as user in /opt is not a good idea in my opinion submodules (as monero does) are a bad, as they usually cause issues (eg monero-project/monero#3825) and in your description for example no mention of the requirement of |
|
i think this is void with the new docker build system |
|
Agreed, void. |
I'm trying to get stagenet running, so I tried compiling the external libraries myself.
I added
android-opensslandmoneroas submodules and adjusted the build instructions accordingly. However when trying to build monero, I get an error saying "Boost older than 1.62 is too old to link with OpenSSL 1.1 or newer.".I think I did all the previous steps correctly, it finds the previously compiled OpenSSL library, but then somehow says it's using the include dir at
/usr/include. Also the version atopt/android/build/opensslis1.1.0g, but it should be1.0.2lI suppose?https://paste.fedoraproject.org/paste/cIfShW44LwH7JzpoZ4WOVA
Any tips what I'm doing wrong?