albinoz / ffmpeg-static-OSX

macOS Build Last Static ffmpeg
51 stars 17 forks source link

cmake not found #20

Closed filipsworks closed 1 year ago

filipsworks commented 2 years ago

[2022-08-11 18:22:26] + ln -s libpng16/pngconf.h pngconf.h [2022-08-11 18:22:26] + cd /Volumes/RamDisk/sw/lib/pkgconfig [2022-08-11 18:22:26] + rm -f libpng.pc [2022-08-11 18:22:26] + ln -s libpng16.pc libpng.pc [2022-08-11 18:22:26] [2022-08-11 18:22:26] 📍 openjpeg git [2022-08-11 18:22:28] Klonowanie do „openjpeg”... [2022-08-11 18:22:36] /Users/filipsworks/Desktop/ffmpeg-static-OSX/ffmpeg-static-OSX.command: line 127: cmake: command not found

22-08-11 18:22:51 0: which cmake /opt/homebrew/bin/cmake

albinoz commented 2 years ago

Bonjour, Thanks for repport !

The homebrew look broken ? Or have you install others bin without brew ?

I have have successfully build Last ffmpeg without error : Could you attch yours Logs if repeat : adam-FFmpeg-Static.log

Have a nice Day

filipsworks commented 2 years ago

Hello,

Reproduced the same error on macOS 13. Logs of running script pulled from git as-is: ffmpeg.log

Logs after fixing path to cmake (it cannot find ninja): fixed_cmake_path.log

The path to homebrew is in /opt/ because that's default for M1 macs.

albinoz commented 1 year ago

Hi,

Thanks for your return,

This script not work for Apple Silicon for Now

Have a nice Day ;)