Re: [Faudiostream-users] trouble building faust 1 from git

2016-06-03 Thread Albert Graef
This definitely isn't faust1 that you're trying to build there, it's faust2. The -I` --includedir` is the giveaway (this comes from compiler/Makefile.unix, but only in faust2). Looks to me like you're trying to build faust2 and don't have LLVM installed (or at least llvm-config cannot be found in

Re: [Faudiostream-users] trouble building faust 1 from git

2016-06-03 Thread Bart Brouns
Thanks Julius. OK, the build got a bit further but then started complaining about llvm. Since I'm building faust1, I double-checked which commit I'm building of, and (re-)discovered that I'm stupid. Actual latest git builds fine... Sorry for the noise, Bart. On Fri, Jun 03, 2016 at

Re: [Faudiostream-users] trouble building faust 1 from git

2016-06-03 Thread Bart Brouns
Thanks Steve. I'm already doing that. But IIUC that defines where the output of the build goes, and my problem is that the build doesn't find it's headers. Cheers, Bart. On Fri, Jun 03, 2016 at 05:23:43PM -0300, Stephen Sinclair wrote: >Would it help to use, > > make

Re: [Faudiostream-users] trouble building faust 1 from git

2016-06-03 Thread Julius Smith
To finish that approach, you would want cp architecture/faust compiler/generator or perhaps better, use ln -s. It occurs to me that the makefile could create this link temporarily and then delete it after the build. The problem is that JSONUI.h says things like #include "faust/gui/UI.h"

Re: [Faudiostream-users] trouble building faust 1 from git

2016-06-03 Thread Stephen Sinclair
Would it help to use, make prefix=/my/path/to/usr/local For instance, I regularly use, make prefix=$HOME/.local install and it works fine for me. Steve On Fri, Jun 3, 2016 at 4:16 PM, Bart Brouns wrote: > > Thanks. > I'm using NixOS, which has many advantages,

Re: [Faudiostream-users] trouble building faust 1 from git

2016-06-03 Thread Bart Brouns
Thanks. I'm using NixOS, which has many advantages, but you pay for that by it not following the Filesystem Hierarchy Standard. IOW: I don't have /usr/local/ Instead, I did the following inside the pkg (== build recipe) mkdir -p compiler/generator/faust/gui/ cp

Re: [Faudiostream-users] trouble building faust 1 from git

2016-06-03 Thread Julius Smith
It looks like a chicken-and-egg problem. Try cp /architecture/faust/gui/JSONUI.h /usr/local/include/faust/gui/ There may be other headers to install as well. Maybe the Faust makefile should have a separate "installhdrs" target that is recommended when an installed dependency is found to be

[Faudiostream-users] trouble building faust 1 from git

2016-06-03 Thread Bart Brouns
Hi, I'm trying to build the latest git, and I get: http://nixpaste.lbr.uno/raw/6GlRm2v9 Any ideas? Cheers, Bart. -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an