Re: [Interest] QDialog and Ubuntu 18.04

2020-05-04 Thread maitai
Any insight? I will open a qt-bug then Thanks Le 24-04-2020 10:07, maitai a écrit : Hello all I am having strange QDialog behavior under Ubuntu 18.04. The application is a QWidget app compiled either with qt 5.14.1 or qt 5.12.3 that does not matter Here the behavior is the following: If I

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-04 Thread Thiago Macieira
On Monday, 4 May 2020 09:31:19 PDT Ramakanth Kesireddy wrote: > Hi, > > Can anyone let me know the configure options to generate 32 bit Qt 5.12.8 > libraries on Ubuntu 16.04 like the below equivalent configure options in Qt? > > for ./configure "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" > >

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-04 Thread Allan Sandfeld Jensen
On Montag, 4. Mai 2020 18:31:19 CEST Ramakanth Kesireddy wrote: > Hi, > > Can anyone let me know the configure options to generate 32 bit Qt 5.12.8 > libraries on Ubuntu 16.04 like the below equivalent configure options in Qt? > > for ./configure "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" >

[Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-04 Thread Ramakanth Kesireddy
Hi, Can anyone let me know the configure options to generate 32 bit Qt 5.12.8 libraries on Ubuntu 16.04 like the below equivalent configure options in Qt? for ./configure "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" Do we need to modify the QMAKE_CFLAGS or there are any configure options

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-04 Thread Ramakanth Kesireddy
sudo apt-get install gcc-multilib sudo apt-get install g++-multilib lib32stdc++6-5-dbg libx32stdc++6-5-dbg In the page https://github.com/meta-qt5/meta-qt5, it mentions to install lib32-gcc-libs lib32-glibc for building v8 snapshot? Do we need to install them if yocto meta-qt5 recipes pick

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-04 Thread Thiago Macieira
On Monday, 4 May 2020 00:22:40 PDT Ramakanth Kesireddy wrote: > /usr/libx32/crti.o > /usr/lib32/crti.o > /usr/lib/x86_64-linux-gnu/crti.o How did you instal the first two? Their paths look very different from the last one. -- Thiago Macieira - thiago.macieira (AT) intel.com Software

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-04 Thread Ramakanth Kesireddy
It yielded host 32 binaries like below:- target@ubuntu:~/qt-everywhere-src-5.12.8$ find /usr/ -name crti* /usr/libx32/crti.o /usr/lib32/crti.o /usr/lib/x86_64-linux-gnu/crti.o On Mon, May 4, 2020 at 11:57 AM Thiago Macieira wrote: > On Sunday, 3 May 2020 21:06:30 PDT Ramakanth Kesireddy wrote:

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-04 Thread Thiago Macieira
On Sunday, 3 May 2020 21:06:30 PDT Ramakanth Kesireddy wrote: > The cross compiled crt1.o is found > in > /home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/ > sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/crt1.o. How about the one to produce host 32-bit binaries? --

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-04 Thread Ramakanth Kesireddy
Installed multi-lib package as well but not sure why it is unable to find the crt1.o On Mon, 4 May, 2020, 09:36 Ramakanth Kesireddy, wrote: > The cross compiled crt1.o is found > in >