Re: [Interest] Qt5.15 from source on centOS 7

2022-06-17 Thread Simon Matthews
Why not use the gcc in devtoolset-4 or later from the Software Collections repository: https://wiki.centos.org/AdditionalResources/Repositories/SCL Simon From: Interest on behalf of Alexander Carôt Sent: Friday, June 17, 2022 8:22 AM To: Thiago Macieira Cc:

Re: [Interest] Rebuild QPA plugins

2019-11-12 Thread Simon Matthews
On 11/12/19 1:15 PM, Benjamin TERRIER wrote: Hi, I am trying to rebuild libqxcb.so. So for I am able to build the libqxcb.so (and qtbase) from source. It works and I can use this build to compile and run widgets applications. What I'd like to do is to be able to take the libqxcb.so from this

Re: [Interest] New error building Qt 5.13 on CentOS 6

2019-10-30 Thread Simon Matthews
On 10/30/19 4:38 PM, Thiago Macieira wrote: > On Wednesday, 30 October 2019 16:32:08 PDT Simon Matthews wrote: >> Project ERROR: Unknown module(s) in QT: xkbcommon_support-private > Make sure you have xkbcommon >= 0.5.0 development files installed when you > configure qtbase. >

[Interest] New error building Qt 5.13 on CentOS 6

2019-10-30 Thread Simon Matthews
I have been working on issues relating to qtwebengine, but when I started from scratch again, I got this new error message. Does anyone have any idea what's going on: ar cqs ../../../../../lib/libxcb-static.a .obj/xfixes.o .obj/randr.o .obj/shm.o .obj/sync.o .obj/render.o .obj/shape.o .obj/xkb.o

Re: [Interest] Building QTWebEngine

2019-10-10 Thread Simon Matthews
On 10/9/19 5:54 PM, Thiago Macieira wrote: > On Wednesday, 9 October 2019 16:07:46 PDT Simon Matthews wrote: >> [simon@UserBuild qtwebengine]$ make >> make: Nothing to be done for 'first'. > That indicates it did not configure itself to build. I ran into this issue > today:

Re: [Interest] Building QTWebEngine

2019-10-09 Thread Simon Matthews
On 10/9/19 3:52 PM, Thiago Macieira wrote: > On Wednesday, 9 October 2019 15:18:33 PDT Simon Matthews wrote: >> However, it appears that files such as "Qt5WebEngineConfig.cmake" are >> not included in my build. >> >> Is it necessary to build QtWebEngine as a s

[Interest] Building QTWebEngine

2019-10-09 Thread Simon Matthews
On 10/8/19 11:46 PM, Thiago Macieira wrote: > On Tuesday, 8 October 2019 14:16:28 PDT Simon Matthews wrote: >> I am trying to build Qt 5.13.1 on CentOS6. > > You're missing xkbcommon. Please install 0.5.0 or later. I was able to find appropriate packages for xkbcommon and build Qt

[Interest] Building 5.13.1 on CentOS6.

2019-10-08 Thread Simon Matthews
I am trying to build Qt 5.13.1 on CentOS6. I have run into an error that others have reported, but the reported solutions don't seem to work. I am using devtoolset-8, which brings in gcc version 8.3.1 The error is: ERROR: Feature 'xcb' was enabled, but the pre-condition 'features.thread &&

Re: [Interest] Building Qt 5.5.1 on CentOS 5

2016-03-13 Thread Simon Matthews
on CentOS 5 On sábado, 12 de março de 2016 21:57:00 PST Simon Matthews wrote: > How practical would it be to remove the signalfd code from 5.5.1? It might be as simple as backporting the patch. YMMV. -- Thiago Macieira - thiago.macieira (AT) intel.com   Software Architect - Intel Open Source Technol

Re: [Interest] Building Qt 5.5.1 on CentOS 5

2016-03-12 Thread Simon Matthews
de março de 2016 16:32:13 PST Simon Matthews wrote: > I am trying to build Qt 5.5.1 on CentOS 5. I suspect that we don't need > linuxfb, but there doesn't seem to be an easy way to skip this. Upgrade to 5.6, the signalfd code has been removed. Also, fix your libc. The source file compiled,

[Interest] Building Qt 5.5.1 on CentOS 5

2016-03-11 Thread Simon Matthews
I am trying to build Qt 5.5.1 on CentOS 5. I suspect that we don't need linuxfb, but there doesn't seem to be an easy way to skip this. However, I get the following error: /home/simon/rpms/build/qt-everywhere-opensource-src-5.5.1/qtbase/src/plugins/platforms/xcb/gl_integrations gmake[6]:

[Interest] Building on Centos 6.x -- libxcb

2015-03-02 Thread Simon Matthews
I sucessfully built Qt 5.3.2 on CentOS 5 and 6, but it now looks like I need to tweak the builds somewhat. I need to ensure that WebKit is built as part of my Qt5 build. Is there any way to tell at the configuration stage if WebKit will be built? I built using the options -qt-xcb -opengl, but

Re: [Interest] Issues building Qt 5.4.0 on CentOS 5.

2015-02-15 Thread Simon Matthews
On Tue, 10 Feb 2015, Thiago Macieira wrote: On Tuesday 10 February 2015 20:23:20 Simon Matthews wrote: fontdatabases/fontconfig/qfontconfigdatabase.cpp:85: error: ‘FC_WEIGHT_ULTRABLACK’ was not declared in this scope Now your fontconfig is too old. Qt doesn't carry a bundled copy

Re: [Interest] Forcing version of python when building on CentOS6, also, versions for flex and bison

2015-02-14 Thread Simon Matthews
On Fri, 13 Feb 2015, Harri Pasanen wrote: On 13/02/2015 05:30, Simon Matthews wrote: In my quest to build Qt5 with WebKit on CentOS5, I have come across another problem. As stated, the build requires python 2.6 or later. The default version of Python on CentOS 5 is 2.4. There is a Python26

Re: [Interest] Issues building Qt 5.4.0 on CentOS 5.

2015-02-12 Thread Simon Matthews
On Thu, 12 Feb 2015, Simon Matthews wrote: On Wed, 11 Feb 2015, Simon Matthews wrote: On Wed, 11 Feb 2015, Thiago Macieira wrote: On Wednesday 11 February 2015 19:17:02 Simon Matthews wrote: OK, nm. By the way, am I correct in my belief that for Qt 5.4.0, that Webkit

Re: [Interest] Issues building Qt 5.4.0 on CentOS 5.

2015-02-12 Thread Simon Matthews
On Wed, 11 Feb 2015, Simon Matthews wrote: On Wed, 11 Feb 2015, Thiago Macieira wrote: On Wednesday 11 February 2015 19:17:02 Simon Matthews wrote: OK, nm. By the way, am I correct in my belief that for Qt 5.4.0, that Webkit depends on icu? Correct. Thanks for confirming that. I

[Interest] Forcing version of python when building on CentOS6, also, versions for flex and bison

2015-02-12 Thread Simon Matthews
In my quest to build Qt5 with WebKit on CentOS5, I have come across another problem. As stated, the build requires python 2.6 or later. The default version of Python on CentOS 5 is 2.4. There is a Python26 package available and I have installed this. The python26 package installs the

Re: [Interest] Issues building Qt 5.4.0 on CentOS 5.

2015-02-10 Thread Simon Matthews
On Tue, 10 Feb 2015, Thiago Macieira wrote: On Tuesday 10 February 2015 20:23:20 Simon Matthews wrote: fontdatabases/fontconfig/qfontconfigdatabase.cpp:85: error: ‘FC_WEIGHT_ULTRABLACK’ was not declared in this scope Now your fontconfig is too old. Qt doesn't carry a bundled copy