Horacio Mijail Antón Quiles
Horacio Mijail Antón Quiles
Won't be able in at least a week,sorry. > On 23 Nov 2017, at 14:03, Eriks Dobelis wrote: > > @hmijail please, comment, if the commit changed anything for you....
What do you mean that it is not included in brew? I have it installed and in use by ffmpeg. ``` $ brew ls lame /opt/homebrew/Cellar/lame/3.100/bin/lame /opt/homebrew/Cellar/lame/3.100/include/lame/lame.h /opt/homebrew/Cellar/lame/3.100/lib/libmp3lame.0.dylib /opt/homebrew/Cellar/lame/3.100/lib/ (2...
Actually, you're right that the autotools build did NOT detect lame. Which is interesting, because at the same time it did detect mpeg123 which also comes from brew. ``` ......
[autoconf's config.log](https://github.com/libsndfile/libsndfile/files/9145270/config.log) [CMakeCache.txt](https://github.com/libsndfile/libsndfile/files/9145293/CMakeCache.txt) About CMake logs, do you mean the ones that appear in CMakeFiles? If so, here they are: [CMakeError.log](https://github.com/libsndfile/libsndfile/files/9145299/CMakeError.log) [CMakeOutput.log](https://github.com/libsndfile/libsndfile/files/9145300/CMakeOutput.log)
In case it helps, I notice that the lame installation did not create a pkg-config file in /opt/homebrew/lib/pkgconfig/, while the mpg123 instalation did. And indeed, config.log shows that pkg-config was...
> Can you send the build log? Which file exactly? I don't see any more .log files anywhere. > Obsolete Homebrew recipe? Can you update all and reinstall LAME? I...
Looking at the configure log, looks like all libraries get an -I and -L parameter. Lame is the one which doesn't, and sure enough the header and lib aren't found....
I suspect that the problem appears because Homebrew on Intel installs to /usr/local/{include,lib}, which conveniently are defaults for compilers, so anything installed is found automatically. But on Apple Silicon, Homebrew...
> Again, the question arises why our test macOS builds work without any problems. Is your test macOS build made with lame installed manually or with brew? Is it done...
Seems to be Intel, because there's references to x64 arch, but no arm.