bmc0 / dsp

An audio processing program with an interactive mode.
ISC License
219 stars 31 forks source link

Unable to load module:make: Nothing to be done for 'all' #52

Closed Ahira-hub closed 4 years ago

Ahira-hub commented 4 years ago

Hello, Running Kubuntu 20.04. Not able to get the module to load. During the make process, I got this mentioned error. However, make install seemed to do its thing. When running: _pacmd load-module module-ladspa-sink sink_name=dsp sink_master=alsa_output.pci-0000_0b_00.4.analog-stereo plugin=/usr/lib/ladspa_dsp label=ladspa_dsp_

I get the error:

_Failed to open module /usr/lib/ladspa_dsp.so: /usr/lib/ladspa_dsp.so: cannot open shared object file: No such file or directory
Failed to load LADSPA plugin: file not found
Failed to load module "module-ladspa-sink" (argument: "sink_name=dsp sink_master=alsa_output.pci-0000_0b_00.4.analog-stereo plugin=/usr/lib/ladspa_dsp label=ladspa_dsp"): initialization failed._

the ladspa_dsp.so file is actually NOT in the directory. Did I botch the install? If so, how do I move beyond the "make Nothing to be done for all error? TIA!!

Ahira-hub commented 4 years ago

Aaaaand I was missing a dependency. It seems one of the optionals is not really optional, but I couldn’t tell you which one. Recloned and everything works now. Thanks!