[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Qt
From: |
Andreas Enge |
Subject: |
Re: Qt |
Date: |
Sat, 12 Oct 2013 23:25:38 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sat, Oct 12, 2013 at 09:38:08PM +0200, Ludovic Court??s wrote:
> I wonder how people address this in general. Perhaps we could start
> xvfb in a pre-check phase if that’s enough?
(Something is weird with your character encoding. Or with my character
decoding?)
I think that people either do not run "make check", or they have an X server
at the time of compiling and checking graphic libraries...
> > The gui program complains about a missing icui18n library. Strace shows the
> > following:
> libicu4c is a dependency of Qt, right?
Yes.
> If so, I would make sure that it’s NEEDed by libqt.so, and that it’s in
> its RUNPATH. To do that, run:
> objdump -x libqt.so | grep -E '(NEED|PATH)'
Hm, which libqt.so? There are 20 libQt*.so! Precisely:
libQt3Support.so libQtDesignerComponents.so libQtNetwork.so
libQtSvg.so
libQtCLucene.so libQtDesigner.so libQtOpenGL.so
libQtTest.so
libQtCore.so libQtGui.so libQtScript.so
libQtWebKit.so
libQtDBus.so libQtHelp.so libQtScriptTools.so
libQtXmlPatterns.so
libQtDeclarative.so libQtMultimedia.so libQtSql.so
libQtXml.so
Anyway, objdump on none of them yields anything after piped through "grep icu".
The problem of not finding the icu library was not critical, by the way;
a warning was printed on the console, and the "hello world" program worked
nonetheless.
Andreas
- Qt, Andreas Enge, 2013/10/08
- Re: Qt, Ludovic Courtès, 2013/10/08
- Re: Qt, Andreas Enge, 2013/10/10
- Re: Qt, Ludovic Courtès, 2013/10/10
- Re: Qt, Andreas Enge, 2013/10/10
- Re: Qt, Mark H Weaver, 2013/10/10
- Re: Qt, Andreas Enge, 2013/10/12
- Re: Qt, Ludovic Courtès, 2013/10/12
- Re: Qt,
Andreas Enge <=
- Re: Qt, Andreas Enge, 2013/10/12
- Re: Qt, Ludovic Courtès, 2013/10/13
- Re: Qt, Andreas Enge, 2013/10/13
- Re: Qt, Ludovic Courtès, 2013/10/13