You are not logged in.
make
make
cd src/qt5ct-qtplugin/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/ticho/source/qt5ct-0.31/src/qt5ct-qtplugin/qt5ct-qtplugin.pro -o Makefile ) && make -f Makefile
make[1]: Entering directory '/home/ticho/source/qt5ct-0.31/src/qt5ct-qtplugin'
rm -f libqt5ct.so
g++ -m64 -Wl,-O1 -Wl,-rpath-link,/usr/lib/x86_64-linux-gnu -shared -o libqt5ct.so .build/obj/main.o .build/obj/qt5ctplatformtheme.o .build/obj/qt5ct.o .build/obj/moc_qt5ctplatformtheme.o -L/usr/X11R6/lib64 -lQt5PlatformSupport -lQt5DBus -ldl -lgthread-2.0 -pthread -lglib-2.0 -lXrender -lXext -lX11 -lm -linput -lxkbcommon -ludev -lmtdev -lfontconfig -lfreetype -lEGL -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread
/usr/bin/ld: cannot find -lmtdev
collect2: error: ld returned 1 exit status
Makefile:140: recipe for target 'libqt5ct.so' failed
make[1]: *** [libqt5ct.so] Error 1
make[1]: Leaving directory '/home/ticho/source/qt5ct-0.31/src/qt5ct-qtplugin'
Makefile:44: recipe for target 'sub-src-qt5ct-qtplugin-make_first' failed
make: *** [sub-src-qt5ct-qtplugin-make_first] Error 2
~/source/qt5ct-0.31
Ideas?
note: might be this machine specific problem (Jessie > Strecth update related)
edit: solved, missing libmtdev-dev
Last edited by brontosaurusrex (2017-04-12 11:53:24)
Offline