Guest User

Untitled

a guest
Feb 17th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. apfelgriebs@apfelgriebs-desktop ~/code/gnucash-2.6.19 $ cmake -D CMAKE_INSTALL_PREFIX=/home/apfelgriebs/code/gnucash-build/ ../gnucash-2.6.19/
  2. -- The C compiler identification is GNU 5.4.0
  3. -- The CXX compiler identification is GNU 5.4.0
  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. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  17. -- Checking for module 'glib-2.0>=2.20'
  18. -- Found glib-2.0, version 2.48.2
  19. -- Checking for module 'gobject-2.0>=2.20'
  20. -- Found gobject-2.0, version 2.48.2
  21. -- Checking for module 'gmodule-2.0>=2.20'
  22. -- Found gmodule-2.0, version 2.48.2
  23. -- Checking for module 'gthread-2.0>=2.20'
  24. -- Found gthread-2.0, version 2.48.2
  25. -- Checking for module 'libxml-2.0>=2.7.0'
  26. -- Found libxml-2.0, version 2.9.3
  27. -- Checking for module 'libgnomecanvas-2.0'
  28. -- Found libgnomecanvas-2.0, version 2.30.3
  29. -- Checking for module 'libxslt'
  30. -- Found libxslt, version 1.1.28
  31. -- Checking for module 'webkit-1.0>=1.2'
  32. -- Found webkit-1.0, version 2.4.11
  33. -- Checking for module 'gtk+-2.0>=2.24.0'
  34. -- Found gtk+-2.0, version 2.24.30
  35. -- Checking for module 'libgoffice-0.8>=0.8.17'
  36. -- Found libgoffice-0.8, version 0.8.17
  37. -- Checking for module 'zlib'
  38. -- Found zlib, version 1.2.8
  39. -- Using guile-2.0.x
  40. -- Checking for module 'libofx'
  41. -- Found libofx, version 0.9.10
  42. -- Performing Test HAVE_OFX_BUG_39
  43. -- Performing Test HAVE_OFX_BUG_39 - Failed
  44. -- Found LibXslt: xslt;xml2 (found version "1.1.28")
  45. -- Found Perl: /usr/bin/perl (found version "5.22.1")
  46. -- Looking for include file X11/Xlib.h
  47. -- Looking for include file X11/Xlib.h - found
  48. -- Looking for include file dirent.h
  49. -- Looking for include file dirent.h - found
  50. -- Looking for include file dlfcn.h
  51. -- Looking for include file dlfcn.h - found
  52. -- Looking for include file glob.h
  53. -- Looking for include file glob.h - found
  54. -- Looking for include file inttypes.h
  55. -- Looking for include file inttypes.h - found
  56. -- Looking for include file limits.h
  57. -- Looking for include file limits.h - found
  58. -- Looking for include file locale.h
  59. -- Looking for include file locale.h - found
  60. -- Looking for include file memory.h
  61. -- Looking for include file memory.h - found
  62. -- Looking for include file stdint.h
  63. -- Looking for include file stdint.h - found
  64. -- Looking for include file stdlib.h
  65. -- Looking for include file stdlib.h - found
  66. -- Looking for include file string.h
  67. -- Looking for include file string.h - found
  68. -- Looking for include file strings.h
  69. -- Looking for include file strings.h - found
  70. -- Looking for include file sys/stat.h
  71. -- Looking for include file sys/stat.h - found
  72. -- Looking for include file sys/time.h
  73. -- Looking for include file sys/time.h - found
  74. -- Looking for include file sys/times.h
  75. -- Looking for include file sys/times.h - found
  76. -- Looking for include file sys/types.h
  77. -- Looking for include file sys/types.h - found
  78. -- Looking for include file sys/wait.h
  79. -- Looking for include file sys/wait.h - found
  80. -- Looking for include file unistd.h
  81. -- Looking for include file unistd.h - found
  82. -- Looking for include file utmp.h
  83. -- Looking for include file utmp.h - found
  84. -- Looking for include file wctype.h
  85. -- Looking for include file wctype.h - found
  86. CMake Error at CMakeLists.txt:669 (FILE):
  87. file COPY cannot copy file
  88. "/home/apfelgriebs/code/gnucash-2.6.19/ChangeLog" to
  89. "/home/apfelgriebs/code/gnucash-2.6.19/ChangeLog/ChangeLog".
  90.  
  91.  
  92. -- Configuring incomplete, errors occurred!
  93. See also "/home/apfelgriebs/code/gnucash-2.6.19/CMakeFiles/CMakeOutput.log".
  94. See also "/home/apfelgriebs/code/gnucash-2.6.19/CMakeFiles/CMakeError.log".
Add Comment
Please, Sign In to add comment