Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-04-26 Thread Ramakanth Kesireddy
Hi, QtWebkit had been built before with Qt 5.6.3 sources after downloading the compatible sources along with Qt sources and installed successfully. However, QtWebkit is not being built with Qt 5.12.8 sources either with QtWebkit 5.9 or 5.212 branch latest sources. When I tried to build QtWebkit a

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-04-23 Thread Ramakanth Kesireddy
Hi, I downloaded the Qt Webkit sources from http://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/src/submodules/ qtwebkit-opensource-src-5.212.tar.xz as part of building Qt 5.12.8 sou

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-04-09 Thread Ramakanth Kesireddy
Thanks for your mail.ICU 58.x works. Can you recommend ICU sources version for the compatible Qt 5.12.7 LTS sources? On Tue, 31 Mar, 2020, 14:27 Konstantin Tokarev, wrote: > > > 31.03.2020, 11:54, "Ramakanth Kesireddy" : > > Since the old compiler doesn't supports c++11, we got to use Qt WebKit

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-04-01 Thread Ramakanth Kesireddy
Can you please provide any reference of cross compiling ICU 58.x as I end up getting one error or other in configure line? On Tue, 31 Mar, 2020, 14:27 Konstantin Tokarev, wrote: > > > 31.03.2020, 11:54, "Ramakanth Kesireddy" : > > Since the old compiler doesn't supports c++11, we got to use Qt W

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-03-31 Thread Konstantin Tokarev
31.03.2020, 11:54, "Ramakanth Kesireddy" : > Since the old compiler doesn't supports c++11, we got to use Qt WebKit 5.6.3 > only. However, we shall move to the latest 5.12 LTS once the compiler is > upgraded. > > So ICS 59.2 would be compatible with Qt WebKit 5.6.3? No, necessary patch wasn't

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-03-31 Thread Ramakanth Kesireddy
Since the old compiler doesn't supports c++11, we got to use Qt WebKit 5.6.3 only. However, we shall move to the latest 5.12 LTS once the compiler is upgraded. So ICS 59.2 would be compatible with Qt WebKit 5.6.3? On Tue, 31 Mar, 2020, 12:50 Konstantin Tokarev, wrote: > > > 31.03.2020, 05:32, "

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-03-31 Thread Konstantin Tokarev
31.03.2020, 05:32, "Ramakanth Kesireddy" : > Thanks for your mail. > Can you let me know any specific version of ICU that shall be compatible with > Qt WebKit 5.6.3? If you use 5.9 branch (which you really have no reason not to use, AFAICS), it's 59.2 --  Regards, Konstantin

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-03-30 Thread Ramakanth Kesireddy
Thanks for your mail. Can you let me know any specific version of ICU that shall be compatible with Qt WebKit 5.6.3? On Mon, 30 Mar, 2020, 23:32 Konstantin Tokarev, wrote: > > > 30.03.2020, 19:28, "Thiago Macieira" : > > On Monday, 30 March 2020 12:35:19 -03 Ramakanth Kesireddy wrote: > >> Any

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-03-30 Thread Konstantin Tokarev
30.03.2020, 19:28, "Thiago Macieira" : > On Monday, 30 March 2020 12:35:19 -03 Ramakanth Kesireddy wrote: >>  Any recommendation on the compatible icu sources to cross-compile or the >>  latest one would do for Qt WebKit 5.6.3? > > ICU should always be used in the latest version since it contains

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-03-30 Thread Thiago Macieira
On Monday, 30 March 2020 12:35:19 -03 Ramakanth Kesireddy wrote: > Any recommendation on the compatible icu sources to cross-compile or the > latest one would do for Qt WebKit 5.6.3? ICU should always be used in the latest version since it contains data that changes every year, some of them multi

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-03-30 Thread Ramakanth Kesireddy
Any recommendation on the compatible icu sources to cross-compile or the latest one would do for Qt WebKit 5.6.3? On Sun, 29 Mar, 2020, 20:08 Thiago Macieira, wrote: > On Saturday, 28 March 2020 11:07:17 -03 Ramakanth Kesireddy wrote: > > ./wtf/unicode/icu/UnicodeIcu.h:29:27: fatal error: unicod

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-03-29 Thread Thiago Macieira
On Saturday, 28 March 2020 11:07:17 -03 Ramakanth Kesireddy wrote: > ./wtf/unicode/icu/UnicodeIcu.h:29:27: fatal error: unicode/uchar.h: No such > file or directory ICU is missing in your toolchain. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-03-28 Thread Ramakanth Kesireddy
Hi, Am getting the below error while trying to build Qt webkit sources using cross compiler tool chain for target. In file included from ./wtf/unicode/Unicode.h:32:0, from ./wtf/text/ASCIIFastPath.h:31, from ./wtf/text/WTFString.h:28, from wtf/DateMath.h:54, from wtf/DateMath.cpp:73: ./wtf/unicod

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-29 Thread Ramakanth Kesireddy
Yes the compiler being old causing the issue. ubuntu@ubuntu:~/qt-everywhere-opensource-src-5.6.3/qtwebengine$ qmake Info: creating cache file /home/ubuntu/qt-everywhere-opensource-src-5.6.3/qtwebengine/.qmake.cache Using gcc version 4.6, but at least gcc version 4.7 is required to build Qt WebEn

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-24 Thread Thiago Macieira
On Monday, 24 February 2020 18:33:30 PST Ramakanth Kesireddy wrote: > Do you mean configure line or make output in the qt webengine directory? > Am using qt 5.6.3 as the compiler is old. Neither. Build your Qt without qtwebengine, install it. Then after that is done, get the qtwebengine package,

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-24 Thread Ramakanth Kesireddy
Do you mean configure line or make output in the qt webengine directory? Am using qt 5.6.3 as the compiler is old. On Sun, Feb 23, 2020 at 10:04 PM Thiago Macieira wrote: > On Sunday, 23 February 2020 08:10:01 PST Ramakanth Kesireddy wrote: > > Though QtWebkit libs and includes are generated in

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-23 Thread Thiago Macieira
On Sunday, 23 February 2020 08:10:01 PST Ramakanth Kesireddy wrote: > Though QtWebkit libs and includes are generated in the installation > directory, QtWebengine includes and libs are missing though both QtWebkit > and QtWebengine are built as part of Qt sources. Please paste the output of qmake

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-23 Thread Ramakanth Kesireddy
Though QtWebkit libs and includes are generated in the installation directory, QtWebengine includes and libs are missing though both QtWebkit and QtWebengine are built as part of Qt sources. On Sun, 23 Feb, 2020, 21:36 Thiago Macieira, wrote: > On Saturday, 22 February 2020 06:30:55 PST Ramakant

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-23 Thread Thiago Macieira
On Saturday, 22 February 2020 06:30:55 PST Ramakanth Kesireddy wrote: > Yes Thanks..It generates QtWebkit includes and lib. > However, QtWebEngine is not generated with includes and lib though I > install dependencies of QtWebengine as mentioned in https://wiki.qt > .io/Building_Qt_5_from_Git > Am

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-22 Thread Ramakanth Kesireddy
Yes Thanks..It generates QtWebkit includes and lib. However, QtWebEngine is not generated with includes and lib though I install dependencies of QtWebengine as mentioned in https://wiki.qt .io/Building_Qt_5_from_Git Am I missing something? Best Regards, Ramakanth On Fri, Feb 21, 2020 at 2:37 AM K

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-21 Thread Konstantin Tokarev
21.02.2020, 15:02, "Ramakanth Kesireddy" : > Where can I download the compatible Qt 5.6.3 Qt WebKit sources? Looks like > latest Qt WebKit needs gcc 4.9 and above. http://download.qt.io/community_releases/5.6/5.6.3/ Though you should probably better use 5.9 branch, if you cannot use gcc 4.8 fo

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-21 Thread Ramakanth Kesireddy
Where can I download the compatible Qt 5.6.3 Qt WebKit sources? Looks like latest Qt WebKit needs gcc 4.9 and above. On Fri, 21 Feb, 2020, 02:37 Konstantin Tokarev, wrote: > > > 20.02.2020, 20:00, "Ramakanth Kesireddy" : > > Unable to get away the error though I added QtWebkit(5.5.1) sources > a

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-20 Thread Nyall Dawson
On Fri, 21 Feb 2020 at 01:52, Florian Bruhin wrote: > > On Thu, Feb 20, 2020 at 09:02:13AM +1000, Nyall Dawson wrote: > > An example: qtwebkit allows rendering of HTML content direct to a > > QPainter surface, keeping text as text objects and other components as > > vectors. This isn't possible in

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-20 Thread Konstantin Tokarev
20.02.2020, 20:00, "Ramakanth Kesireddy" : > Unable to get away the error though I added QtWebkit(5.5.1) sources along > with Qt 5.6.3 sources and use below configure line: > > ./configure -prefix /home/ubuntu/qt5 -opensource -confirm-license -qt-libjpeg > -qt-zlib -qt-libpng -sql-sqlite -no-cu

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-20 Thread Ramakanth Kesireddy
Unable to get away the error though I added QtWebkit(5.5.1) sources along with Qt 5.6.3 sources and use below configure line: ./configure -prefix /home/ubuntu/qt5 -opensource -confirm-license -qt-libjpeg -qt-zlib -qt-libpng -sql-sqlite -no-cups -no-opengl -no-qml-debug -skip qt3d -skip qtactiveqt

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-20 Thread Konstantin Tokarev
20.02.2020, 19:36, "Ramakanth Kesireddy" : > If I need to build the Qtwebkit source, Do I need to build as a separate > module using qmake or use configure line to configure QtWebkit and then > make?Looks like it needs gcc 4.9 to build QtWebkit. Please use this instruction https://github.com/q

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-20 Thread Ramakanth Kesireddy
If I need to build the Qtwebkit source, Do I need to build as a separate module using qmake or use configure line to configure QtWebkit and then make?Looks like it needs gcc 4.9 to build QtWebkit. On Thu, 20 Feb, 2020, 19:00 Konstantin Tokarev, wrote: > > > 20.02.2020, 08:03, "Ramakanth Kesiredd

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-20 Thread Florian Bruhin
On Thu, Feb 20, 2020 at 09:02:13AM +1000, Nyall Dawson wrote: > An example: qtwebkit allows rendering of HTML content direct to a > QPainter surface, keeping text as text objects and other components as > vectors. This isn't possible in the webengine classes, at best you can > render a rasterized i

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-20 Thread Konstantin Tokarev
20.02.2020, 08:03, "Ramakanth Kesireddy" : > Ok let me try with 5.212..Whether it is compatible with Qt sources starting > from 5.6 till the latest 5.12.7 and 5.14? Yes it is. You can also take ready to use binaries compatible with official Qt 5.13 from http://download.qt.io/snapshots/ci/qtwebk

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-20 Thread Roland Hughes
On 2/19/20 5:00 AM, interest-requ...@qt-project.org wrote: In the end, the 5.212 branch base itself is too old. qtwebkit would need a new base branch off webkit to be a reasonable target and that has not happened. Please, let it die. This is where we get into the LTS issues again. Companies

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Ramakanth Kesireddy
Ok let me try with 5.212..Whether it is compatible with Qt sources starting from 5.6 till the latest 5.12.7 and 5.14? On Wed, 19 Feb, 2020, 22:36 Konstantin Tokarev, wrote: > > > 19.02.2020, 10:53, "Thiago Macieira" : > > On Tuesday, 18 February 2020 16:29:13 PST Sze Howe Koh wrote: > >> On Wed

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Konstantin Tokarev
20.02.2020, 01:54, "Thiago Macieira" : > On Wednesday, 19 February 2020 09:04:32 PST Konstantin Tokarev wrote: >>  That's correct, most of the work in last year is targeted to a new branch >>  with updated WebKit. However, 5.212 serves its job well, it's compatible >>  with current Qt and is at l

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Nyall Dawson
On Thu, 20 Feb 2020 at 03:06, Konstantin Tokarev wrote: > > > > 19.02.2020, 10:53, "Thiago Macieira" : > > On Tuesday, 18 February 2020 16:29:13 PST Sze Howe Koh wrote: > >> On Wed, 19 Feb 2020 at 08:05, Thiago Macieira > > > > wrote: > >> > There's no good solution for using qtwebkit. You have

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Thiago Macieira
On Wednesday, 19 February 2020 09:04:32 PST Konstantin Tokarev wrote: > That's correct, most of the work in last year is targeted to a new branch > with updated WebKit. However, 5.212 serves its job well, it's compatible > with current Qt and is at least is strictly better than 5.9 in terms of > bu

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Konstantin Tokarev
18.02.2020, 19:33, "Ramakanth Kesireddy" : > Hi, > > While trying to build Qt Webkit sources from Qt 5.5.1 as a separate module > being part of Qt 5.12.7 sources, it throws below error: Please do NOT use QtWebKit 5.5.1. It has unpatched Spectre/Meltdown vulnerabilities, as well as a number of r

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-19 Thread Konstantin Tokarev
19.02.2020, 10:53, "Thiago Macieira" : > On Tuesday, 18 February 2020 16:29:13 PST Sze Howe Koh wrote: >>  On Wed, 19 Feb 2020 at 08:05, Thiago Macieira > > wrote: >>  > There's no good solution for using qtwebkit. You have to stop using it. >> >>  I was under the impression that Konstantin Toka

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-18 Thread Thiago Macieira
On Tuesday, 18 February 2020 16:29:13 PST Sze Howe Koh wrote: > On Wed, 19 Feb 2020 at 08:05, Thiago Macieira wrote: > > There's no good solution for using qtwebkit. You have to stop using it. > > I was under the impression that Konstantin Tokarev was keeping the Qt > WebKit sources up-to-date w

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-18 Thread Sze Howe Koh
On Wed, 19 Feb 2020 at 08:05, Thiago Macieira wrote: > > On Tuesday, 18 February 2020 15:45:26 PST Sze Howe Koh wrote: > > That version is very old and unmaintained. It probably contains many > > security holes and incompatibilites with Qt 5.12. > > > > Get the "5.212" branch from https://code.qt.

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-18 Thread Thiago Macieira
On Tuesday, 18 February 2020 15:45:26 PST Sze Howe Koh wrote: > That version is very old and unmaintained. It probably contains many > security holes and incompatibilites with Qt 5.12. > > Get the "5.212" branch from https://code.qt.io/cgit/qt/qtwebkit.git instead. No, don't. That's also very old

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-18 Thread Thiago Macieira
On Tuesday, 18 February 2020 08:31:39 PST Ramakanth Kesireddy wrote: > undefined reference to `qt_version_tag' > collect2: ld returned 1 exit status Besides the warning that you're building a very old and insecure version, qt_version_tag was introduced in Qt 5.6. This error usually means you've

Re: [Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-18 Thread Sze Howe Koh
On Wed, 19 Feb 2020 at 00:33, Ramakanth Kesireddy wrote: > > Hi, > > While trying to build Qt Webkit sources from Qt 5.5.1 as a separate module > being part of Qt 5.12.7 sources, That version is very old and unmaintained. It probably contains many security holes and incompatibilites with Qt 5.12

[Interest] QtWebkit error while building Qt5.12.7 sources

2020-02-18 Thread Ramakanth Kesireddy
Hi, While trying to build Qt Webkit sources from Qt 5.5.1 as a separate module being part of Qt 5.12.7 sources, it throws below error: WebKit is now configured for building. Just run 'make'. g++ -Wl,-O1 -Wl,--enable-new-dtags -Wl,-rpath,/home/ubuntu/qt-everywhere-opensource-src-5.12.7/qtwebkit/l