On Fri, 11 Jan 2013 07:39:49 +0100
Pedro Lopez-Cabanillas <pedro.lopez.cabanillas(a)gmail.com> wrote:
On Thursday 10 January 2013 21:18:42 M Donalies
wrote:
It's not so interesting that it compiles on
the machine I've been doing the
development on, but it is interesting that I tested it on 2 other machines
that don't have all the development tools on them. Either my qmake or my
make must be more forgiving.
Probably it is your compiler. Another change that was needed here is adding
this line to Sqorlatti.pro:
QMAKE_CXXFLAGS += -fpermissive
Regards,
Pedro
Thanks, I needed that as well.
Compile successful on Archlinux 64bit GCC 4.7.2, Qt 4.8.4 (Qmake 2.01a)
I have started it now and will try it out.
Nils