Git Product home page Git Product logo

Comments (8)

boomshop avatar boomshop commented on June 11, 2024

No it doesn't. Do you see
LV2 enabled: yes
LV2 GTK+ GUI enabled: yes
while running autogen.sh?

from calf.

boomshop avatar boomshop commented on June 11, 2024

Additionally you' better use 0.0.60 instead of a "pre" tagged version.

from calf.

flxkrmr avatar flxkrmr commented on June 11, 2024

Thanks for the quick answer.
No it is disabled:

    Calf configured

    Debug mode:                  no
    With SSE:                    no
    Experimental plugins:        yes
    Common GUI code:             no (GTK+ 2.12 and cairo 1.2 or newer required)
    LV2 enabled:                 no
    LV2 GTK+ GUI enabled:        no
    JACK host enabled:           no
    LASH enabled:                no
    Old-style JACK MIDI:         no

How do I enable it?

from calf.

boomshop avatar boomshop commented on June 11, 2024

It seems you're missing some dependencies. The output of autogen.sh should give some hints what's actually missing.

from calf.

flxkrmr avatar flxkrmr commented on June 11, 2024
configure.ac:8: installing './compile'
configure.ac:8: installing './config.guess'
configure.ac:8: installing './config.sub'
configure.ac:11: installing './install-sh'
configure.ac:11: installing './missing'
gui/Makefile.am:3: warning: wildcard gui-*.xml: non-POSIX variable name
gui/Makefile.am:3: (probably a GNU make extension)
gui/Makefile.am:3: warning: wildcard *.png: non-POSIX variable name
gui/Makefile.am:3: (probably a GNU make extension)
gui/Makefile.am:4: warning: wildcard $(srcdir: non-POSIX variable name
gui/Makefile.am:4: (probably a GNU make extension)
gui/icons/LV2/Makefile.am:1: warning: wildcard *.svg: non-POSIX variable name
gui/icons/LV2/Makefile.am:1: (probably a GNU make extension)
src/Makefile.am: installing './depcomp'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ANSI C header files... (cached) yes
checking for memory.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_Parse in -lexpat... yes
checking jack/jack.h usability... yes
checking jack/jack.h presence... yes
checking for jack/jack.h... yes
checking for GLIB_DEPS... yes
checking for FLUIDSYNTH_DEPS... yes
checking for sordi... no
checking for JACK_DEPS... yes
checking for jack_port_register in -ljack... yes
checking for JACK_MIDI_DEPS... yes
checking for LV2_DEPS... no
checking for LASH_DEPS... no
checking for LASH_DEPS... no
checking for SLV2_HACK... no
checking for GUI_DEPS... no
checking whether to enable experimental/unfinished features... yes
checking whether to enable debugging mode... no
checking whether to compile with SSE... no
checking for BASH_COMPLETION... yes

    Calf configured

    Debug mode:                  no
    With SSE:                    no
    Experimental plugins:        yes
    Common GUI code:             no (GTK+ 2.12 and cairo 1.2 or newer required)
    LV2 enabled:                 no
    LV2 GTK+ GUI enabled:        no
    JACK host enabled:           no
    LASH enabled:                no
    Old-style JACK MIDI:         no

    Installation prefix:         /usr/local


checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating calf.desktop
config.status: creating gui/Makefile
config.status: creating gui/icons/LV2/Makefile
config.status: creating icons/Makefile
config.status: creating src/Makefile
config.status: creating src/calf/Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands

Well I guess it's checking for LV2_DEPS... no.

from calf.

boomshop avatar boomshop commented on June 11, 2024

There's a list of dependencies on the website, several of them seem to be missing. Please install them first.

from calf.

flxkrmr avatar flxkrmr commented on June 11, 2024

Installed all dependencies and everything works now. I will read the manual better next time 😅

Thanks for the help and also thanks for the calf suite. For me the best audio plugin suite so far!

from calf.

boomshop avatar boomshop commented on June 11, 2024

Good to hear and thanks for the appreciation.

from calf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.