×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

[ SOLVED] kstars build fail

  • Posts: 224
  • Thank you received: 14
@knro ..with last change not compile:
-- Found KF5Notifications: /usr/lib/x86_64-linux-gnu/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.28.0") 
CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package):
  Could not find a package configuration file provided by "KF5NotifyConfig"
  with any of the following names:
 
    KF5NotifyConfigConfig.cmake
    kf5notifyconfig-config.cmake
 
  Add the installation prefix of "KF5NotifyConfig" to CMAKE_PREFIX_PATH or
  set "KF5NotifyConfig_DIR" to a directory containing one of the above files.
  If "KF5NotifyConfig" provides a separate development package or SDK, be
  sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:66 (find_package)
 
 
-- Could NOT find KF5NotifyConfig: found neither KF5NotifyConfigConfig.cmake nor kf5notifyconfig-config.cmake 
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find KF5 (missing: NotifyConfig) (found version "5.28.0")
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args)
  CMakeLists.txt:66 (find_package)
 
 
-- Configuring incomplete, errors occurred!


Thx.
Last edit: 7 years 2 months ago by Teseo. Reason: Solved, dependence issue.
7 years 2 months ago #14064

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812

Replied by Rob Lancaster on topic kstar build fail

Yes, I just got the same build error on my Mac when building the latest version of kstars. It appears to have been caused by an addition that was pushed about 13 hours ago. Jasem was adding notifications configuration to kstars. I suspect this just means that you have an unmet dependency, knotifyconfig. I just installed that and I am retrying the build.

github.com/KDE/knotifyconfig

github.com/KDE/kstars/commit/dc3920013a2...837ea02ef67e8231c18d
The following user(s) said Thank You: Teseo
7 years 2 months ago #14067

Please Log in or Create an account to join the conversation.

  • Posts: 224
  • Thank you received: 14

Replied by Teseo on topic kstar build fail

Yes it's a dependence issue.
In linux mint have to install "libkf5notifyconfig-dev"
Thx ..bye.
7 years 2 months ago #14073

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic kstar build fail

I also just made it optional dependency
The following user(s) said Thank You: Teseo
7 years 2 months ago #14074

Please Log in or Create an account to join the conversation.

Time to create page: 0.197 seconds