18:23:31 hi 18:24:47 why this compile on mac fails http://paste.debian.net/1213357/ 18:44:33 does not seem monero related 18:44:37 something wrong with your compiler 18:45:50 try to updateit 18:45:52 somehow 18:51:04 xcode right? 18:51:12 i didnt installed before as u said 18:53:42 didn't you initially compile the program fine? 18:54:43 yes 18:54:53 im trying static version 18:55:14 i download qt 5.15 and installed static version 18:55:21 everything worked 18:55:47 monero finds qt static library 18:55:55 but after stuck on this 18:56:15 i install xcode right now 18:57:21 https://github.com/monero-project/monero-gui/blob/master/DEPLOY.md is how we do mac gui release binaries 18:57:32 we don't do static compilation directly on mac 19:04:27 make release-static is working for me because i installed and compiled qt5.15 static 19:04:33 not from brew 19:06:39 yes, but there is no reason to use static qt on mac 19:06:50 why? 19:07:10 a .app bundle contains all the dependencies automatically 19:07:14 without static compilation 19:07:46 `make deploy` copies all the dependencies into the .app folder 19:07:57 ok 19:08:04 i didnt know that 19:08:14 https://github.com/monero-project/monero-gui/blob/master/.github/workflows/build.yml#L61 19:08:41 see these steps 19:08:59 yes 19:19:38 now after "make release" http://paste.debian.net/1213360/ 19:25:47 try to remove Werror 19:25:57 from CMakeLists 19:33:50 worked but in the end linker couldnt link static with shared library so i must install again shared qt5! 21:20:11 selsta the same error is coming from "make deploy" 21:20:31 make release compile without errors with release version 21:23:04 post the full error 21:25:46 http://paste.debian.net/1213374/ 21:33:13 Guest1347: post the full command you enter and the path you are in 21:34:29 make deploy "/Users/ni/monero-gui-linux/build/release" 21:38:11 something is different with your setup 21:38:28 you just have to do these steps one by one https://github.com/monero-project/monero-gui/blob/master/.github/workflows/build.yml#L61 21:38:34 if you do something different it will fail 21:41:14 e.g. if you use openssl3 it will fail 21:41:19 use openssl1,1 21:41:23 use openssl1.1 21:43:41 brew install openssl⊙1 21:54:37 ok 22:01:36 .merge+ 3705 22:01:36 Added