Closed bulat-f closed 7 years ago
@fatbulat I'll try to reproduce this.
Reproduced and fixed. The problem was that GCC on Windows includes C++11 headers by default and enables C++11 standard, which is not the case on Linux. Now it's properly fixed - but it's still necessary to run just make
.
I have a trouble with building on Linux. I run
qmake ../OpenFool.pro
(not justOpenFool
). After I try to executemake release
, but Make say target is not fund. Okay, I runmake
and it start to compile, but I receive error message again.What am I doing wrong?