-
rbrunner
Any quick idea why the Linux GUI wallet does not want to compile anymore for me like it did a few days ago?
paste.centos.org/view/c644ebc3
-
rbrunner
I already rebased my working branch to latest GUI master but did not yet complete delete the "Monero" subdirectory. Would you recommend that as the next step?
-
rbrunner
Hmmm, problem persists after completely removing the "monero" folder. Can it be that right now the GUI wallet does not compile because something is not yet merged?
-
selsta
rbrunner: no, it compiles fine currently
-
selsta
try deleting build folder + monero folder
-
selsta
and make sure you are on latest master
-
rbrunner
selsta: Thanks, deleting the GUI build directory in addition to "monero" finally worked. Seems not so smart then, that recompile capability :)
-
italocoin
Hey guys, so i am building the GUI with release-static i got all working but the GUI just won't minimize on MAC, what do i miss?
-
italocoin
@xiphon
-
italocoin
btw if i disable custom design it minimize
-
selsta
bug in your code?
-
italocoin
can't be
-
italocoin
works fine on windows
-
italocoin
and plus
-
italocoin
its not my code i compiled monero
-
italocoin
i compile all libs on mac with brew
-
italocoin
do i need to compile someting from source?
-
italocoin
i made macdeploy from qt bin folder
-
selsta
I don’t know about static compile.
-
italocoin
who compiles monero-gui bins?
-
selsta
But Monero does not have issues with close button.
-
italocoin
not close
-
italocoin
minimize
-
italocoin
close works fine
-
selsta
also no issues with minimize button
-
selsta
try different Qt version
-
italocoin
i tried 9.7 and even .14
-
italocoin
the same
-
selsta
works fine here
-
italocoin
if i donwload he GUI from release it minimize tho
-
italocoin
thats what i\m saying, it work if you donwload it, try to compile it on your machine
-
italocoin
and youll see it won't minimize
-
italocoin
do i need to compile some lib from source or someting?
-
selsta
I did compile it on my system
-
selsta
just not static compile
-
italocoin
what version of mac you have?\
-
selsta
it it minimizes fine
-
italocoin
did you installed libs installled with brew?
-
selsta
10.15
-
selsta
yes
-
italocoin
thats weird on my end won't minimize (-_-)
-
selsta
is there an error message in the console?
-
italocoin
nope
-
italocoin
all works fine
-
italocoin
exept the minimization
-
selsta
what version did you compile exactly
-
italocoin
v0.15.0.4
-
selsta
the exact same tag?
-
selsta
not a fork of it?
-
italocoin
the same yes
-
italocoin
i get the same issue on my fork to, thats why i compiled monero to see if its from me or someting else
-
selsta
try googling Window.Minimized macOS
-
italocoin
thanks, i;ll look into it