Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 3.03 KB | None | 0 0
  1. # kdesrc-build running: 'cmake' '/home/andreagenor/kde/src/kxmlgui' '-DBUILD_TESTING=TRUE' '-DCMAKE_CXX_FLAGS:STRING=-pipe' '-DCMAKE_INSTALL_PREFIX=/home/andreagenor/kde/usr' '-DCMAKE_PREFIX_PATH=/home/andreagenor/kde/qt5'
  2. # from directory: /home/andreagenor/kde/build/kxmlgui
  3. -- The C compiler identification is GNU 8.3.1
  4. -- The CXX compiler identification is GNU 8.3.1
  5. -- Check for working C compiler: /usr/bin/cc
  6. -- Check for working C compiler: /usr/bin/cc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Detecting C compile features
  10. -- Detecting C compile features - done
  11. -- Check for working CXX compiler: /usr/bin/c++
  12. -- Check for working CXX compiler: /usr/bin/c++ -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Detecting CXX compile features
  16. -- Detecting CXX compile features - done
  17. --
  18.  
  19. -- Looking for __GLIBC__
  20. -- Looking for __GLIBC__ - found
  21. -- Performing Test _OFFT_IS_64BIT
  22. -- Performing Test _OFFT_IS_64BIT - Success
  23. -- Performing Test HAVE_DATE_TIME
  24. -- Performing Test HAVE_DATE_TIME - Success
  25. -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1")
  26. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  27. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  28. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  29. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  30. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  31. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  32. -- The following OPTIONAL packages have been found:
  33.  
  34.  * KF5Attica (required version >= 5.56.0), A Qt library that implements the Open Collaboration Services API, <https://projects.kde.org/attica>
  35.    Support for Get Hot New Stuff in KXMLGUI
  36.  
  37. -- The following REQUIRED packages have been found:
  38.  
  39.  * ECM (required version >= 5.56.0), Extra CMake Modules., <https://projects.kde.org/projects/kdesupport/extra-cmake-modules>
  40.  * Qt5Gui (required version >= 5.12.2)
  41.  * Qt5Widgets
  42.  * Qt5Network
  43.  * Qt5PrintSupport
  44.  * Qt5DBus
  45.  * KF5CoreAddons (required version >= 5.56.0)
  46.  * KF5ItemViews (required version >= 5.56.0)
  47.  * KF5Config (required version >= 5.56.0)
  48.  * KF5ConfigWidgets (required version >= 5.56.0)
  49.  * Gettext
  50.  * KF5I18n (required version >= 5.56.0)
  51.  * KF5IconThemes (required version >= 5.56.0)
  52.  * KF5TextWidgets (required version >= 5.56.0)
  53.  * KF5WidgetsAddons (required version >= 5.56.0)
  54.  * KF5WindowSystem (required version >= 5.56.0)
  55.  * KF5GlobalAccel (required version >= 5.56.0)
  56.  * Qt5Xml
  57.  * Qt5Test
  58.  * Qt5 (required version >= 5.10.0)
  59.  
  60. -- The following features have been disabled:
  61.  
  62.  * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)
  63.  
  64. -- Configuring done
  65. CMake Error at src/CMakeLists.txt:75 (add_library):
  66.   Target "KF5XmlGui" links to target "Qt5::CorePrivate" but the target was
  67.   not found.  Perhaps a find_package() call is missing for an IMPORTED
  68.   target, or an ALIAS target is missing?
  69.  
  70.  
  71. -- Generating done
  72. -- Build files have been written to: /home/andreagenor/kde/build/kxmlgui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement