Hi!

Apologies, I'm fairly new to Linux and this may be a dumb question.

I'm trying to install the ardust4goto driver, however when I try to compile using cmake, it fails as follows:


astroberry@astroberry:~/ardust4goto $ make
make[2]: *** No rule to make target '/usr/lib/i386-linux-gnu/libnova-0.14.so.0', needed by 'arduino_st4go'. Stop.
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/arduino_st4go.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

From what I understand, the make file references a non-existent libnova.0.14.0 file, where I currently have libnova0.16.0 installed. I cannot find any file with an .so extension associated with libnova.

I have checked for the specific folder it references and it doesn't exist, I have also searched high and low for libnova.0.14.0 however it's not on Apt-get and running dpkg on a file from SourceForge hasn't solved it.

What am I doing wrong here? Could someone offer some guidance as to how I can get this working?

Read More...