On Dienstag, 28. September 2021 14:33:11 CEST Doug Gray wrote: > Thanks for the help. Flex was not installed, fixed that and ran 'make > parser'. > I'm building deb packages BTW, the compile got much further until this > error -see below. More files to generate? > > /bin/bash ../../libtool --tag=CXX --mode=compile arm-linux-gnueabihf-g++ > -std=gnu++14 -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig > -Wreturn-type -ffast-math -g -O2 -pthread -MT lscp_shell_reference.lo -MD > -MP -MF $depbase.Tpo -c -o lscp_shell_reference.lo lscp_shell_reference.cpp > &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: compile: arm-linux-gnueabihf-g++ -std=gnu++14 -DHAVE_CONFIG_H -I. > -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT > lscp_shell_reference.lo -MD -MP -MF .deps/lscp_shell_reference.Tpo -c > lscp_shell_reference.cpp -fPIC -DPIC -o .libs/lscp_shell_reference.o > arm-linux-gnueabihf-g++: error: lscp_shell_reference.cpp: No such file or > directory
lscp_shell_reference.cpp "should" be auto generated by "make parser" as well, which actually triggers execution of scripts/generate_lscp_shell_reference.pl You do have Perl installed, right? Because that's the only dependency I can see for this script. But Perl is usually available on any base installation. You can try to run the script manually and see what happens: cd scripts ./generate_lscp_shell_reference.pl CU Christian _______________________________________________ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel