RaspPiOS Bookworm cmake fails...(?)
-
I have previously compiled Strawberry successfully on Raspian (Buster and Bullseye) with a little help from Jonas - thank you but now retrying on a fresh install of Bookworm. Previously Jonas pointed me to a longish list of additional apt-installs but now cmake fails shortly after kickoff with:
-- The following ICU libraries were not found:
-- uc (required)
-- i18n (required)
CMake Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY
_ICU_REQUIRED_LIBS_FOUND)
Call Stack (most recent call first):
/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.25/Modules/FindICU.cmake:333 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:112 (find_package)
-- Configuring incomplete, errors occurred!
Can someone please help me as I am now seriously out of my depth,
Thank you. -
Duh!!! Please ignore my request 15 minutes ago!
Strawberry is in the new Raspberry Pi Bookworm repository already.
I am so pleased, thank you.
Doug Bates
-
@DougB
You were missing libicu-dev, the dependency was added a while back.