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: in

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 bui

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 -- setting ld parameters

2019-10-23 Thread Simon Matthews
I am getting a failure in linking: /opt/rh/devtoolset-8/root/usr/bin/g++ -O3 -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-strip-all -static-libstdc++ -Wl,--as-needed -pthread -o gn -Wl,--start-group tools/gn/gn_main.o base.a gn_lib.a -Wl,--end-group -ldl util/ticks.o: In function `Tic

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 >

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 buil

[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 && featu

Re: [Interest] Building Qt 5.5.1 on CentOS 5

2016-03-13 Thread Simon Matthews
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

[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]: Enterin

[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", bu

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 co

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

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

2015-02-13 Thread Simon Matthews
I am continuing in my quest to build Qt 5.4.0 (and now added Qt 5.3.2) on CentOS 5. The following refers to 5.3.2, but I think the same problem exists in 5.4.0. So far, I have: Installed updated python, flex, sqlite (and sqlite-devel), ICU and fontconfig. Installed devtoolset-1.1. Patched the

[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 executab

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 >

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 confirmin

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

2015-02-11 Thread Simon Matthews
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 did not want to waste time chasing down an issue

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

2015-02-11 Thread Simon Matthews
On Wed, 11 Feb 2015, Thiago Macieira wrote: > On Wednesday 11 February 2015 17:56:13 Simon Matthews wrote: >> I think that Webkit is not included because the test for icu fails: >> g++ -L /usr/local/lib -L /usr/local/lib/icu -I /usr/local/include/unicode/ >> -I /usr

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

2015-02-11 Thread Simon Matthews
On Tue, 10 Feb 2015, Thiago Macieira wrote: On Tuesday 10 February 2015 22:34:20 Simon Matthews wrote: ../../../../3rdparty/xcb/include/xcb/xcb_bitops.h:51: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’ The one thing "before 'static'" is _X_I

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 b

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

2015-02-10 Thread Simon Matthews
On Mon, 9 Feb 2015, Thiago Macieira wrote: On Monday 09 February 2015 22:17:26 Thiago Macieira wrote: On Monday 09 February 2015 22:07:19 Simon Matthews wrote: > In file included from /usr/include/asm-x86_64/byteorder.h:30:0, > > from /usr/include/asm/byte

[Interest] Issues building Qt 5.4.0 on CentOS 5.

2015-02-09 Thread Simon Matthews
I am trying to build Qt5 (5.4.0) on CentOS 5, so far without success. I would appreciate any advice on getting the build to work. I found packages for xcb-util, xcb-util-devel, libxcb-devel and xcb-proto in the Atrpms repository and installed these. The configuration stage is successful. My c