[ardour-dev] 2.0 beta 7 released

Paul Davis paul at linuxaudiosystems.com
Tue Nov 7 09:58:05 PST 2006


On Tue, 2006-11-07 at 16:33 +0100, Olivier Doaré wrote:
> Selon Paul Davis <paul at linuxaudiosystems.com>:
> > > Copying sndfile.h to libs/ardour/ did the trick but i suppose something
> > better
> > > could be done...
> >
> > thats absolutely the wrong solution. unpack the tarball again, compile
> > it again and post the entire build log here. thanks.
> 
> Sorry, i knew it was a bad idea, i promise to not do it again...
> You'll find in attachement the copious scons output.

thanks. problem identified. the fix is now in svn (rev 1090 and above).
if you want to workaround it, apply the following patch to your tree.
otherwise, you will have to wait or use the hack i told you not to
use :)

i guess everyone compiling ardour so far has libsndfile-devel installed
on their machine.

--p


Index: libs/surfaces/control_protocol/SConscript
===================================================================
--- libs/surfaces/control_protocol/SConscript   (revision 1079)
+++ libs/surfaces/control_protocol/SConscript   (working copy)
@@ -33,6 +33,7 @@

 cp.Merge ([
     libraries['ardour'],
+    libraries['sndfile-ardour'],
     libraries['sigc2'],
     libraries['pbd'],
     libraries['midi++2'],





More information about the Ardour-Dev mailing list