Open habys opened 5 months ago
Compiled without a hitch, I just ran:
$ git clone --recursive https://github.com/brummer10/ToneTwistPlugs.git cd ToneTwistPlugs make sudo make install
but I am seeing this:
$ sudo make install make -C dpf/dgl ../build/libdgl-cairo.a make[1]: Entering directory '/home/me/git/ToneTwistPlugs/dpf/dgl' make[1]: '../build/libdgl-cairo.a' is up to date. make[1]: Leaving directory '/home/me/git/ToneTwistPlugs/dpf/dgl' make all -C plugins/MetalTone make[1]: Entering directory '/home/me/git/ToneTwistPlugs/plugins/MetalTone' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/me/git/ToneTwistPlugs/plugins/MetalTone' make all -C plugins/CollisionDrive make[1]: Entering directory '/home/me/git/ToneTwistPlugs/plugins/CollisionDrive' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/me/git/ToneTwistPlugs/plugins/CollisionDrive' make all -C plugins/Rumor make[1]: Entering directory '/home/me/git/ToneTwistPlugs/plugins/Rumor' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/me/git/ToneTwistPlugs/plugins/Rumor' make all -C plugins/TubeScreamer make[1]: Entering directory '/home/me/git/ToneTwistPlugs/plugins/TubeScreamer' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/me/git/ToneTwistPlugs/plugins/TubeScreamer' make all -C plugins/ValveCaster make[1]: Entering directory '/home/me/git/ToneTwistPlugs/plugins/ValveCaster' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/me/git/ToneTwistPlugs/plugins/ValveCaster' make all -C plugins/BoobTube make[1]: Entering directory '/home/me/git/ToneTwistPlugs/plugins/BoobTube' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/me/git/ToneTwistPlugs/plugins/BoobTube' /home/me/git/ToneTwistPlugs/dpf/utils/generate-ttl.sh Generate ttl data for 'tubescreamer_dsp', basename: 'tubescreamer_dsp' Writing manifest.ttl... done! Writing tubescreamer_dsp.ttl... done! Writing tubescreamer_ui.ttl... done! Generate ttl data for 'metaltone_dsp', basename: 'metaltone_dsp' Writing manifest.ttl... done! Writing metaltone_dsp.ttl... done! Writing metaltone_ui.ttl... done! Generate ttl data for 'rumor_dsp', basename: 'rumor_dsp' Writing manifest.ttl... done! Writing rumor_dsp.ttl... done! Writing rumor_ui.ttl... done! Generate ttl data for 'collisiondrive_dsp', basename: 'collisiondrive_dsp' Writing manifest.ttl... done! Writing collisiondrive_dsp.ttl... done! Writing collisiondrive_ui.ttl... done! Generate ttl data for 'valvecaster_dsp', basename: 'valvecaster_dsp' Writing manifest.ttl... done! Writing valvecaster_dsp.ttl... done! Writing valvecaster_ui.ttl... done! Generate ttl data for 'boobtube_dsp', basename: 'boobtube_dsp' Writing manifest.ttl... done! Writing boobtube_dsp.ttl... done! Writing boobtube_ui.ttl... done! make install -C plugins/MetalTone make[1]: Entering directory '/home/me/git/ToneTwistPlugs/plugins/MetalTone' mkdir: missing operand Try 'mkdir --help' for more information. make[1]: *** [Makefile:110: install] Error 1 make[1]: Leaving directory '/home/me/git/ToneTwistPlugs/plugins/MetalTone' make: *** [Makefile:133: install] Error 2
for posterity this is
commit 20bdbb868fd9b6a68f1752ccc09d253a59fba8aa (HEAD -> main, tag: v0.8, origin/main, origin/HEAD)
Ups, yes. Thanks for reporting the issue. I've fixed that now with the latest commit.
Compiled without a hitch, I just ran:
but I am seeing this:
for posterity this is