The gcc version used for compiling qt4.

2023-08-04 Thread amber.coles--- via Gcc
Did you ever solve this problem? I'm getting the exact same error.

Re: The gcc version used for compiling qt4.

2020-05-18 Thread Hongyi Zhao via Gcc
William Seurer 于2020年5月18日周一 下午10:52写道: > > On 5/18/20 9:35 AM, Hongyi Zhao via Gcc wrote: > > Jonathan Wakely 于2020年5月18日周一 下午8:49写道: > >> On Mon, 18 May 2020 at 13:34, Hongyi Zhao via Gcc wrote: > >>> Hi, > >>> > >>> I want to compile qt4 on Ubuntu 20.04 which shipped with the following > >>>

Re: The gcc version used for compiling qt4.

2020-05-18 Thread Hongyi Zhao via Gcc
William Seurer 于2020年5月18日周一 下午10:52写道: > > On 5/18/20 9:35 AM, Hongyi Zhao via Gcc wrote: > > Jonathan Wakely 于2020年5月18日周一 下午8:49写道: > >> On Mon, 18 May 2020 at 13:34, Hongyi Zhao via Gcc wrote: > >>> Hi, > >>> > >>> I want to compile qt4 on Ubuntu 20.04 which shipped with the following > >>>

Re: The gcc version used for compiling qt4.

2020-05-18 Thread William Seurer via Gcc
On 5/18/20 9:35 AM, Hongyi Zhao via Gcc wrote: Jonathan Wakely 于2020年5月18日周一 下午8:49写道: On Mon, 18 May 2020 at 13:34, Hongyi Zhao via Gcc wrote: Hi, I want to compile qt4 on Ubuntu 20.04 which shipped with the following gcc version: $ gcc --version gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0 But I'm

Re: The gcc version used for compiling qt4.

2020-05-18 Thread Hongyi Zhao via Gcc
Jonathan Wakely 于2020年5月18日周一 下午8:49写道: > > On Mon, 18 May 2020 at 13:34, Hongyi Zhao via Gcc wrote: > > > > Hi, > > > > I want to compile qt4 on Ubuntu 20.04 which shipped with the following > > gcc version: > > > > $ gcc --version > > gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0 > > > > But I'm not sure

Re: The gcc version used for compiling qt4.

2020-05-18 Thread Jonathan Wakely via Gcc
On Mon, 18 May 2020 at 13:34, Hongyi Zhao via Gcc wrote: > > Hi, > > I want to compile qt4 on Ubuntu 20.04 which shipped with the following > gcc version: > > $ gcc --version > gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0 > > But I'm not sure whether this gcc version is suitable for qt4. Any > hints for th

Re: The gcc version used for compiling qt4.

2020-05-18 Thread Dmitry Mikushin
Qt4 is an old release (the current one is almost Qt6). A newer compiler is usually backward-compatible with older codes. So you should be able to compile Qt4 on Ubuntu 20.04 with system-provided GCC right away. пн, 18 мая 2020 г. в 14:34, Hongyi Zhao via Gcc : > Hi, > > I want to compile qt4 on U

The gcc version used for compiling qt4.

2020-05-18 Thread Hongyi Zhao via Gcc
Hi, I want to compile qt4 on Ubuntu 20.04 which shipped with the following gcc version: $ gcc --version gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0 But I'm not sure whether this gcc version is suitable for qt4. Any hints for this problem? Regards, -- Hongyi Zhao