David,
I had this problem as well with a fresh arch system. I don't know if it is
the proper solution, but attached is the patch I used to work around it.
On Wed, Nov 13, 2013 at 4:24 PM, David Kahles <davidund...@web.de> wrote:
> Hi,
> I tried to build lxqt on Debian unstable like written on the lxde wiki.
> But when compiling pcmanfm-qt, i get an error like this:
>
> [ 64%] Building CXX object
> pcmanfm/CMakeFiles/pcmanfm-qt.dir/application.cpp.o
> [ 66%] Building CXX object
> pcmanfm/CMakeFiles/pcmanfm-qt.dir/pcmanfm.cpp.o
> /home/david/lxde-qt/pcmanfm-qt/pcmanfm/pcmanfm.cpp:3:30: fatal error:
> libfm-qt/libfmqt.h: Datei oder Verzeichnis nicht gefunden (means: File
> or Directory not found)
> #include <libfm-qt/libfmqt.h>
> ^
> compilation terminated.
> make[2]: *** [pcmanfm/CMakeFiles/pcmanfm-qt.dir/pcmanfm.cpp.o] Fehler 1
> (means: Error 1)
> make[1]: *** [pcmanfm/CMakeFiles/pcmanfm-qt.dir/all] Fehler 2
> make: *** [all] Fehler 2 (means: Error 2)
>
> (sorry for the German language)
>
> I installed libfm-qt before that, and executed:
>
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
>
> Any ideas how to solve this ?
>
> David
>
>
> Am Mittwoch, den 30.10.2013, 13:46 +0000 schrieb Jerome Leclanche:
> > Hi lists
> >
> > LXQt is now compilable and available for testing. Archlinux users will
> > find packages in the AUR and are able to install the *full* suite
> > with:
> >
> > yaourt -S libqtxdg-git liblxqt-git liblxqt-mount-git libsysstat-git
> > lxsession-git pcmanfm-qt-git lxqt-common-git lxqt-panel-git
> > lxinput-qt-git lxqt-about-git lxqt-config-git lxqt-globalkeys-git
> > lxqt-notificationd-git lxqt-openssh-askpass-git lxqt-policykit-git
> > lxqt-power-git lxqt-runner-git
> >
> > Most of these modules are optional (the first few are not).
> >
> > For a display manager, SDDM is recommended:
> > yaourt -S sddm-git
> > sudo systemctl enable sddm.service
> >
> > You very well may have to start the window manager manually. Packaging
> > issues should be reported directly to me. Bugs can be reported on
> > github (https://github.com/LXDE), or in this email thread.
> >
> > Ubuntu (and possibly Debian) packages are coming soon. Contact Julien
> > Lavergne for those.
> >
> >
> > We need people to test and more than ever improve these. There are
> > some killer issues currently with the panel, pcmanfm-qt, keybindings
> > and session management. This is not suitable for production AT ALL
> > yet, but I'm really hoping if a few devs join us in fixing those
> > issues we can get back to where Razor currently is very soon.
> >
> > J. Leclanche
> >
> >
> ------------------------------------------------------------------------------
> > Android is increasing in popularity, but the open development platform
> that
> > developers love is also attractive to malware creators. Download this
> white
> > paper to learn more about secure code signing practices that can help
> keep
> > Android apps secure.
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Lxde-list mailing list
> > Lxde-list@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/lxde-list
>
>
>
>
> ------------------------------------------------------------------------------
> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
> Free app hosting. Or install the open source package on any LAMP server.
> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
> _______________________________________________
> Lxde-list mailing list
> Lxde-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxde-list
>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e4486f..54b0f9e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,6 +20,7 @@ pkg_check_modules(LIBFM REQUIRED
)
include(GNUInstallDirs)
+include_directories(${CMAKE_SOURCE_DIR})
# do not use Qt keywords
add_definitions(
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list