Closed julientaq closed 2 years ago
Can you share these?
See also "/tmp/sketchybar-20211231-36093-znxmsj/SketchyBar-2.3.3/CMakeFiles/CMakeOutput.log". See also "/tmp/sketchybar-20211231-36093-znxmsj/SketchyBar-2.3.3/CMakeFiles/CMakeError.log".
Those files don’t exist on my computer 😱
I guess homebrew move’em somewhere i can’t find. I’m digging.
The cmake problem is likely also connected to the unsupported arm64 architecture that is set in CMakeLists.txt
:
set(CMAKE_OSX_ARCHITECTURES x86_64 arm64 CACHE STRING "")
Homebrew is good after arm64 in CMakeLists.txt
is removed.
My steps:
testing right away! thanks!
When you say source zip file are you talking of one specific file?
Also, how does brew know that it needs to fetch from localhost? Every time i try, it gets the formula on github
Thanks a lot for having taken the time to answer :)
When you say source zip file are you talking of one specific file?
Also, how does brew know that it needs to fetch from localhost? Every time i try, it gets the formula on github
Thanks a lot for having taken the time to answer :)
Hello, I am having the same issue on macOS Catalina, did anyone manage to resolve the issue?
I believe you can clone the repository and run „make x86“ inside to build the binary for catalina. It is not working from brew because it tries to build a universal binary for arm64 and x86 and catalina cant do that sadly. As it seems that many people still use catalina I might invest some time to fix the formula but I have no way to test as my machines all run >= big sur. Does anyone know how I would check for operating system version in the brew formula?
I have tried to implement it in the brew formula, could someone try it and let me know if it works?
Up and running!
Thanks a lot @FelixKratz
Hi there installing on Catalina doesnt work through homebrew. Here is the error i get.
Any idea on how to proceed?