[Bug 289714] audio/ardour: does not start on Rel. 14.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 26 Jan 2026 16:35:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289714

--- Comment #9 from Stellan Alm <stellan.alm@gmail.com> ---
Finally got into the mood:

Cloned the src from  https://github.com/Ardour/ardour switched 
to tag  'releases/8.12'

Look into https://ardour.org/development.html

Patched files:

Mode    Name    Size    
-rw-r--r--      patch-libs_aaf_utils.c  330     logplainblame
-rw-r--r--      patch-libs_vst3_pluginterfaces_base_fplatform.h 474    
logplainblame

Used the the options in Makefile
--optimize --ptformat --freedesktop --no-phone-home \
        --with-backends=jack,dummy --internal-shared-libs --no-ytk 

$ ./waf configure --cxx17 --boost-include=/usr/local/include -optimize
--ptformat --freedesktop --no-phone-home --with-backends=jack,dummy
--internal-shared-libs --no-ytk --prefix=/home/stellan/Programs/ardour

Builds just fine, and now works ... 

In the Makefile there is a --cxx14 argument, but not in the configure part.

So the question is, what is the difference from this build and the packaging?

-- 
You are receiving this mail because:
You are the assignee for the bug.