-
dEBRUYNE
You're welcome :)
-
takel
hello
-
takel
i change some things and try to compile with cmake but still some errors
-
takel
-
xiphon
takel: could you provide me all the steps needed to reproduce the evironment you are using to build it for Android?
-
takel
yes 1min
-
takel
-
takel
xiphon any news?
-
selsta
takel: I think he asked about your dockerfile you are using
-
takel
-
takel
on makefile i added this
paste.debian.net/1166957
-
takel
i hope that he wont be confused from that mes
-
takel
im trying lot of tricks
-
takel
the issue here is how to add android.toolchain.cmake from qt to find what is need for compiling
-
takel
or to keep pro file and compile with qmake
-
takel
both dont work now
-
selsta
.pro file will get removed so would be good to get android cmake working
-
takel
which toolchain to use
-
takel
xiphon did u understood anything from that dockerfile
-
selsta
.merge+ 3153
-
xmr-pr
Added
-
selsta
-
selsta
.merges
-
xmr-pr
3131 3138 3141 3143 3145 3147 3150 3153
-
xmr-pr
selsta opened pull request #3153: build: prepare v0.17.1.0
-
xmr-pr
-
selsta
luigi1111w: tested with all PRs ^, so whenever you have time you can merge and tag afterwards (also v0.17.1.0)
-
luigi1111w
great
-
takel
hello
-
luigi1111w
.merges
-
xmr-pr
3131 3138 3141 3143 3145 3147 3150 3153
-
luigi1111w
.merges
-
xmr-pr
Merge queue empty
-
selsta
luigi1111w: good to tag, thanks
-
luigi1111w
plz check
-
selsta
looks correct
-
takel
hello
-
xmr-pr
Belfor-IT opened issue #3154: Getting wrong device error with the ledger (0x6a30 expected 0x9000
-
xmr-pr
-
takel
why is set(QT5_LIBRARIES and find package on cmakelists.txt
-
takel
why is set(QT5_LIBRARIES and not find package on cmakelists.txt
-
xiphon
takel: we use Qt 5.9.9
-
xiphon
ut doesn't support cmake that well, there were some problems with find_package (i don't recall the exact issues)
-
takel
yes i understand but i try to use find
-
takel
because without find is not possible
-
takel
what else is important to change on cmakelists.txt?
-
xiphon
based on what errors you get
-
takel
yep
-
takel
but can u suggest smth
-
takel
for example is crucial to find pkg_Config_path or not
-
takel
this pkg pc files are useful?
-
xiphon
pkg_config is critical
-
xiphon
yep
-
takel
i change cmake_System_name from "android" to "android1" to avoid some automatic checks that cmake does and break compiling
-
takel
but now cmake cant find that this is arm64_v8a
-
takel
how to set arch on the begining of cmakelists.txt
-
kinghat[m]
are you guys building in a container or on host directly?
-
kinghat[m]
i thought there was a container around that built gui but i dont remember where
-
takel
im trying with last version of qt
-
takel
qt5.15
-
takel
that container was working with qt5.11
-
kinghat[m]
which container?
-
takel
dockerfile sorry
-
takel
now because cmake install broke qmake install even that wont work
-
takel
xiphon there is a "set(ARCH " on the begining of cmakelists.txt but that one didnt change smth
-
xiphon
is the CMake configuration option
-
xiphon
set it to the target arch
-
takel
i did it but nothing changed
-
takel
set(ARCH "arm84-v8a" CACHE STRING "Target architecture")
-
takel
set(ARCH "arm64-v8a" CACHE STRING "Target architecture")
-
xiphon
what did you exepect to be changed?
-
takel
to understand that all libraries and files has _arm64-v8a
-
xiphon
guess it should be "armv8-a"
-
takel
Qt5Multimedia_arm64-v8a.pc
-
takel
from dockerimage
-
xiphon
ARCH is the target processor architecture
-
xiphon
is the compiler option
-
xiphon
what bytecode it should produce (binaries)
-
xiphon
and it also used to adjust the compiler flags
-
xiphon
we still have old build.sh script in the tree
-
xiphon
you could use it as before (though it is not maintained anymore0
-
takel
is not working
-
takel
even with qt5.11
-
xiphon
could you post the error log?
-
selsta
takel: also make sure to aplpy this
monero-project/monero-gui #3148
-
takel
-
takel
yes selsta i insert it
-
xiphon
^ is not build.sh error log
-
takel
is cmake
-
takel
im not running build.sh
-
takel
cmake
-
xiphon
if you could upload your docker image
-
xiphon
i would love to look into the issue
-
takel
all image not dockerfile?
-
selsta
-
selsta
this was posted today
-
xiphon
^ having some compilation errors with the Dockerfile
-
selsta
ah ok
-
xiphon
i'm trying to build it on a VPS, so might be OOM issue
-
takel
how to extract all image
-
xiphon
docker save <image_name> > <filename>
-
xiphon
<filename> will be uncompressed
-
xiphon
so compressing it to .tar.xz for example
-
takel
cowardly refusing to save to a terminal. Use the -o flag or redirect
-
takel
what to do here
-
takel
is not a finished dockerimage
-
xiphon
you can build it till the point you try to invoke the cmake Monero gui build
-
takel
a ok