Page 1 of 1

Missing 'hostplugins' directory in source tree

Posted: Sat Oct 04, 2008 11:31 am
by dahnielson
Updated to latest cvs, now getting this:

Code: Select all

 cd . && /bin/sh /home/anders/builds/linuxsampler/missing --run automake-1.10 --gnu
src/Makefile.am:15: required directory src/hostplugins does not exist
configure.in:1184: required file `src/hostplugins/Makefile.in' not found
configure.in:1184: required file `src/hostplugins/dssi/Makefile.in' not found
configure.in:1184: required file `src/hostplugins/lv2/Makefile.in' not found
configure.in:1184: required file `src/hostplugins/vst/Makefile.in' not found
make: *** [Makefile.in] Error 1

Re: Missing 'hostplugins' directory in source tree

Posted: Sat Oct 04, 2008 12:00 pm
by Andreas
Did you perhaps run "cvs update" without -d?

Re: Missing 'hostplugins' directory in source tree

Posted: Sat Oct 04, 2008 12:06 pm
by dahnielson
Yep. :oops:

I'm so used to it already being set in ~/.cvsrc, something I forgot to do while migrating to my new box.