Re: [Faudiostream-users] trouble building faustlive

2022-06-05 Thread Florian Hülsmann
Hey Klaus, I just added a faustlive package to the (unofficial) archlinux-proaudio binary repo [1] and the AUR [2]. Unless you want to use development versions of faust/faustlive, this should make installing and updating it easier. Flo [1] https://arch.osamc.de/ [2]

Re: [Faudiostream-users] trouble building faustlive

2022-05-31 Thread Klaus Scheuermann
libmicrohttpd 0.9.75-1 is installed from arch/pacman. Pretty sure it was when I compiled faust... On Tue, 2022-05-31 at 12:45 +0200, Stéphane Letz wrote: > Is libmicrohttpd correctly installed ? > >

Re: [Faudiostream-users] trouble building faustlive

2022-05-31 Thread Stéphane Letz
Is libmicrohttpd correctly installed ? https://github.com/grame-cncm/faustlive/blob/0dd0d86df19c1dc822c106908869cf720128e43d/Build/README.md I not do it, then clean and recompile Faust first. Stéphane > Le 31 mai 2022 à 12:35, Klaus Scheuermann a écrit : > > Ok, that cloned the libs :) > >

Re: [Faudiostream-users] trouble building faustlive

2022-05-31 Thread Klaus Scheuermann
Ok, that cloned the libs :) - I ran ./version - I modified CMakeLists.txt with -DAPP_VERSION="2.5.10" - then 'make' A lot went well, but the some errors: https://paste.rs/P3a Almost there, I guess? Merci. On Tue, 2022-05-31 at 12:19 +0200, Stéphane Letz wrote: > Try : git submodule update

Re: [Faudiostream-users] trouble building faustlive

2022-05-31 Thread Stéphane Letz
Try : git submodule update —init at the root level. Stéphane > Le 31 mai 2022 à 12:14, Klaus Scheuermann a écrit : > > >> Are you build FL from the git repository? Or from a release package ? >> Which version ? > I'm building from the git repo. > >> When compiling from the Git

Re: [Faudiostream-users] trouble building faustlive

2022-05-31 Thread Klaus Scheuermann
> Are you build FL from the git repository? Or from a release package ? > Which version ? I'm building from the git repo. > When compiling from the Git repository, the > '/home/ks/Install/faustlive/Resources/Libs/ folder is actually a Git > submodule and should contain all the xx.lib libraries

Re: [Faudiostream-users] trouble building faustlive

2022-05-30 Thread Stéphane Letz
Are you build FL from the git repository? Or from a release package ? Which version ? When compiling from the Git repository, the '/home/ks/Install/faustlive/Resources/Libs/ folder is actually a Git submodule and should contain all the xx.lib libraries files. Is this the case? Stéphane > Le

[Faudiostream-users] trouble building faustlive

2022-05-30 Thread Klaus Scheuermann
Hi, I am trying to build faustlive on arch linux. I istalled faust with 'all', and all dependencies. I ran the version script. If I 'make' then: [ks@home Build]$ make if test -d .git; then git submodule update --init; fi make qrc make[1]: Entering directory '/home/ks/Install/faustlive/Build'