alarm-clock-applet / alarm-clock

Alarm Clock is a fully-featured alarm clock for use with an AppIndicator implementation.
https://alarm-clock-applet.github.io
GNU General Public License v2.0
118 stars 31 forks source link

Does not compile under FreeBSD 13.2 #221

Open kenmartin-unix opened 11 months ago

kenmartin-unix commented 11 months ago

CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args) CMakeLists.txt:48 (find_package)

ptrcnull commented 11 months ago

do you have devel/pkgconf installed? the error message sounds pretty clear :p

kenmartin-unix commented 11 months ago

do you have devel/pkgconf installed? the error message sounds pretty clear :p

Thanks I had to install a number of other packages like gettext, libappindicator and ayatana-ido.