Re: Ardour3-3.1 does not build on FreeBSD i386 10.0
Robin Gareus <[email protected]>
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <[email protected]> |
On 06/17/2013 08:12 PM, outro pessoa wrote:
> In the wscript file, there are a set of conditionals { os==apple then
> statement fi}
if.. fi sound like bash. What file are you looking at?
- properly formatted unlike this email, of course- followed
> by an else conditional for linux. Now, is it possible to add a second
> conditional to each of the if + else statements? if so, will it be an if-fi
> or an else+if-fi statement?
yes. it's python syntax, you can have as many elif's as you like. See
for example https://github.com/Ardour/ardour/blob/master/wscript#L50
and https://github.com/Ardour/ardour/blob/master/wscript#L121
There are also various examples though the wscripts for adding include
and/link paths e.g. for boost.
HTH,
robin