so iÄm trying to compile the latest and greatest *release* of faust
(2.5.23) on my Debian/sid box.

for the LLVM-backend, i've installed llvm-6.0-dev (since the llvm-dev
package on Debian/buster+sid is now llvm-7, which is incompatible with
faust-2.5.23).

unfortunately i'm getting linker errors:

~~~
$ mkdir mybuild
$ cd mybuild
$ cmake -C ../build/backends.cmake ../build
$ make -j8
[...]
usr/bin/ld:
CMakeFiles/faust.dir/build/faust-2.5.23~repack1/compiler/generator/llvm/llvm_dynamic_dsp_aux.cpp.o:(.data.rel.ro._ZTI28llvm_dynamic_dsp_factory_aux[_ZTI28llvm_dynamic_dsp_factory_aux]+0x10):
undefined reference to `typeinfo for llvm_dsp_factory_aux'
$
~~~

i tried "various things" to fix them, but to no avail.
ideas?


sidenote: the current master-dev HEAD compiles without problems.

since i'm doing all this to finally upgrade the faust Debian packages to
faust2, i wonder whether it would be wise to just package 2.13.14
(cd34eccb). hints?

dgamsdr
IOhannes

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to