Hello everyone, I'm trying to configure computer control on my new computer (M2 mac with MacOS Sonoma) but after following the tutorial and trying to run cmake to configure the program I'm getting the following errors:
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- Found OpenCV: /usr/local/Cellar/opencv/4.8.1_5 (found version "4.8.1")
-- Found PkgConfig: /opt/homebrew/bin/pkg-config (found version "0.29.2")
-- Checking for one of the modules 'tesseract'
-- Checking for one of the modules 'lept'
-- Configuring done (1.2s)
CMake Error: AUTOUIC for target SerialPrograms: Test run of "uic" executable "/opt/homebrew/share/qt/libexec/uic" failed.
/opt/homebrew/share/qt/libexec/uic -h
dyld[39345]: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.73.dylib
Referenced from: <70462C65-5579-3163-98AE-2BD41D311FC5> /opt/homebrew/Cellar/qt/6.5.2/lib/QtCore.framework/Versions/A/QtCore
Reason: tried: '/opt/homebrew/opt/icu4c/lib/libicui18n.73.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/icu4c/lib/libicui18n.73.dylib' (no such file), '/opt/homebrew/opt/icu4c/lib/libicui18n.73.dylib' (no such file), '/opt/homebrew/Cellar/icu4c/74.2/lib/libicui18n.73.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/icu4c/74.2/lib/libicui18n.73.dylib' (no such file), '/opt/homebrew/Cellar/icu4c/74.2/lib/libicui18n.73.dylib' (no such file)
Subprocess aborted
CMake Generate step failed. Build files cannot be regenerated correctly.
I was able to configure this fine on my previous mac (intel and monterey os), can anyone help guide me through what I've done wrong?
Thanks in advance



