mtytel / vital

Spectral warping wavetable synth
GNU General Public License v3.0
1.55k stars 152 forks source link

install_icons make target fails #6

Open Be-ing opened 3 years ago

Be-ing commented 3 years ago
cp: cannot stat 'images/vital.xpm': No such file or directory
make: *** [Makefile:80: install_icons] Error 1
voland62 commented 3 years ago

same issue

Be-ing commented 3 years ago

You can hack around this by building individual targets (make standalone lv2).

voland62 commented 3 years ago

Mmm, yes, I can. I can build at least standalone (but make vst3, for instance, says me pluginterfaces/vst2.x/vstfxstore.h: No such file or directory), but issue, you mentioned, pops up when I try to install it (make install_standalone)

magnetophon commented 3 years ago

@voland62 For the vst issue, see: https://github.com/mtytel/vital/issues/2