Skip to content

error on make dist and submodule update #64

@davephillips

Description

@davephillips

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions