|
From: Doug G. <dou...@gm...> - 2021-09-28 05:38:43
|
Apologies for what may be a trivial question but I am un-accustomed to compiling the source but I have an error I'm not sure how to fix, see as follows. Note: This code was checked out today. # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory '/home/pi/lssvn/linuxsampler' /usr/bin/make all-recursive make[2]: Entering directory '/home/pi/lssvn/linuxsampler' Making all in man make[3]: Entering directory '/home/pi/lssvn/linuxsampler/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/pi/lssvn/linuxsampler/man' Making all in src make[3]: Entering directory '/home/pi/lssvn/linuxsampler/src' Making all in scriptvm make[4]: Entering directory '/home/pi/lssvn/linuxsampler/src/scriptvm' make[4]: *** No rule to make target 'parser.h', needed by 'all'. Stop. I have looked but cannot see the solution. Also, to update the svn image I presume the command would be: svn up https://svn.linuxsampler.org/svn/linuxsampler/trunk linuxsampler Correct? TIA Doug Gray |