alarm-clock icon indicating copy to clipboard operation
alarm-clock copied to clipboard

Does not compile under FreeBSD 13.2

Open kenmartin-unix opened this issue 2 years ago • 2 comments

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)

kenmartin-unix avatar Aug 21 '23 20:08 kenmartin-unix

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

ptrcnull avatar Aug 22 '23 21:08 ptrcnull

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.

kenmartin-unix avatar Aug 22 '23 22:08 kenmartin-unix