Skip to content

Instantly share code, notes, and snippets.

@luis-pereira
Created November 11, 2016 16:32
Show Gist options
  • Save luis-pereira/2b4ca3c1bc2d0aa39dd2b318e765dddb to your computer and use it in GitHub Desktop.
Save luis-pereira/2b4ca3c1bc2d0aa39dd2b318e765dddb to your computer and use it in GitHub Desktop.
pcmanfm-qt-fails-with-fm-qt-ldfalgs
[108/125] Building CXX object pcmanfm-qt/pcmanfm/CMakeFiles/pcmanfm-qt.dir/pcmanfm.cpp.o
FAILED: pcmanfm-qt/pcmanfm/CMakeFiles/pcmanfm-qt.dir/pcmanfm.cpp.o
/usr/bin/clang++ -DLIBFM_DATA_DIR=\"/usr/share/libfm\" -DPCMANFM_DATA_DIR=\"/usr/share/pcmanfm-qt\" -DPCMANFM_QT_VERSION=\"0.11.1\" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_KEYWORDS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Ipcmanfm-qt/pcmanfm -I../pcmanfm-qt/pcmanfm -I/usr/include/qt/QtGui/5.7.0 -I/usr/include/qt/QtGui/5.7.0/QtGui -I/usr/include/qt/QtCore/5.7.0 -I/usr/include/qt/QtCore/5.7.0/QtCore -isystem /usr/include/qt -isystem /usr/include/qt/QtX11Extras -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtDBus -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libfm -I/usr/include/menu-cache -fno-exceptions -Wall -std=c++11 -g -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT pcmanfm-qt/pcmanfm/CMakeFiles/pcmanfm-qt.dir/pcmanfm.cpp.o -MF pcmanfm-qt/pcmanfm/CMakeFiles/pcmanfm-qt.dir/pcmanfm.cpp.o.d -o pcmanfm-qt/pcmanfm/CMakeFiles/pcmanfm-qt.dir/pcmanfm.cpp.o -c ../pcmanfm-qt/pcmanfm/pcmanfm.cpp
In file included from ../pcmanfm-qt/pcmanfm/pcmanfm.cpp:2:
In file included from ../pcmanfm-qt/pcmanfm/application.h:25:
../pcmanfm-qt/pcmanfm/settings.h:26:10: fatal error: 'libfm-qt/folderview.h' file not found
#include <libfm-qt/folderview.h>
^
1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment