On Tue, Apr 29, 2014 at 10:49 PM, pauline martin <321enil...@gmail.com> wrote:
> The complete output of cmake:
>
> [cmd]cmake .. [/cmd]
> -- The C compiler identification is Clang 3.3.0
....
> CMake Error at CMakeLists.txt:131 (find_package):
>   By not providing "FindQTXDG.cmake" in CMAKE_MODULE_PATH this project has
>   asked CMake to find a package configuration file provided by "QTXDG", but
>   CMake did not find one.
>
>   Could not find a package configuration file provided by "QTXDG" with any
> of
>   the following names:
>
>     QTXDGConfig.cmake
>     qtxdg-config.cmake
>
>   Add the installation prefix of "QTXDG" to CMAKE_PREFIX_PATH or set
>   "QTXDG_DIR" to a directory containing one of the above files.  If "QTXDG"
>   provides a separate development package or SDK, be sure it has been
>   installed.
>
>
> -- Configuring incomplete, errors occurred!
> See also
> "/home/pauline/Desktop/LXDE-QT/source/lxde-qt/liblxqt/build/CMakeFiles/CMakeOutput.log".
> See also
> "/home/pauline/Desktop/LXDE-QT/source/lxde-qt/liblxqt/build/CMakeFiles/CMakeError.log".

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Seems that you're trying to build liblxqt, not libqtxdg.
You have to build and install libqtxdg first, and then liblxqt.
Please see the "prerequisite" listed on that wiki page.
BTW, I noticed that you're using LLVM + clang.
You might encounter some problems since we might accidentally used
several gcc-specific compiler flags accidentally.
IIRC llvm can supports some gcc flags. If you find any problems,
please give us the complete error log.
Hope that we can make it work for BSD.
Cheers!

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to