OK, I've written a dome driver for my observatory, it compiles, builds, and runs fine on my kubuntu desktop.
However I cant seem to get it to compile on my raspberry pi....
Code is here github.com/dokeeffe/indi-aldiroof
The error I get is... undefined reference to `INDI::Dome::SetDomeCapability(unsigned int)'
I updated from svn and build indi on the RPI fine. Looks like the correct headers are in /usr/include/libindi/indidome.h
DISCLAIMER: I'm a java developer and have *very* little experience with c++ (I havent a clue what I'm doing
)
However I cant seem to get it to compile on my raspberry pi....
Code is here github.com/dokeeffe/indi-aldiroof
The error I get is... undefined reference to `INDI::Dome::SetDomeCapability(unsigned int)'
I updated from svn and build indi on the RPI fine. Looks like the correct headers are in /usr/include/libindi/indidome.h
DISCLAIMER: I'm a java developer and have *very* little experience with c++ (I havent a clue what I'm doing
