HI James,
I sent you an email today about my results with linux. I have installed oacapture in Xubuntu 16.04. It runs, It shows previews but crashes when one tries to record. I sent the error message with my email, it was a floating point problem.
I have also attempted compilation and installation on Fedora 24. I got through the configure part after installing several items (I have notes if anyone is interested), and make got a long way before crashing.
It crashed as it did not like my version of automake. I have 1.15 installed. The error message was:
WARNING: 'automake-1.14' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
Makefile: recipe for target 'Makefile.in' failed
make: *** Error 1
make: Leaving directory '/home/jduchek/Downloads/oacapture-1.0.0/ext/libusb'
Makefile: recipe for target 'all-recursive' failed
make: *** Error 1
make: Leaving directory '/home/jduchek/Downloads/oacapture-1.0.0/ext'
Makefile: recipe for target 'all-recursive' failed
make: *** Error 1
make: Leaving directory '/home/jduchek/Downloads/oacapture-1.0.0'
Makefile: recipe for target 'all' failed
make: *** Error 2
I tried to install it, but it was already installed. I installed make-devel and tried again
it failed
I would like to work with you on getting this running on linux, particularly Fedora, but I have a virtualbox that I can install most any flavor to be tested. Mostly I can run things and find errors. Thanks for your work!!!!
John