Hi everyone, after an octave re-installation I had some truble installing image-acquisition package.
After the command "pkg install -forge image-acquisition" it return this error message:
>> pkg install -forge image-acquisition
configure: error: fltk-config required to install Octave-Forge image-acquisition package
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for mkoctfile... yes
checking for fltk-config... no
pkg: error running the configure script for image-acquisition.
error: called from
configure_make at line 82 column 9
install at line 184 column 7
pkg at line 437 column 9
I check if there is fltk1.3 and it seems to be installed. I found a file fltk-config in /usr/bin.
I'm using octave 4.4.1
I tried to reinstall libfltk1.3, and libfltk1.1 but it doesen't work. It seems to be an error on fltk-config but it's beyond my skills, do you have any idea?