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] https://aur.archlinux.org/packages/faustlive

Am Di., 31. Mai 2022 um 12:55 Uhr schrieb Klaus Scheuermann <kla...@posteo.de>:
>
> 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 ?
> >
> > 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 <kla...@posteo.de> a
> > > écrit :
> > >
> > > 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 —init
> > > >
> > > > at the root level.
> > > >
> > > > Stéphane
> > > >
> > > > > Le 31 mai 2022 à 12:14, Klaus Scheuermann <kla...@posteo.de> 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 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?
> > > > > No, the folder is empty.
> > > > > How do I include them?
> > > > >
> > > > > Thanks,
> > > > > Klaus
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > >
> > > > > > Stéphane
> > > > > >
> > > > > > > Le 30 mai 2022 à 21:18, Klaus Scheuermann
> > > > > > > <kla...@posteo.de> a
> > > > > > > écrit :
> > > > > > >
> > > > > > > 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'
> > > > > > > make[1]: Nothing to be done for 'qrc'.
> > > > > > > make[1]: Leaving directory
> > > > > > > '/home/ks/Install/faustlive/Build'
> > > > > > > make cmake
> > > > > > > make[1]: Entering directory
> > > > > > > '/home/ks/Install/faustlive/Build'
> > > > > > > cd builddir && cmake ..
> > > > > > > -- Generates FaustLive version 2.5.10
> > > > > > > -- Using Faust Version 2.40.11
> > > > > > > -- Using LLVM version 13.0.1
> > > > > > > -- Using Qt version 5.15.4
> > > > > > > -- Using Jack Audio drivers
> > > > > > > -- FaustLive install prefix set to /usr/local
> > > > > > > -- Configuring done
> > > > > > > -- Generating done
> > > > > > > -- Build files have been written to:
> > > > > > > /home/ks/Install/faustlive/Build/builddir
> > > > > > > make[1]: Leaving directory
> > > > > > > '/home/ks/Install/faustlive/Build'
> > > > > > > make faustlive
> > > > > > > make[1]: Entering directory
> > > > > > > '/home/ks/Install/faustlive/Build'
> > > > > > > cmake --build builddir --config Release
> > > > > > > make[2]: Entering directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > make[3]: Entering directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > make[4]: Entering directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > make[4]: Leaving directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > make[4]: Entering directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > [  2%] Automatic MOC and UIC for target FaustLive
> > > > > > > make[4]: Leaving directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > [  2%] Built target FaustLive_autogen
> > > > > > > make[4]: Entering directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > make[4]: *** No rule to make target
> > > > > > > '/home/ks/Install/faustlive/Resources/Libs/signals.lib',
> > > > > > > needed
> > > > > > > by
> > > > > > > 'FaustLive_autogen/UPTIVKWUNI/qrc_application.cpp'.  Stop.
> > > > > > > make[4]: Leaving directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > make[3]: *** [CMakeFiles/Makefile2:83:
> > > > > > > CMakeFiles/FaustLive.dir/all]
> > > > > > > Error 2
> > > > > > > make[3]: Leaving directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > make[2]: *** [Makefile:156: all] Error 2
> > > > > > > make[2]: Leaving directory
> > > > > > > '/home/ks/Install/faustlive/Build/builddir'
> > > > > > > make[1]: *** [Makefile:21: faustlive] Error 2
> > > > > > > make[1]: Leaving directory
> > > > > > > '/home/ks/Install/faustlive/Build'
> > > > > > > make: *** [Makefile:18: all] Error 2
> > > > > > >
> > > > > > >
> > > > > > > Any Ideas what I am doing wrong?
> > > > > > > Thanks, Klaus
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Faudiostream-users mailing list
> > > > > > > Faudiostream-users@lists.sourceforge.net
> > > > > > > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Faudiostream-users mailing list
> > > > > Faudiostream-users@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
> > > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Faudiostream-users mailing list
> > > Faudiostream-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
> >
>
>
>
> _______________________________________________
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users



-- 
Florian Hülsmann
<f...@cbix.de>
http://cbix.de


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

Reply via email to