Hi, Please see the note below regarding ffado. I have not been able to get this to work. Is it possible for someone to take a look at the ebuild.. Regards Allan ----- Original Message ----- From: "Stefan Richter" To: [email protected] Cc: [email protected] Sent: Mon, 25 Apr 2016 20:31:17 +0200 Subject: Re: [FFADO-user] can't build on gentoo On Apr 26 Allan wrote: > I'm having the same problem someone else posted in the dev list (seen > on Gmane) > > RE: [LAD] [FFADO-DEVEL] CAN'T BUILD LIBFFADO 2.2.1 UNDER GENTOO > > I'm building from a live cd distro that has been built with GCC 5.3.. > Although I notice in the thread that the same issue is happening > with 4.9.3..Has anyone found a solution to this
Yes, CXXFLAGS="-std=gnu++11" scons CUSTOM_ENV=True or more precisely sudo CXXFLAGS="-std=gnu++11" scons install CUSTOM_ENV=True works for me. > (e.g. on cvs or something like that) I am building this way from an svn.ffado.org checkout, IOW I do not use the proaudio overlay. I wouldn't know how to fix the ebuild, in case anybody wondered. This way to build it is probably a workaround, not a fix. I still want to compare library versions with the Debian build log from Adrian's post. Apparently the problem is that the C++ dialect used in FFADO is incompatible with the C++ dialect used in one or two of the C++ template-"libraries" which are pulled in into FFADO at compile-time. -- Stefan Richter -======----- -=-- ==--= http://arcgraph.de/sr/
