lem
I have is I cannot work out where QT_NO_EGL is getting defined, or
what has caused it.
Is it possible that it's picking things up from my native QT build?
I'm cross building on an ubuntu machine.
Regards,
Andre
On 15 April 2013 23:09, Thomas Senyk wrote:
> On Mon, April 15, 2013 09
Hi Thomas,
> What does configure tell you? ... configure with -egl to enforce it.
> (if you post the configure output, always add -v (verbose) to configure)
I'm not entirely sure which bit of the configure output you're after
there. I've added the -egl flag, but it doesn't seem to make any
differ
Hi,
I'm trying to cross compile Qt 4.8.4 for an ARM target, with OpenGL ES2
support.
I use the following configure line:
./configure -opensource -embedded arm -confirm-license -xplatform
qws/linux-arm-gnueabi-g++ -no-qt3support -prefix / -qt-mouse-tslib
-qt-gfx-linuxfb -qt-gfx-transformed -opengl e
Hi Thomas,
> Aaah, interesting. I had been testing only with the rasterwindow
> application, since I thought it was kind of the simplest application.
> I'll test with other applications as well.
>
> But still, it'd be great to get some help to fix this rasterwindow
> application crash. I've already
>> Thanks for that - I should have mentioned that in the strace output
>> the last thing it did was a KDGETMODE ioctl. So that patch fixed it.
>
> And then it works for you? For me, even with the KDGETMODE fix, it
> still crashes later.
Most programs seem to work fine. The qtbase/examples/gui/rast
Hi,
I'm using QT5 with the LinuxFB, and am having issues with tslib. I
have built the tslib plugin, and instantiated it on the command line
with the correct device, but nothing seems to be getting the mouse
events.
If I enable the debugging in qtslib.cpp, I can see that the correct
coordinates are
Dear Thomas,
> I confirm that the linuxfb backend is broken as of today. One bug is
> fixed by
> http://lists.qt-project.org/pipermail/interest/2013-January/005381.html.
Thanks for that - I should have mentioned that in the strace output
the last thing it did was a KDGETMODE ioctl. So that patch
Hi,
I'm evaluating Qt5 on an older ARM platform, using just the linuxfb
(no xcb, or opengl). However when I run any of the examples I get a
segfault somewhere inside the libqlinuxfb.so. Unfortunately, due to
memory constraints, I am unable to build and run the full debug
version of Qt5, so I can't