Advertisement
Guest User

Untitled

a guest
Apr 10th, 2014
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. # kdesrc-build running: 'make' '-j8'
  2. # from directory: /home/cosmin/KDE-BUILD/extragear/graphics/skanlite
  3. Scanning dependencies of target skanlite_automoc
  4. Scanning dependencies of target doc-handbook
  5. [ 20%] [ 20%] Generating index.cache.bz2
  6. Automatic moc for target skanlite
  7. Generating ImageViewer.moc
  8. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/ImageViewer.cpp:0: Note: No relevant classes found. No output generated.
  9. Generating moc_ImageViewer.cpp
  10. Generating moc_KSaneImageSaver.cpp
  11. Generating moc_SaveLocation.cpp
  12. Generating moc_skanlite.cpp
  13. [ 20%] Built target skanlite_automoc
  14. [ 30%] [ 40%] Generating ui_settings.h
  15. Generating ui_SaveLocation.h
  16. Scanning dependencies of target skanlite
  17. [ 50%] [ 60%] [ 70%] [ 80%] Building CXX object src/CMakeFiles/skanlite.dir/main.cpp.o
  18. [ 90%] Building CXX object src/CMakeFiles/skanlite.dir/skanlite.cpp.o
  19. Building CXX object src/CMakeFiles/skanlite.dir/ImageViewer.cpp.o
  20. Building CXX object src/CMakeFiles/skanlite.dir/KSaneImageSaver.cpp.o
  21. [100%] Building CXX object src/CMakeFiles/skanlite.dir/skanlite_automoc.cpp.o
  22. Building CXX object src/CMakeFiles/skanlite.dir/SaveLocation.cpp.o
  23. In file included from /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/main.cpp:32:0:
  24. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:1:3: error: invalid preprocessing directive #This
  25. # This is a basic version file for the Config-mode of find_package().
  26. ^
  27. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:2:3: error: invalid preprocessing directive #It
  28. # It is used by write_basic_package_version_file() as input file for configure_file()
  29. ^
  30. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:3:3: error: invalid preprocessing directive #to
  31. # to create a version-file which can be installed along a config.cmake file.
  32. ^
  33. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:5:3: error: invalid preprocessing directive #The
  34. # The created file sets PACKAGE_VERSION_EXACT if the current version string and
  35. ^
  36. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:6:3: error: invalid preprocessing directive #the
  37. # the requested version string are exactly the same and it sets
  38. ^
  39. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:7:3: error: invalid preprocessing directive #PACKAGE_VERSION_COMPATIBLE
  40. # PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
  41. ^
  42. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:8:3: error: invalid preprocessing directive #The
  43. # The variable CVF_VERSION must be set before calling configure_file().
  44. ^
  45. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:21:6: warning: "the" is not defined [-Wundef]
  46. # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
  47. ^
  48. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:21:10: error: missing binary operator before token "installed"
  49. # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
  50. ^
  51. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:21:44: warning: missing terminating ' character [enabled by default]
  52. # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
  53. ^
  54. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:21:0: error: unterminated #if
  55. # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
  56. ^
  57. [100%] Built target doc-handbook
  58. /home/cosmin/KDE-SRC/extragear/graphics/skanlite/src/version.h:10:4: error: expected constructor, destructor, or type conversion before ‘(’ token
  59. set(PACKAGE_VERSION "4.96.0")
  60. ^
  61. make[2]: *** [src/CMakeFiles/skanlite.dir/main.cpp.o] Error 1
  62. make[2]: *** Waiting for unfinished jobs....
  63. make[1]: *** [src/CMakeFiles/skanlite.dir/all] Error 2
  64. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement