On Wed, Mar 18, 2015 at 1:40 PM, Kornel Benko <[email protected]> wrote: > Am Mittwoch, 18. März 2015 um 13:09:09, schrieb Scott Kostyshak > <[email protected]> >> On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko <[email protected]> wrote: >> >> > I suppose you have <Qt5-Build-Dir>/qtbase/bin in your PATH already? >> >> No I did not. I added this and recompiled and now the icons seem to >> show correctly. >> >> > Other than this I don't know. >> > >> >> Do I need to install libqt5svg5-dev and recompile Qt 5? >> > >> > Definitely no. I used compiled Qt5 without libqt5svg5-dev, and the icons >> > were still OK. >> > But check, if you have >> > <Qt5-Build-Dir>/qtbase/plugins/imageformats/libqsvg.so. >> > For your self compiled Qt5 you even don't need package libqt5svg5 >> > installed. >> >> I do not. I have only: >> >> $ ls /usr/BUILD/BuildQt5-dev/qtbase/plugins/imageformats >> libqdds.so libqgif.so libqicns.so libqico.so libqjp2.so >> libqjpeg.so libqmng.so libqtga.so libqtiff.so libqwbmp.so >> libqwebp.so >> >> I think I should do a fresh Qt build and then libqsvg.so should be >> there or I will inspect build logs. >> >> Thanks, >> >> Scott > > I just downloaded a pre-compiled version 5.4.1 directly from > http://www.qt.io/download-open-source/ > NO Problems with this version. Far better than my own compile of 5.5. > > The bin and lib path are changed slightly, e.g. > downloaded > self compiled > bin: /usr/BUILD/BuildQt5/5.4/gcc_64/bin /usr/BUILD/BuildQt5/qtbase/bin > lib: /usr/BUILD/BuildQt5/5.4/gcc_64/lib > /usr/BUILD/BuildQt5.not/qtbase/lib > > So I had to adapt PATH and /etc/ld.so.conf.d/qt5.conf > > Now recompiled lyx (removing first the CMakeCache.txt of course) > Works well.
Ah good idea. I will look into this. Scott
