mp3splt icon indicating copy to clipboard operation
mp3splt copied to clipboard

Strange error during building in macOS .in'ig.status: error: cannot find input file: 'Makefile

Open jingcodeguy opened this issue 1 year ago • 0 comments

I am trying to build from the source for macOS Sonoma 14.6 after trying the prebuild version. The pre-build version from Homebrew seems not working properly. That's why I try to build one.

During the building, it display the error

.in'ig.status: error: cannot find input file: 'Makefile

It seems that there are something missing or naming handling. I tried to resolve but still not succeed. And it did not find some packages, I tried with --with-mad --with-vorbis --with-ogg. It worked at first but then it suddenly display another error:

checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
configure: error: /bin/sh ./libltdl/config/config.sub   failed
zsh: no such file or directory: --with-ogg=/opt/homebrew/Cellar/libogg/1.3.5
``

The file do exists and it worked and suddenly stopped working.

jingcodeguy avatar Aug 05 '24 10:08 jingcodeguy