-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't build on MacOS 14 #42
Comments
The main issue seems to be: Ld /Users/abrahamburnett/Library/Developer/Xcode/DerivedData/Cheetah-dgmudtsfftmgikghkzbadgcanayg/Build/Products/Debug/LibWhisper.framework/Versions/A/LibWhisper normal (in target 'LibWhisper' from project 'Cheetah') ERROR: Framework 'CoreAudioTypes' not found or something like that |
Unable to build on MacOS 14.1.1 as well |
Try to use whisper v1.4.0. Go to whisper directory and type git checkout v1.4.0. Than try to rebuild the project. |
|
This looks like a super cool and useful project, but it won't build on MacOS 14.0. Here's the issues I'm getting when I try to build it in Xcode targeting macOS 14.0:
Cheetah 3 issues
CheetahApp
'onChange (of:perform:)' was deprecated in macOS 14.0: Use 'onChange with a two or zero parameter
action closure instead.
く CoachView
'onChange (of:perform:)' was deprecated in macOS 14.0: Use 'onChange with a two or zero parameter
action closure instead.
RSDimensionHugging TextField
Cannot use class 'NSTextField' here; 'AppKit' was not imported by this file
く CheetahIPC 1 issue
く Server
'unarchiveObject (with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error:
instead
• LibWhisper 378 issues
Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found
× Linker command failed with exit code 1 (use -v to see invocation)
common-sdl
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int'
common
Implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int'
'wstring_convert<std::codecvt_utf8<wchar_t>>' is deprecated
'codecvt_utf8<wchar_t>' is deprecated
'wstring_convert<std::codecvt_utf8<wchar_t>>' is deprecated
'codecvt_utf8<wchar_t>' is deprecated
Implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int'
Implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int'
Implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int'
Implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'const int'
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'value_type' (aka 'int')
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'value_type' (aka 'int')
ggml
Unused function 'ggm|_up32'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int32_t' (aka 'int')
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int32 t' (aka 'int')
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int32_t' (aka 'int')
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int32_t' (aka 'int')
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int32_t' (aka 'int')
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int32_t' (aka 'int')
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int32_t' (aka 'int')
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int32_t' (aka 'int')
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int'
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int'
Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int'
/Users/abrahamburnett/workspace/whisper.cpp/ggml.c:9611:17 'cblas_sgemm' is deprecated: first deprecated in macOS 13.3 - An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
stream
The text was updated successfully, but these errors were encountered: