From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 18 16:58:04 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CA9FFCC for ; Tue, 18 Dec 2012 16:58:04 +0000 (UTC) (envelope-from Mathias.Picker@virtual-earth.de) Received: from www94.your-server.de (www94.your-server.de [213.133.104.94]) by mx1.freebsd.org (Postfix) with ESMTP id 232AE8FC19 for ; Tue, 18 Dec 2012 16:58:03 +0000 (UTC) Received: from [92.230.240.176] (helo=[192.168.178.33]) by www94.your-server.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.74) (envelope-from ) id 1Tl0UV-00053U-0l for freebsd-multimedia@freebsd.org; Tue, 18 Dec 2012 17:58:03 +0100 Subject: Re: Welcome to Ardour 3 Beta 5 for FreeBSD From: Mathias Picker To: freebsd-multimedia@freebsd.org In-Reply-To: <1355848782.71711.17.camel@mp> References: <1355846645.71711.9.camel@mp> <1355848235.71711.14.camel@mp> <1355848782.71711.17.camel@mp> Content-Type: text/plain; charset="UTF-8" Organization: virtual earth GmbH Date: Tue, 18 Dec 2012 17:57:59 +0100 Message-ID: <1355849879.71711.19.camel@mp> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Authenticated-Sender: Mathias.Picker@virtual-earth.de X-Virus-Scanned: Clear (ClamAV 0.97.5/15902/Tue Dec 18 16:44:21 2012) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 16:58:04 -0000 Am Dienstag, den 18.12.2012, 17:39 +0100 schrieb Mathias Picker: > Am Dienstag, den 18.12.2012, 17:30 +0100 schrieb Mathias Picker: > > Am Dienstag, den 18.12.2012, 17:04 +0100 schrieb Mathias Picker: > > > Am Dienstag, den 18.12.2012, 12:19 -0200 schrieb Marcel Bonnet: > > > > Hi, folks. > > > > > > > > == Welcome to Ardour 3 Beta 5 for FreeBSD == > > > > > > > > I'm announcing a port for Ardour 3 Beta 5 (revision 13072), the last > > > > beta before the 3.0-RELEASE. > > > > > > Wow, thanks! Just in time for Xmas. > > > > > > > > First, thanks to Juergen Lock for his Ardour 3 Beta 1 port. I evolved on > > > > the same Makefile and patches. > > > > > > > > == Notes == > > > [snip] > > > > > > Before I comment on the other ports let me try to build ardour. > > > > > > First, I needed to add -lstdc++ for waf to compile the boost test, and > > > now I'm missing sratom, which is not in ports and wasn't needed for > > > Ardour3b1. > > > > > > Do you have it? > > > > OK, I build it myself. > > > > Now I get: > > > > [ 55/756] cxx: libs/evoral/src/SMF.cpp -> > > build/libs/evoral/src/SMF.cpp.2.o > > clang: warning: argument unused during compilation: '-rdynamic' > > ../libs/vamp-sdk/src/vamp-hostsdk/PluginHostAdapter.cpp:41:2: error: > > Unexpected version of Vamp SDK header > > included > > #error Unexpected version of Vamp SDK header included > > ^ > > 1 error generated. > > > > My vamp: > > > > mp# pkg info|grep vamp > > vamp-plugin-sdk-2.3 Vamp audio analysis plugin SDK > > > > Ardour ships with it's own vamp library and seems to get in trouble > > here. I do not yet know how to work around it, will investigate. > > Any hints welcome. > > Indeed, after moving my system vamp out of the way temporarily, the > build resumes, but now stops at: > > In file included > from /usr/home/mathiasp/Developer/Ardour3/ports/ardour/work/ardour-3.0-beta5-r13072/libs/evoral/evoral/Sequence.hpp:34: > /usr/home/mathiasp/Developer/Ardour3/ports/ardour/work/ardour-3.0-beta5-r13072/libs/evoral/evoral/PatchChange.hpp:126:7: error: > reference to non-static member function must be called; did you > mean to call it with no arguments? > if (bank != o.bank()) { Changing this to bank() != o.bank() resumes the build... > ^~~~ > () > 1 error generated. > Waf: Leaving directory > `/usr/home/mathiasp/Developer/Ardour3/ports/ardour/work/ardour-3.0-beta5-r13072/build' > Build failed > > But now: [195/756] cxx: libs/ardour/thread_buffers.cc -> build/libs/ardour/thread_buffers.cc.1.o clang: warning: argument unused during compilation: '-rdynamic' ../libs/ardour/session_vst.cc:62:69: error: cast from pointer to smaller type 'int' loses information ...("am callback 0x%x, opcode = %d, plugin = \"%s\" ", (int) pthread_self(), opcode, plug->name()); ^~~~~~~~~~~~~~~~~~~~ ../libs/ardour/session_vst.cc:66:51: error: cast from pointer to smaller type 'int' loses information SHOW_CALLBACK ("am callback 0x%x, opcode = %d", (int) pthread_self(), opcode); ^~~~~~~~~~~~~~~~~~~~ 2 errors generated. :( > Any ideas, tips, help? > > I'm now off to catch my train, and tomorrow I'll probably offline, but > maybe I'll look into this in the train ;) > > Cheers, Mathias > > > > > > Cheers, Mathias > > > > > > > > > > As for lv2/lv2core, I would ask the lv2core maintainer how he would like > > > to handle this. > > > > > > Cheers, Mathias > > > > > > _______________________________________________ > > > freebsd-multimedia@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > > > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > > > > > > _______________________________________________ > > freebsd-multimedia@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org"