Re: [Interest] Compilation issue for OpenGL ES2 on ARM/Linux

2013-04-15 Thread Andre Renaud
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

Re: [Interest] Compilation issue for OpenGL ES2 on ARM/Linux

2013-04-14 Thread Andre Renaud
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

[Interest] Compilation issue for OpenGL ES2 on ARM/Linux

2013-04-09 Thread Andre Renaud
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

Re: [Interest] Qt5 LinuxFB crash

2013-01-31 Thread Andre Renaud
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

Re: [Interest] Qt5 LinuxFB crash

2013-01-31 Thread Andre Renaud
>> 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

[Interest] QT5 tslib question

2013-01-31 Thread Andre Renaud
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

Re: [Interest] Qt5 LinuxFB crash

2013-01-31 Thread Andre Renaud
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

[Interest] Qt5 LinuxFB crash

2013-01-30 Thread Andre Renaud
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