Le 23/09/2016 à 13:07, Ben Lowe a écrit :
Thank you very much for this suggestion. I have tried configuring with
this flag and then 'make'. I have attached the tail of the make output
("make_tail.log"), which unfortunately fails.

Concerning this one, try the attached patch. It is already in master, but was not backported.

I then installed a later version of GCC:
gcc --version
gcc (GCC) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

And configured without --disable_cxx11. Then I performed a 'make'.
Unfortunately this also failed, I have attached the log for this too
("makelog_with_gcc491") and the config.log for this.

What happens if you configure gcc 4.9 without using --disable-cxx11? It should not be necessary with a recent compiler like this one.

Concerning the error itself, what is the Qt version that you use?

JMarc

diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp
index ff9ea81..d2ed0d3 100644
--- a/src/support/filetools.cpp
+++ b/src/support/filetools.cpp
@@ -51,6 +51,7 @@
 #endif
 
 #include <cerrno>
+#include <climits>
 #include <cstdlib>
 #include <cstdio>
 

Reply via email to