Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-20 Thread Thiago Macieira
On Friday, 20 October 2017 06:57:46 PDT Carel Combrink wrote: > GL/gl.h: No such file or directory. > > I know in the past I had to install libgles2-mesa-dev to get around this > issue, but is that still the recommended package to use for 17.10 since it > uses Wayland as default? You're looking

[Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-20 Thread Carel Combrink
Hi, I am trying to build a test Qt 5.9.2 app on Ubuntu 17.10 but get the following compiler error: GL/gl.h: No such file or directory. I know in the past I had to install libgles2-mesa-dev to get around this issue, but is that still the recommended package to use for 17.10 since it uses Wayland

Re: [Interest] Interest Digest Wiki instructions for PI cross, compile do not work for PostgreSQL support

2017-10-20 Thread Roland Hughes
Uwe, I do wish you luck with QSkinny. This library lost its way when it started with QML. Hell, even QML lost its way. When the Nokia boys and girls first started talking about this around the Chicago area it wasn't supposed to be an interpreted script kiddie language, but the equivalent of

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Vlad Stelmahovsky
is someone pushes someone to use QML as a mandatory or store data into JSON DBs? Where? How? Its ridiculous. On Fri, Oct 20, 2017 at 3:22 PM, Roland Hughes wrote: > > > On 10/20/2017 12:49 AM, Filip Piechocki wrote: > > > > On Oct 20, 2017 00:11, "Roland Hughes"

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Roland Hughes
On 10/20/2017 12:49 AM, Filip Piechocki wrote: On Oct 20, 2017 00:11, "Roland Hughes" > wrote: It's not misleading when it is a hog fattened way past market. 90% of the embedded systems I encounter have no GPU so

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Vlad Stelmahovsky
I was not talking about QQC1, but about Qt Quick 1 it was QML blamed to be a behemoth, but usually, its translates to appropriate C++ code. My point is even in Qt Quick 1 times performance was not so bad for simple UIs if using QML wisely On Fri, Oct 20, 2017 at 10:20 AM, Uwe Rathmann

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Uwe Rathmann
On Fri, 20 Oct 2017 09:14:09 +0200, Vlad Stelmahovsky wrote: > I've created much more complex apps using QtQuick 1 on HW much weaker > than RPi2 (Symbian phones) w/o such laggin as in this simple calc > example. Obviously, there something wrong with code and/or system setup A simple push button

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Vlad Stelmahovsky
I've created much more complex apps using QtQuick 1 on HW much weaker than RPi2 (Symbian phones) w/o such laggin as in this simple calc example. Obviously, there something wrong with code and/or system setup On Fri, Oct 20, 2017 at 7:49 AM, Filip Piechocki wrote: > > > On