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

2020-05-03 Thread Ramakanth Kesireddy
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. But still it throws it cannot find the same though sysroot is added in the configure line -sysroot

Re: [Interest] #include

2020-05-03 Thread Glenn Ramsey
On 4/05/20 1:09 pm, Thiago Macieira wrote: > On Sunday, 3 May 2020 16:48:45 PDT Glenn Ramsey wrote: >> Qt is a cross platform C++ framework and presumably its users (who are C++ >> developers and not necessarily platform experts) expect some sort of >> insulation from platform issues. In this case

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

2020-05-03 Thread Thiago Macieira
On Sunday, 3 May 2020 19:20:04 PDT Ramakanth Kesireddy wrote: > I did install all the libraries that compile to 32 bit. However, > QtWebengine module throws below error on cross-compilation: > ./../../arm-linux-gnueabihf/bin/ld: cannot find crti.o: No such file or > directory > collect2: error:

Re: [Interest] Using Q_NAMESPACE enum as a Q_PROPERTY type

2020-05-03 Thread Max Paperno
Is the namespace in a linked library? Is there any exporting/importing involved at all? -Max On 5/2/2020 4:48 PM, Doogster wrote: I'm having trouble using an enum with Q_NAMESPACE, as a Q_PROPERTY type. I'm trying to follow this:

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

2020-05-03 Thread Ramakanth Kesireddy
I did install all the libraries that compile to 32 bit. However, QtWebengine module throws below error on cross-compilation:

Re: [Interest] #include

2020-05-03 Thread Thiago Macieira
On Sunday, 3 May 2020 16:48:45 PDT Glenn Ramsey wrote: > Qt is a cross platform C++ framework and presumably its users (who are C++ > developers and not necessarily platform experts) expect some sort of > insulation from platform issues. In this case it is unavoidable so it would > be a courtesy

Re: [Interest] #include

2020-05-03 Thread Glenn Ramsey
On 2/05/20 11:40 am, Thiago Macieira wrote: > On sexta-feira, 1 de maio de 2020 15:32:57 PDT Glenn Ramsey wrote: >> Did I miss the documentation somewhere else or should I submit a bug report? > > Cocoa is an Objective C API. I think you're expected to know this if you're > including a header

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

2020-05-03 Thread Allan Sandfeld Jensen
I am not sure, I think gcc-7-base:i386 or something like that, check the config.log and how the test failed. You basically just need a compiler that compile to 32bit, and the most basic libraries (libc, libstdc++) for 32bit as well. 'Allan On Sonntag, 3. Mai 2020 11:41:20 CEST you wrote: >

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

2020-05-03 Thread Ramakanth Kesireddy
Thanks for your mail. Could you please let me know the packages to be installed on Ubuntu 16.04(64 bit) to match the target for building the snapshot? Best Regards, Ramakanth On Sun, May 3, 2020 at 12:15 PM Allan Sandfeld Jensen wrote: > On Sonntag, 3. Mai 2020 06:20:22 CEST Ramakanth

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

2020-05-03 Thread Allan Sandfeld Jensen
On Sonntag, 3. Mai 2020 06:20:22 CEST Ramakanth Kesireddy wrote: > ,Hi, > > As am trying to cross-compile Qt 5.12.8 sources on Ubuntu 16.04(64 bit), it > throws below error: > > V8 snapshot cannot be built. Most likely, the 32-bit host compiler does not > work. Please make sure you have 32-bit