Package lv2core was not found in the pkg-config search path. Perhaps you should add the directory containing `lv2core.pc' to the PKG_CONFIG_PATH environment variable No package 'lv2core' found Package lv2core was not found in the pkg-config search path. Perhaps you should add the directory containing `lv2core.pc' to the PKG_CONFIG_PATH environment variable No package 'lv2core' found In file included from so-kl5.c:21:0: so-kl5.h:22:17: fatal error: lv2.h: No such file or directory #include ^ compilation terminated. Makefile:14: recipe for target 'so-kl5.o' failed make: *** [so-kl5.o] Error 1 make: *** Waiting for unfinished jobs.... In file included from so-666.c:21:0: so-666.h:22:17: fatal error: lv2.h: No such file or directory #include ^ compilation terminated. In file included from sosynth.c:21:0: so-666.h:22:17: fatal error: lv2.h: No such file or directory #include ^ compilation terminated. In file included from so-404.c:21:0: so-404.h:22:17: fatal error: lv2.h: No such file or directory #include ^ compilation terminated. Makefile:14: recipe for target 'so-666.o' failed make: *** [so-666.o] Error 1 Makefile:14: recipe for target 'sosynth.o' failed make: *** [sosynth.o] Error 1 Makefile:14: recipe for target 'so-404.o' failed make: *** [so-404.o] Error 1 mkdir -p /zynthian/zynthian-plugins/lv2/so-synth.lv2/ install libsosynth.so /zynthian/zynthian-plugins/lv2/so-synth.lv2/ /usr/bin/install: cannot stat 'libsosynth.so': No such file or directory Makefile:28: recipe for target 'install' failed make: *** [install] Error 1 rm -f libsosynth.so so-666.o so-kl5.o so-404.o sosynth.o Cloning into 'fat1.lv2'... Version: 0.4.3 -> 0 4 3 LV2 Version: 1030 0 test -d .git -a .gitmodules -a -f Makefile.git && /usr/bin/make -f Makefile.git submodule_check make[1]: Entering directory '/home/pi/zynthian-sw/plugins/fat1.lv2' sed "s/@LV2NAME@/fat1/g;s/@LIB_EXT@/.so/" \ lv2ttl/manifest.ttl.in > build/manifest.ttl sed "s/@LV2NAME@/fat1/g" \ lv2ttl/manifest.modgui.in >> build/manifest.ttl sed "s/@LV2NAME@/fat1/g;s/@SIGNATURE@//;s/@VERSION@/lv2:microVersion 0 ;lv2:minorVersion 1030 ;/g;s/@UITTL@//;s/@MODBRAND@/mod:brand \"x42\";/;s/@MODLABEL@/mod:label \"AT1\";/" \ lv2ttl/fat1.ttl.in > build/fat1.ttl make[2]: Entering directory '/home/pi/zynthian-sw/plugins/fat1.lv2' g++ -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mneon-for-64bits -mfloat-abi=hard -mvectorize-with-neon-quad -DMOD -DHAVE_LV2_1_8 -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG -DVERSION="\"0.4.3\"" `pkg-config --cflags lv2 fftw3f` -fPIC -fvisibility=hidden \ -o build/fat1.so src/fat1.cc src/retuner.cc src/resampler.cc src/resampler-table.cc \ -shared -Wl,-Bstatic -Wl,-Bdynamic -Wl,--as-needed -pthread -lm `pkg-config --libs lv2 fftw3f` cp -r modgui/* build/modgui/ Version: 0.4.3 -> 0 4 3 LV2 Version: 1030 0 test -d .git -a .gitmodules -a -f Makefile.git && /usr/bin/make -f Makefile.git submodules make[3]: Entering directory '/home/pi/zynthian-sw/plugins/fat1.lv2' git submodule init Submodule 'robtk' (git://github.com/x42/robtk) registered for path 'robtk' git submodule update Cloning into '/home/pi/zynthian-sw/plugins/fat1.lv2/robtk'... strip -s build/fat1.so