hello
I thought I’d let you know about my latest efforts.
I am rebuilding Ardur, becauce my last build not work with latest macos distro Sonoma 14.2
After some messing around with the (constantly not found) header files (samplerate.h sndfile.h cairo.h etc). it compiled properly.
But i can’t make the installer package.
The last command “osx_build --public” runs into a loop
Ardour8.app/Contents/lib/libmp3lame.0.dylib: No such file or directory cp: @loader_path/../../../../opt/libvorbis/lib/libvorbis.0.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libvorbis.0.dylib: No such file or directory cp: @loader_path/../../../../opt/libvorbis/lib/libvorbisenc.2.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libvorbisenc.2.dylib: No such file or directory cp: @loader_path/../../../../opt/opus/lib/libopus.0.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libopus.0.dylib: No such file or directory cp: @loader_path/../../../../opt/mpg123/lib/libmpg123.0.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libmpg123.0.dylib: No such file or directory cp: @loader_path/../../../../opt/lame/lib/libmp3lame.0.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libmp3lame.0.dylib: No such file or directory cp: @loader_path/../../../../opt/libvorbis/lib/libvorbis.0.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libvorbis.0.dylib: No such file or directory cp: @loader_path/../../../../opt/libvorbis/lib/libvorbisenc.2.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libvorbisenc.2.dylib: No such file or directory cp: @loader_path/../../../../opt/opus/lib/libopus.0.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libopus.0.dylib: No such file or directory cp: @loader_path/../../../../opt/mpg123/lib/libmpg123.0.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libmpg123.0.dylib: No such file or directory cp: @loader_path/../../../../opt/lame/lib/libmp3lame.0.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libmp3lame.0.dylib: No such file or directory cp: @loader_path/../../../../opt/libvorbis/lib/libvorbis.0.dylib: No such file or directory chmod: Ardour8.app/Contents/lib/libvorbis.0.dylib: No such file or directory
It never ends.
It not make that folder: “Ardour8.app/Contents/lib” and some *.dylib files are placed up one directory
What i don’t have now and how can i fix it?
/if you want to ask someone something, ask your bathduck first/
Solution: I replace whole osx_packaging folder with one of the older from older ardour source versions. now it made folder “Ardour8.app/Contents/lib” and while the process was running, I manually copied there all those *.dylib files that the process itself could not find.
Success, Ardour-8.2.3-dbg-arm64.dmg created. and it installs but not run
Conclusion: it can compiled and ardev runs and works with qjackctl, can record music, but can not install it. ardour8 not run after install.
Thanks