Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on make dist and submodule update #64

Open
davephillips opened this issue Jan 8, 2020 · 1 comment
Open

error on make dist and submodule update #64

davephillips opened this issue Jan 8, 2020 · 1 comment

Comments

@davephillips
Copy link

Fedora 23 Linux
VCV Rack v1.dev
GCC 5.3.1

mkdir -p dist/"RJModules"
cp plugin.so dist/"RJModules"/
strip -s dist/"RJModules"/plugin.so
cp -r --parents LICENSE.txt res soundfonts samples rawwaves plugin.json dist/"RJModules"/
cp: cannot stat ‘rawwaves’: No such file or directory
../../plugin.mk:55: recipe for target 'dist' failed
make: *** [dist] Error 1

I figured out the fix for this one. I have the rawwaves folder for Csound's STK opcodes, but it took a while to learn where the module expects to find it. The module will crash Rack if I try to load it without the correct folder path. I put the folder in my home directory, the module now loads. I'll test it later this evening. Cool module, I've been waiting for something like it. Someone started an STK-based plugin a long time ago, but I don't know if it was ever completed for any version of VCV Rack.

Also:

$ git submodule update --init --recursive
error: invalid key (newline): submodule.dep/libsndfile
libsndfile.url
error: invalid key (newline): submodule.dep/libsndfile
libsndfile.url
No url found for submodule path 'dep/libsndfile' in .gitmodules

Not sure what to do about this one. Suggestions ?

@Miserlou
Copy link
Owner

Miserlou commented Jan 8, 2020

Hey Dave, -master is still under development and should always be considered unstable. Please try building the most recent version with an updated manifest version. Instro still under construction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants