Re: [Interest] Enc: Enc: Debian packaging problem

2013-08-06 Thread Thiago Macieira
On terça-feira, 6 de agosto de 2013 18:01:13, hfsamb-...@yahoo.com.br wrote: > How can I help you in finding the root cause of the problem otherwise? > > VLC depends on qt4. Make me a testcase. I couldn't reproduce the problem. It's ok to depend on VLC libraries. I can make do with them. -- Thi

[Interest] Enc: Enc: Debian packaging problem

2013-08-06 Thread hfsamb-...@yahoo.com.br
Is there a problem with the caller then? How can I help you in finding the root cause of the problem otherwise? VLC depends on qt4. De: Thiago Macieira Para: interest@qt-project.org Enviadas: Terça-feira, 6 de Agosto de 2013 11:53 Assunto: Re: [Interest]

[Interest] qtsingleapplication problem compiling

2013-08-06 Thread John Weeks
I just started using qtsingleapplication from qt solutions. I see that recently Christian Dähn responded to a reported problem in this component, so I'm hopeful that there is still interest in improving it. But I don't see a clear way to file bugs- is there a way? We compile with QT_NO_CAST_FRO

Re: [Interest] Enc: Debian packaging problem

2013-08-06 Thread Thiago Macieira
On terça-feira, 6 de agosto de 2013 06:11:38, hfsamb-...@yahoo.com.br wrote: > Hi Thiago, > > I once tried to compile qt everywhere in debug mode but after some 6 > hours it failed to compile due to lack of memory. I guess my PC is not > powerful enough. > > > Is there a pre-compiled version of

Re: [Interest] Enc: Debian packaging problem

2013-08-06 Thread hfsamb-...@yahoo.com.br
It has been a while but probably it was built with QtWebKit enabled. At the time I was going to implement extensions to javascript language. De: Konstantin Tokarev Para: "hfsamb-...@yahoo.com.br" ; "interest@qt-project.org" Enviadas: Terça-feira, 6 de Agost

[Interest] Enc: Debian packaging problem

2013-08-06 Thread hfsamb-...@yahoo.com.br
Hi Thiago, I once tried to compile qt everywhere in debug mode but after some 6 hours it failed to compile due to lack of memory. I guess my PC is not powerful enough. Is there a pre-compiled version of Qt5 I can use? Regards, Henrique - Mensagem encaminhada - De: Thiago Macieira

Re: [Interest] running directfb on desktop

2013-08-06 Thread Mandeep Sandhu
Maybe the answer lies in the way you compiled Qt5. What options did you give for the platform plugin? I myself have not used the QPA plugins, so can't say what the state of the DirectFB QPA plugin is. Maybe somebody else can chime in? Also, your DFB version is quite old which might causing proble

Re: [Interest] running directfb on desktop

2013-08-06 Thread Juha Vuolle
Hi Mandeep, I had a quick look at the wiki which says the DFBGL is not used. I can see there is some related code in the DFB QPA but I don't see it being used. I think The "other EGL - OpenGL integration" mentioned on the wiki would require some tweaking into qdirectfb_egl.cpp or perhaps even at

[Interest] invokeMethod, Q_RETURN_ARG and qint32

2013-08-06 Thread Dmitry Kozlov
Hello. I have a problem with invoking method with qint32 return type. QMetaObject::invokeMethod always returns false -> method doesn't called. // main.cpp #include "myobj.h" #include #include int main(int argc, char *argv[]) { MyObj obj; qint32 result; qDebug() << "invoke" << QM

Re: [Interest] running directfb on desktop

2013-08-06 Thread Juha Vuolle
Hi Donald, I actually tried already (system=x11,force-windowed) and also the "system=vnc". The configure is clearly being picked up as the startup logs change, but at the end there is the same segfault in all cases. thanks anyway Juha 2013/8/6 Donald Carr > You can configure the directfb back

Re: [Interest] running directfb on desktop

2013-08-06 Thread Mandeep Sandhu
During Qt 4 days, you could use qvfb (Q Virtual Frambuffer) for running applications built for Qt embedded. I'm not sure if it's still valid as Qt5 required openGL support. Maybe it's possible via the DirectFB openGL extension - DirectFBGL. HTH, -mandeep On Tue, Aug 6, 2013 at 2:14 PM, Juha Vu

Re: [Interest] running directfb on desktop

2013-08-06 Thread Mandeep Sandhu
Some more info on the status of DirectFB with Qt5: http://qt-project.org/wiki/DirectFBAndQt -mandeep On Tue, Aug 6, 2013 at 2:30 PM, Mandeep Sandhu wrote: > During Qt 4 days, you could use qvfb (Q Virtual Frambuffer) for running > applications built for Qt embedded. I'm not sure if it's still

Re: [Interest] running directfb on desktop

2013-08-06 Thread Donald Carr
You can configure the directfb backEnd to an X window. I can't remember the exact .directfbrc adjustment but it should be readily googleable. Test with dfdok :) I last confirmed this was working over a year ago, but I would be surprised if it was screwed. Yours sincerely, Donald On Aug 6, 2013 1:

[Interest] running directfb on desktop

2013-08-06 Thread Juha Vuolle
Hi, was wondering if it is possible to run qt applications with directfb QPA on deskop? I just tried it but I seem to get segfault at directfb qpa backingstore constructor IDirectFBWindow *dfbWindow = static_cast(window->handle())->dfbWindow(); where window->handle() is null. Other than that the