<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
Thanks for clearing that up. I assume know that I can leave out all the libraries that<br>need extra compilation. I've seen that headers are being installed. If this is true (and there are<br>no extra dependencies), then ardour doesn't recognize that the headers are installed.<br>I see that boost installes the headers in /usr/include/boost-1_34_1/boost by default (--prefix=/usr),<br>which might explain the problem. But when I change the boost section in the SConstruct file so that <br>it points to /usr/include/boost-1_34_1/, compilation of ardour starts, but fails at a later stage.<br>As I see the errors, I think it cannot find the headers later on in the process.<br>I'm not shure if this is the right way of doing things. I would appreciate any help.<br><br>greets<br><br>Lieven<br><br>PS: I've no idea how to solve the word wrapping issue.<br><div style="text-align: left;">I hope this one will be allright.<br></div><br>> Date: Thu, 16 Aug 2007 14:07:44 -0400<br>> From: taybin@penguinsounds.org<br>> To: ardour-users@lists.ardour.org<br>> Subject: Re: [Ardour-Users] FW:  boost libs<br>> <br>> On Thu, August 16, 2007 12:08 pm, Lieven Moors wrote:<br>> <br>> > This is not true. Installing boost from source takes more than 328 Megs !<br>> > (I don't know how much more)That is, if you don't specify which libraries<br>> > it should leave out with the --without-libraries switch to configure.The<br>> <br>> That is exactly what you should specify.  AFAIK, Ardour only needs the<br>> headers.<br>> <br>> Also, your emails seem to have some word wrapping issues.  They're a<br>> little hard to read. :)<br>> <br>> Taybin<br>> <br>> _______________________________________________<br>> Ardour-Users mailing list<br>> ardour-users@lists.ardour.org<br>> http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org<br></body>
</html>