Hi all. I have trouble to build faust2 branch on my Mac OS 10.11.2 .

I’m using LLVM 3.6.2 installed via Homebrew.

First, I did make command but standard libraries were not found.

boxes/boxcomplexity.cpp:28:10: fatal error: 'ostream' file not found
#include <ostream>
         ^
1 error generated.
make[1]: *** [boxes/boxcomplexity.o] Error 1
make: *** [all] Error 2

It seemed that brew’s llvm was not used, so I tried ‘cmake .’ to configure.

and I did make again but some header file were not found.
so I confirmed compiler/CMakeLists.txt .
in line 6,
include_directories(boxes documentator draw draw/device draw/schema errors 
evaluate extended generator normalize parallelize
    parser patternmatcher propagate signals tlib utils ../libraries . 
../architecture)

 It seemed that subfolders under generator/ are not included, I added 

generator/asmjs generator/c generator/cpp generator/fir generator/java 
generator/js generator/llvm generator/wasm

into that.

and I did ‘cmake .’ and make again, then the compilation succeeded.
However, linking failed.(Linking of static library was succeeded but executable 
was not.)

Does anyone have ideas?

In Japan, there is few users and almost no information about faust…So sorry for 
my poor English. Thanks.

Matsuura Tomoya 
Tokyo University of the Arts
matsuura.nonymous[at]gmail.com


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to