Hi,

Here is a patch to make faust2 compile with llvm 3.8.0:
http://users.notam02.no/~kjetism/faust2_llvm38.patch

Although I mostly didn't know what I was doing, it seems
to work.

I had to recompile llvm though to support rtti (run time type information),
since llvm 3.8 is configured with -no-rttfi by default.

Without recompiling llvm, I got these linker errors:

generator/llvm/llvm_code_container.o:(.data.rel.ro._ZTIN4llvm8FCmpInstE[_ZTIN4llvm8FCmpInstE]+0x10):
undefined reference to `typeinfo for llvm::CmpInst'
generator/llvm/llvm_code_container.o:(.data.rel.ro._ZTIN4llvm10SelectInstE[_ZTIN4llvm10SelectInstE]+0x10):
undefined reference to `typeinfo for llvm::Instruction'
generator/llvm/llvm_dsp_aux.o:(.data.rel.ro._ZTI16FaustObjectCache[_ZTI16FaustObjectCache]+0x10):
undefined reference to `typeinfo for llvm::ObjectCache'


I tried to fix these, but gave up after getting nowhere, and recompiled
llvm instead.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to