psifidotos / nowdock-panel

Plasma 5 panel that that creates a plank or mac style zoom effect for its tasks (accompanies the Now Dock Plasmoid)
GNU General Public License v3.0
22 stars 6 forks source link

arch linux err #71

Closed Soneji closed 6 years ago

Soneji commented 6 years ago

I tried to install on arch and i get this.

-- The C compiler identification is GNU 7.2.1
-- The CXX compiler identification is GNU 7.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Installing in the same prefix as Qt, adopting their path scheme.
-- Found KF5Plasma: /usr/lib64/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version "5.42.0") 
-- Found KF5PlasmaQuick: /usr/lib64/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfig.cmake (found version "5.42.0") 
-- Found KF5WindowSystem: /usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake (found version "5.42.0") 
CMake Warning at /usr/share/cmake-3.10/Modules/CMakeFindDependencyMacro.cmake:48 (find_package):
  By not providing "FindKF5DesignerPlugin.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "KF5DesignerPlugin", but CMake did not find one.

  Could not find a package configuration file provided by "KF5DesignerPlugin"
  (requested version 5.42.0) with any of the following names:

    KF5DesignerPluginConfig.cmake
    kf5designerplugin-config.cmake

  Add the installation prefix of "KF5DesignerPlugin" to CMAKE_PREFIX_PATH or
  set "KF5DesignerPlugin_DIR" to a directory containing one of the above
  files.  If "KF5DesignerPlugin" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  /usr/lib64/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake:48 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package)
  libnowdock/CMakeLists.txt:6 (find_package)

CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package):
  Found package configuration file:

    /usr/lib64/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake

  but it set KF5KDELibs4Support_FOUND to FALSE so package
  "KF5KDELibs4Support" is considered to be NOT FOUND.  Reason given by
  package:

  KF5KDELibs4Support could not be found because dependency KF5DesignerPlugin
  could not be found.

Call Stack (most recent call first):
  libnowdock/CMakeLists.txt:6 (find_package)

-- Could NOT find KF5KDELibs4Support (found version "5.42.0"), checked the following files:
    /usr/lib64/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake (version 5.42.0)
    Reason given by package: KF5KDELibs4Support could not be found because dependency KF5DesignerPlugin could not be found.

-- Found KF5CoreAddons: /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.42.0") 
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find KF5 (missing: KDELibs4Support) (found version "5.42.0")
Call Stack (most recent call first):
  /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args)
  libnowdock/CMakeLists.txt:6 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/dhaval/git-clones/nowdock-panel/build/CMakeFiles/CMakeOutput.log".

The error seems to say kde4libs support is missing, but i have version 5.42.0 installed

psifidotos commented 6 years ago

NowDock development is deprecated... All the development moved to : https://github.com/psifidotos/Latte-Dock and it is a standalone dock adjusted completely to plasma desktop...

you can watch: https://www.youtube.com/watch?v=Q-Oof_CRNG4 https://www.youtube.com/watch?v=74EA3nijbTU

Soneji commented 6 years ago

thankss!! :)