13:52:12 hello 13:52:38 anyone here knows how to compile mac static build 13:53:05 non-static build and work well but static cant because of qt 13:54:44 I sent you the tutorial link yesterday. That's what we use for Mac release binderies. Did something not work? 13:54:55 yes 13:55:16 CMake Error at CMakeLists.txt:287 (find_library): 13:55:23 Could not find Qt5QuickTemplates2_LIBRARY using the following names: 13:58:22 Did you set the correct cmake prefix path? 13:59:06 i did find / -name clang_64 13:59:15 but this file was not found 14:01:12 it's the path where you install qt5 14:01:43 i added bin path 14:01:55 i checked and qmake -v was working 14:03:46 no 14:03:49 bin path is wrong 14:04:13 you have to set the clang_64 folder 14:04:22 else it misses the libraries... 14:04:43 yes but find / -name clang_64 didnt find smth 14:05:21 send me your full bin path 14:05:38 ok 14:25:06 "/usr/local/Cellar/qt@5/5.15.2/lib" 14:25:14 output from qmake -v 14:29:10 Guest13: you can't use brew Qt for this 14:29:15 you have to install with the installer 14:29:37 ok! 14:34:51 i even edit cask file and insert "-static" but even this didnt work 14:35:08 no 14:35:17 installer is required 14:35:32 yes i downloaded 14:35:42 but requires xcode 14:35:47 xcode need appstore appstore need id that i dont remember 14:35:54 hell really 14:36:41 as far as I know xcode isn't required 14:36:47 it will say xcode is required but you can continue 14:36:59 i did the same in my VM, I don't have xcode installed 14:42:09 yep! 14:42:59 is possible to download 5.15 or is no difference 14:43:34 I tried with 5.12 14:43:36 don't know about 5.15 15:25:17 " CMAKE_PREFIX_PATH=/Users/name/Qt5.12.11/5.12.11/clang_64 make release-static" 15:25:30 same error 15:26:23 you have to do make release not make release-static 15:27:18 make release will create a static build? 15:27:32 it will create an .app bundle that you can open on a different computer 15:27:56 the libraries are included in the .app 15:28:41 ok so brew create executables only that needs library 15:29:26 if i find libraries and insert on folder executable will work? 15:29:43 like inserting all dll manually that windows need 15:39:39 compile finished but no .app in build folder 15:44:59 did you do the make deploy step? 15:47:19 sorry confused 15:47:23 now i'll do it 15:47:31 i forgot to do make deploy 15:47:46 i thought that make release was enough 16:22:01 after running codesign --deep --force --verify --verbose --options runtime --timestamp --entitlements entitlements.plist --sign 'XXXXXXXXXX' monero-wallet-gui.app \i have error: "The specified item could not be found in the keychain." 16:22:26 what i need to insert on xxxxxxxx 16:26:26 you don't need "Codesigning and notarizing" part 16:26:35 it requires an apple developer account 16:27:19 the other steps yes? 16:27:28 make deploy should be enough 16:27:33 now copy it to the other mac and test it 16:28:28 all bin folder right? 16:30:51 monero-wallet-gui.app is enough 16:35:20 i must?? Replace the monerod binary inside monero-wallet-gui.app/Contents/MacOS/ with one built using deterministic builds / gitian 16:36:26 I don't know 16:36:38 who wrote that? 16:36:44 must be some reason 16:36:47 I wrote it 16:36:52 we do it for release binaries 16:37:00 I don't know if it's necessary 16:37:37 ok 16:37:49 thnx a lot selsta 23:46:35 Hello, is this the appropriate channel for GUI wallet support? 23:56:12 Yes.