bongozone / vcvrack-rtlsdr

📻 FM radio for rtl-sdr USB dongles in the VCVRack environment
https://vcvrack.com/plugins.html#SDR
GNU General Public License v2.0
21 stars 7 forks source link

Fixed: Makefile and segfault error on load #33

Closed dizzisound closed 6 years ago

dizzisound commented 6 years ago

@WIZARDISHUNGRY Hi Jon, just uploaded the quick-fix to segfault error onto my forked repo. I also noticed a mismatch in Makefile, there was a duplicate line including plugin.mk. The first include directive had to point to arch.mk (the mismatch caused a build error too). I also moved the RACK_DIR definition on top of the file. I send you a PR, but simlpy take it as an issue at your wish. Regards

wizardishungry commented 6 years ago

I'm merging this because it makes it work, but we still have lots of open issues with hotplugging etc that I was trying to fix.