OK. Have now built Qt5Base from autobuilder with current sources.

It generally runs its test code, so is of interest.

patches in autobuilder as follows:

1: add following line at setvars line45 . this deals with the __FUNCTION__ issue, again in sledgehammer mode

find -regex ".*\.\(c\|C\|h\)" -type f -exec sed -i 's/__FUNCTION__/__func__/g' {} \;

2: deal with an undefined variable:

--- src/corelib/kernel/qfunctions_p.h 2015-06-29 21:04:57.000000000 +0100
+++ src/corelib/kernel/qfunctions_p.h.fixed 2015-10-23 12:54:32.528764202 +0100
@@ -57,5 +57,9 @@
 #  include "QtCore/qfunctions_winrt.h"
 #endif

+#define Q_STATIC_GLOBAL_OPERATOR static
+#define Q_STATIC_GLOBAL_INLINE_OPERATOR static inline
+
+
 #endif



JB

--
Stop press! Just announced -

Most Trusted Broadband Provider in the 2014 Moneywise Customer Services Awards

For full details of see https://www.utilitywarehouse.co.uk/reviews?exref=095761
<https://www.utilitywarehouse.co.uk/reviews?exref=095761>

Intrigued? Call me

John Ballance C.Eng MIET - j...@macpcrepair.co.uk - 07976 295923

--- src/corelib/kernel/qfunctions_p.h   2015-06-29 21:04:57.000000000 +0100
+++ src/corelib/kernel/qfunctions_p.h.fixed     2015-10-23 12:54:32.528764202 
+0100
@@ -57,5 +57,9 @@
 #  include "QtCore/qfunctions_winrt.h"
 #endif
 
+#define Q_STATIC_GLOBAL_OPERATOR static
+#define Q_STATIC_GLOBAL_INLINE_OPERATOR static inline
+
+
 #endif
 
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

Reply via email to