[Development] QJSEngine replacement for QScriptEngine misses newFunction

2016-02-22 Thread Walter Stefan
Hi, I am looking into migrating my code to QJSEngine, because of the deprecation of the QScriptEngine (QtScript). As we have used the functionality of newFunction very extensive and all related scripts are depending on this, the newFunction in QJSEngine is for us mandatory or something that cre

[Development] Equivalent functionality of QScriptEngine::checkSyntax() in QJSEngine

2016-02-29 Thread Walter Stefan
Hi, I am migrating my code from QSCriptEngine to QJSEngine. What is the equivalent functionality of QScriptEngine::checkSyntax() in QJSEngine? Best Regards, Stefan ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mai

[Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-02 Thread Walter Stefan
Hi, I am trying to build Qt 5.6.0-rc on a machine that builds Qt 5.5.1 just fine. I am facing several compilation issues with 5.6.0-rc and will start with the first one here. g++ -pipe -O2 -std=c++0x -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -D_REENTRANT -fPIC -D

Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-02 Thread Walter Stefan
: Donnerstag, 3. März 2016 09:41 To: development@qt-project.org Subject: Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++ On quinta-feira, 3 de março de 2016 04:09:25 PST Walter Stefan wrote: > qcanbusdevice.h:93: error: ISO C++ forbids initialization of member > âfr

Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-02 Thread Walter Stefan
channel-make_first] Error 2 make[2]: Leaving directory `/home/walteste/qt-5.6/qt-5.6.0-rc/qt-source/qtwebchannel/examples' make[1]: *** [sub-examples-make_first] Error 2 make[1]: Leaving directory `/home/walteste/qt-5.6/qt-5.6.0-rc/qt-source/qtwebchannel' make: *** [module-qtwebchannel-

Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-03 Thread Walter Stefan
: Donnerstag, 3. März 2016 09:41 To: development@qt-project.org Subject: Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++ On quinta-feira, 3 de março de 2016 04:09:25 PST Walter Stefan wrote: > qcanbusdevice.h:93: error: ISO C++ forbids initialization of member > âframeIdâ C

Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-03 Thread Walter Stefan
Von: Development im Auftrag von Thiago Macieira Gesendet: Donnerstag, 03. März 2016 20:42 An: development@qt-project.org Betreff: Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++ On quinta-feira, 3 de março de 2016 16:26:20 PST Walter Stefan wrote: > Will th

Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-03 Thread Walter Stefan
: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++ On quinta-feira, 3 de março de 2016 17:32:25 PST Walter Stefan wrote: > Hi Thiago, > > thanks, but unfortunately I am a subversion user and my git knowledge is > very little. Is there a guide or some quick steps o

Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-03 Thread Walter Stefan
CentOS 6.7 x86_64 with g++ On sexta-feira, 4 de março de 2016 04:49:39 PST Walter Stefan wrote: > g++ -Wl,-O1 -Wl,--enable-new-dtags > -Wl,-rpath,/home/walteste/qt-5.6/qt-5.6.0-git/qt-install/lib -o > ../../../bin/servicefw .obj/servicefw.o > .obj/servicemetadata.o -L/home/waltes

Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-03 Thread Walter Stefan
​Hi Helio, I use the GIT 5.6.0 version from qt as suggested by Thiago. The link provided by you does not work for me. Regards, Stefan Von: Helio Chissini de Castro Gesendet: Freitag, 04. März 2016 10:07 An: Walter Stefan; Thiago Macieira; development@qt

Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-03 Thread Walter Stefan
, 4 de março de 2016 07:07:00 PST Walter Stefan wrote: > I have done a clean build. > > Where can we address this issue? I've managed to reproduce this issue now. It only happens with the old bfd linker (ld.bfd). Gold appears unaffected. Workaround: do not use the convenience

Re: [Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

2016-03-04 Thread Walter Stefan
2016 07:43:12 PST Walter Stefan wrote: > Dear Thiago, > > It seems to me that 5.6.0 is far from ready to be released. Actually, no, it's working well for the common scenario. You're the one with the old distro that has an old compiler and lacks Gold. Most people who build Qt

[Development] Qt 5.6.0-rc build issues on Windows 7 with VC2015 x86 -target XP

2016-03-12 Thread Walter Stefan
Hi, I am receiving the following compilation error and thought I should share it here. I am using the source from: qt-everywhere-opensource-src-5.6.0-rc.7z Is this already solved for the final release? nmake -f Makefile.core_gyp_generator.Debug Microsoft (R) Program Maintenance Utility

Re: [Development] Qt 5.6.0-rc build issues on Windows 7 with VC2015 x86 -target XP

2016-03-14 Thread Walter Stefan
Hi, How can I address it to the right developers? Regards, Stefan -Original Message- From: Koehne Kai [mailto:kai.koe...@theqtcompany.com] Sent: Montag, 14. März 2016 11:09 To: Walter Stefan ; development@qt-project.org Subject: AW: [Development] Qt 5.6.0-rc build issues on Windows 7

Re: [Development] Qt 5.6.0 (final) packages available

2016-03-15 Thread Walter Stefan
Hi, I am still facing an issue with the mentioned source package on CentOS 6.x with the g++ 4.4.7 in Qt3D. I don't know if that will be solved from your end and I don't know if that would delay the release. For me it is very important because Qt 5.6.0 will be a LTE release and CentOS 6.x is no

Re: [Development] Qt 5.6.0 (final) packages available

2016-03-15 Thread Walter Stefan
the actual show stopper. Regards, Stefan From: Heikkinen Jani [mailto:jani.heikki...@theqtcompany.com] Sent: Dienstag, 15. März 2016 13:56 To: Walter Stefan ; development@qt-project.org Cc: releas...@qt-project.org; Sean Harmer Subject: VS: Qt 5.6.0 (final) packages available Is there a bug re