


usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
Could not find x11 cmake ubuntu install#
Plasma is not in the repositories, but I assume its installed because I can use Plasmoids, and the desktop background.I am trying to build inria Graphite on my ubuntu which is running in a VirtualBox simulator, I follow the instructions, and install the python-dev packages, but when I run cmake, still got an error: CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):Ĭould NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) Configuring doneI apt-filed plasma, nothing happened. Found KDE4 automoc: /usr/lib/kde4/bin/kde4automocĬMake Error: Could not find REQUIRED package Plasma Found KDE4 kconfig_compiler preprocessor: /usr/lib/kde4/bin/kconfig_compiler Found KDE 4 library dir: /usr/lib/kde4/lib Found KDE 4.0 include dir: /usr/lib/kde4/include Performing Test _KDE_HAVE_GCC_VISIBILITY - Success Performing Test _KDE_HAVE_GCC_VISIBILITY Performing Test _KDE_HAVE_W_OVERLOADED_VIRTUAL - Success Performing Test _KDE_HAVE_W_OVERLOADED_VIRTUAL Performing Test _KDE_HAVE_NO_THREADSAFE_STATICS - Success Performing Test _KDE_HAVE_NO_THREADSAFE_STATICS Performing Test HAVE_FPIE_SUPPORT - Success Looking for pthread_create in pthread - found Looking for pthread_create in pthreads - not found Looking for IceConnectionNumber in ICE - found Looking for XOpenDisplay in /usr/lib/libX11.so /usr/lib/libXext.so /usr/lib/libXft.so /usr/lib/libXau.so /usr/lib/libXdmcp.so - found Looking for XOpenDisplay in /usr/lib/libX11.so /usr/lib/libXext.so /usr/lib/libXft.so /usr/lib/libXau.so /usr/lib/libXdmcp.so Found Qt-Version 4.3.2 (using /usr/bin/qmake) Just for reference I am compiling the coremoid widget, is can be found here. Configuring do I need to do to get CMake working so I can properly compile it? Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

Make: *** Error 2ĬMake will not be able to correctly generate this project.ĬMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Make: Leaving directory `/home/alex/system_status/build/CMakeFiles/CMakeTmp'

home/alex/system_status/build/CMakeFiles/CMakeTmp/testCCompiler.c:12: warning: incompatible implicit declaration of built-in function ‘printf’ home/alex/system_status/build/CMakeFiles/CMakeTmp/testCCompiler.c: In function ‘main’: home/alex/system_status/build/CMakeFiles/CMakeTmp/testCCompiler.c:4:19: error: stdio.h: No such file or directory usr/bin/gcc -o CMakeFiles/cmTr圜ompileExec.dir/testCCompiler.o -c /home/alex/system_status/build/CMakeFiles/CMakeTmp/testCCompiler.c usr/bin/cmake -E cmake_progress_report /home/alex/system_status/build/CMakeFiles/CMakeTmp/CMakeFiles 1īuilding C object CMakeFiles/cmTr圜ompileExec.dir/testCCompiler.o Make: Entering directory `/home/alex/system_status/build/CMakeFiles/CMakeTmp' usr/bin/make -f CMakeFiles/cmTr圜ompileExec.dir/build.make CMakeFiles/cmTr圜ompileExec.dir/build Check for working C compiler: /usr/bin/gcc - brokenĬMake Error: The C compiler "/usr/bin/gcc" is not able to compile a simple test program. Check for working C compiler: /usr/bin/gcc
