Hello!
I'm getting the following build failure from:
git b0e8c269 Sat Nov 30 16:33:17 2024 +0100
on macOS 15.2 (24C101) aarch64:
$ ./configure --prefix=~/Applications/Pd.app/Contents/Resources/extra \
--with-pd=~/Applications/Pd.app/Contents/Resources/src
[...]
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../../src -I../../src/Gem -I../../src -fobjc-arc -DPD
-I/Users/rnkn/Applications/Pd.app/Contents/Resources/src -g -O2 -MT
gem_imageIO_la-imageIO.lo -MD -MP -MF .deps/gem_imageIO_la-imageIO.Tpo
-c -o gem_imageIO_la-imageIO.lo `test -f 'imageIO.mm' || echo
'./'`imageIO.mm
libtool: compile: unable to infer tagged configuration
libtool: error: specify a tag with '--tag'
make[2]: *** [gem_imageIO_la-imageIO.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
I can make this go away by adding
--without-ImageIO-framework
but then I just get the same tag/framework error:
[...]
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../../src -I../../src/Gem -I../../src -fobjc-arc -DPD
-I/Users/rnkn/Applications/Pd.app/Contents/Resources/src -g -O2 -MT
gem_filmAVF_la-filmAVF.lo -MD -MP -MF .deps/gem_filmAVF_la-filmAVF.Tpo
-c -o gem_filmAVF_la-filmAVF.lo `test -f 'filmAVF.mm' || echo
'./'`filmAVF.mm
libtool: compile: unable to infer tagged configuration
libtool: error: specify a tag with '--tag'
make[2]: *** [gem_filmAVF_la-filmAVF.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
And so on with
--without-AVFoundation-framework
and so forth. So it seems to be an error with the way libtool is linking to frameworks?
attached: config.log attached: build.log