From marc at hacklava.net Sun Jan 27 09:33:22 2019 From: marc at hacklava.net (=?UTF-8?Q?Marc_Lavall=c3=a9e?=) Date: Sun, 27 Jan 2019 09:33:22 -0500 Subject: [chuck-dev] Compiling FaucK Message-ID: <166af380-43ee-a8c9-7ae8-cfdbb9419eae@hacklava.net> Hi ChucK developers. It's a first post. I'm not a developer (yet). I'd like to compile FaucK in order to use it (because I don't like to use software I can't compile). I was able to compile Faust and ChucK (from the git sources), and also FaucK, but I get this error: chuck examples/flute.ck [flute.ck]:line(5): undefined type 'Faust'... [flute.ck]:line(5): ... in declaration ... I though it could be caused by the version of LLVM; I tried versions 3.8 and 8, without success. What could be wrong? Thanks for your attention. Marc