Advertisement
Guest User

You will 'Feil'

a guest
Aug 9th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ==> Starting build()...
  2. -- The C compiler identification is GNU 4.8.1
  3. -- The CXX compiler identification is unknown
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- broken
  10. CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:54 (message):
  11. The C++ compiler "/usr/bin/c++" is not able to compile a simple test
  12. program.
  13.  
  14. It fails with the following output:
  15.  
  16. Change Dir: /tmp/makepkg/xfce4-whiskermenu-plugin/src/xfce4-whiskermenu-plugin-1.1.1/CMakeFiles/CMakeTmp
  17.  
  18.  
  19.  
  20. Run Build Command:/usr/bin/make "cmTryCompileExec72051193/fast"
  21.  
  22. /usr/bin/make -f CMakeFiles/cmTryCompileExec72051193.dir/build.make
  23. CMakeFiles/cmTryCompileExec72051193.dir/build
  24.  
  25. make[1]: Entering directory
  26. `/tmp/makepkg/xfce4-whiskermenu-plugin/src/xfce4-whiskermenu-plugin-1.1.1/CMakeFiles/CMakeTmp'
  27.  
  28.  
  29. /usr/bin/cmake -E cmake_progress_report
  30. /tmp/makepkg/xfce4-whiskermenu-plugin/src/xfce4-whiskermenu-plugin-1.1.1/CMakeFiles/CMakeTmp/CMakeFiles
  31. 1
  32.  
  33. Building CXX object
  34. CMakeFiles/cmTryCompileExec72051193.dir/testCXXCompiler.cxx.o
  35.  
  36. /usr/bin/c++ -march=atom -O3 -pipe -fstack-protector
  37. --param=ssp-buffer-size=4 -fomit-frame-pointer -mfpmat=sse -o
  38. CMakeFiles/cmTryCompileExec72051193.dir/testCXXCompiler.cxx.o -c
  39. /tmp/makepkg/xfce4-whiskermenu-plugin/src/xfce4-whiskermenu-plugin-1.1.1/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
  40.  
  41.  
  42. c++: error: unrecognized command line option '-mfpmat=sse'
  43.  
  44. make[1]: ***
  45. [CMakeFiles/cmTryCompileExec72051193.dir/testCXXCompiler.cxx.o] Error 1
  46.  
  47. make[1]: Leaving directory
  48. `/tmp/makepkg/xfce4-whiskermenu-plugin/src/xfce4-whiskermenu-plugin-1.1.1/CMakeFiles/CMakeTmp'
  49.  
  50.  
  51. make: *** [cmTryCompileExec72051193/fast] Error 2
  52.  
  53.  
  54.  
  55.  
  56.  
  57. CMake will not be able to correctly generate this project.
  58. Call Stack (most recent call first):
  59. CMakeLists.txt:6 (project)
  60.  
  61.  
  62. -- Configuring incomplete, errors occurred!
  63. ==> ERROR: A failure occurred in build().
  64. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement