Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
8456102
Topic
744301
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