-
Guest1347hi
-
Guest1347why this compile on mac fails paste.debian.net/1213357
-
selstadoes not seem monero related
-
selstasomething wrong with your compiler
-
selstatry to updateit
-
selstasomehow
-
Guest1347xcode right?
-
Guest1347i didnt installed before as u said
-
selstadidn't you initially compile the program fine?
-
Guest1347yes
-
Guest1347im trying static version
-
Guest1347i download qt 5.15 and installed static version
-
Guest1347everything worked
-
Guest1347monero finds qt static library
-
Guest1347but after stuck on this
-
Guest1347i install xcode right now
-
selstagithub.com/monero-project/monero-gui/blob/master/DEPLOY.md is how we do mac gui release binaries
-
selstawe don't do static compilation directly on mac
-
Guest1347make release-static is working for me because i installed and compiled qt5.15 static
-
Guest1347not from brew
-
selstayes, but there is no reason to use static qt on mac
-
Guest1347why?
-
selstaa .app bundle contains all the dependencies automatically
-
selstawithout static compilation
-
selsta`make deploy` copies all the dependencies into the .app folder
-
Guest1347ok
-
Guest1347i didnt know that
-
selsta
-
selstasee these steps
-
Guest1347yes
-
Guest1347now after "make release" paste.debian.net/1213360
-
selstatry to remove Werror
-
selstafrom CMakeLists
-
Guest1347worked but in the end linker couldnt link static with shared library so i must install again shared qt5!
-
Guest1347selsta the same error is coming from "make deploy"
-
Guest1347make release compile without errors with release version
-
selstapost the full error
-
Guest1347
-
selstaGuest1347: post the full command you enter and the path you are in
-
Guest1347make deploy "/Users/ni/monero-gui-linux/build/release"
-
selstasomething is different with your setup
-
selstayou just have to do these steps one by one github.com/monero-project/monero-gu…ter/.github/workflows/build.yml#L61
-
selstaif you do something different it will fail
-
selstae.g. if you use openssl3 it will fail
-
selstause openssl1,1
-
selstause openssl1.1
-
selstabrew install openssl⊙1
-
Guest1347ok
-
selsta.merge+ 3705
-
xmr-prAdded