pantherb / setBfree

DSP tonewheel organ
http://setbfree.org
GNU General Public License v2.0
194 stars 35 forks source link

Won't compile - Am I missing something?? #27

Closed gpayne1966 closed 10 years ago

gpayne1966 commented 10 years ago

This looks like a great project. Very interested, but no luck compiling. It completes the "make" section and fails on "sudo make install" command.

Am I doing something wrong? I've collected all of the dependencies and tried versions 0.7.5 and 0.7.4.

Would love to play with this...

Thanks in Advance - Graham

Here's the error information:

/Downloads/setBfree-0.7.4$ sudo make install make -C b_overdrive install make[1]: Entering directory /home/oem/Downloads/setBfree-0.7.4/b_overdrive' install -d /usr/local/bin install -m755 jboverdrive /usr/local/bin install -d /usr/local/lib/lv2/b_overdrive install -m755 b_overdrive.so /usr/local/lib/lv2/b_overdrive install: cannot statb_overdrive.so': No such file or directory make[1]: * [install] Error 1 make[1]: Leaving directory `/home/oem/Downloads/setBfree-0.7.4/b_overdrive' make: * [b_overdrive] Error 2

x42 commented 10 years ago

It seems (1) that you do not have the LV2 SDK in which case only the jack application itself is built -- but make install tries to deploy the lv2 plugins anyway.

You can either install the lv2-dev package (and recompile) or wait until after dinner, I'll see if I can fix the install process.

(1) I'd need to see the full compile log to be sure of that.

gpayne1966 commented 10 years ago

That's fine. I don't need the LV2 plug-in was just hoping for the standalone that I can play around with.

How do i skip the LV2 plugin install??

Thanks for such a quick response too.

Graham

x42 commented 10 years ago

It should be fixed, just do a git pull and run make install

gpayne1966 commented 10 years ago

Nice. Worked great, sounds fantastic. I'll keep with this project. This is the first B3 sim I've found that actually gets it. Thanks Again! Now to compile on the studio machine.