Re: [Faudiostream-devel] OSX build broken?

2017-11-27 Thread Oliver Larkin via Faudiostream-devel
I don't think faust likes homebrew, I have mac ports just for compiling faust > On 27 Nov 2017, at 10:37, stijn . wrote: > > Hi Stephane, > > that is what I first did, I only tried cmake after make failed: > > > However when I try to build using make I come across the following error > > mes

Re: [Faudiostream-devel] OSX build broken?

2017-11-27 Thread stijn .
Hi Stephane, that is what I first did, I only tried cmake after make failed: > > > However when I try to build using make I come across the following error > message: > > > > In file included from generator/code_container.hh:37: > > generator/json_instructions.hh:28:10: fatal error: 'faust/gui/JS

Re: [Faudiostream-devel] OSX build broken?

2017-11-27 Thread Stéphane Letz
Try to use the regular makefile (the cmake file is current unsupported, we are working on a completely new version) Stéphane > Le 27 nov. 2017 à 10:51, stijn . a écrit : > > Hello faudiostream-devel list, > > I am new to this list and to faust. I would love to support faust in a new > fra

[Faudiostream-devel] OSX build broken?

2017-11-27 Thread stijn .
Hello faudiostream-devel list, I am new to this list and to faust. I would love to support faust in a new framework that I am currently working on. I cloned faust from git using git clone g...@github.com:grame-cncm/faust.git faust However when I try to build using make I come across the followi

Re: [Faudiostream-devel] OSX Build

2015-03-29 Thread Stéphane Letz
Works here on OSX 10.8.5 On which OSX version are you compiling? Thanks. Stéphane Le 28 mars 2015 à 21:27, Guy Sherman a écrit : > Hi There, > > I’ve been trying to build the faust2 branch but run into an error at the > linking stage: > > Undefined symbols for architecture i386: > "typei

[Faudiostream-devel] OSX Build

2015-03-28 Thread Guy Sherman
Hi There, I’ve been trying to build the faust2 branch but run into an error at the linking stage: Undefined symbols for architecture i386: "typeinfo for llvm::ObjectCache", referenced from: typeinfo for FaustObjectCache in llvm_dsp_aux.o ld: symbol(s) not found for architecture i386 clan