Em 17-07-2015 21:12, Bruce Dubbs escreveu:
Fernando de Oliveira wrote:
make
Not yet in make install.
It is at 100% compiled, then:
but make fails at the final linking stage:
{{{
[ 97%] Building CXX object
src/CMakeFiles/lximage-qt.dir/applicationadaptor.cpp.o
[100%] Building CXX object
src/CMakeFiles/lximage-qt.dir/lximage-qt_automoc.cpp.o
Linking CXX executable lximage-qt
/usr/bin/ld: cannot find -lfm-qt5
/usr/bin/ld: cannot find -lQt5DBus
/usr/bin/ld: cannot find -lQt5Core
/usr/bin/ld: cannot find -lfm-qt5
/usr/bin/ld: cannot find -lQt5DBus
/usr/bin/ld: cannot find -lQt5Core
}}}
Need help, please.
Assuming you have qt5 in /opt, try:
LIBRARY_PATH=/opt/qt5/lib make install
-- Bruce
This worked!! Thank you very much!!! Found Qt5DBus and Qt5Core
libraries, but of course, I needed to add lxqt lib dir:
LIBRARY_PATH=/opt/qt5/lib:/opt/lxqt/lib make
Didn't reply earlier, because still had to solve two problems, one of
them, can you imagine, specific for pt_BR, because the translation file
has a bug?!!! And that prevented any files to appear in the open
dialogue. Discovered that, by running
LC_ALL lximage-qt
which worked perfectly
The open dialogue in pt_BR tried to use an argument 1%, and it is clear
that the first argument should always be %1. I think should report to
mainstream.
Seems that the translator didn't test a build/install, just translated
the text.
I wrote that here, because it was a Qt problem, not LXQt that drew my
attention to this point, so this post hopefully will help other people
with similar problems, even when not LXQt or Qt related building problem.
Thanks, again.
--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page