Post
Topic
Board Altcoin Discussion
Re: [HELP]Compile wallet (Warnings [-fpermissive] )
by
PereguineBerty
on 20/08/2014, 16:48:02 UTC
It might be worth adding -fpermissive to your CXXFLAGS in the qt-pro file i.e.

Code:
QMAKE_CXXFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fpermissive