View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#77
Originally Posted by frafI View Post
2) Putting them to /opt/xcb only helps if we can force the fully qualified soname or use LD_LIBRARY_PATH, I'd like to avoid both. But I've no problem putting the renamed libXc11.so.6 (and the xcb part) to another directory and change the paths for ldconfig, if you think this is better than optify.

3) I thought, libxau and other cause severe problems. However if they only cause problems on the stock kernel we might consider a power kernel only (and thumb only) build.

Note however that the way I've currently solved this is not a big burden for the future as a simple symlink from libXc11* to the new X11 libs can solve this (if and only if we can use them as a drop in replacement of the properly named old libs).

I'd like to make a first usable (for developers) version of Qt5 as soon as possible, because porting X11, porting Qt5 itself and porting and/or creating application with Qt5 are things that can be done in parallel by different groups. And the possible users of Qt5 (esp. QtQuick2) outnumber any other group. So if they can program slightly buggy but working programs with a (slightly) buggy Qt5 on an old (and buggy?) X11, we'll have actually stable, usable programs if we switch the back-ends to less buggy ones.

TL;DR: This works for now, helps bringing Qt5 to devs and we can change it later (without too much effort).
2) I was thinking about putting it somewhere else with the same name to be able to link it against the newer version. Or LD_* apps which are binaries only and require newer x11. The question is: will x11 work ok with a changed localization. libc didn't (but it was pure copying)

3) Maybe the kp devs would be able to tell us why libxau6 wouldn't work on stock omap?

Qt5 first is really a good idea.
Maybe the CSSU devs can help anything about the xcb problems?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2013-07-23 at 10:17.
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post: