Hi Alex,
thank you for your work. Hope it solved mit gpsd problem.
I get a failure when i try to “./configure” the new gpredict on my pi3.
Still using the “old” jessi.
configure: error: Gpredict requires libgoocanvas-2.0-dev
I’m confused and could not find it.
Could you please help me?
Sigvald.
Also, I’m not sure which gpsd problem you are having, but I haven’t touched the GPS code in gpredict for this release. This was a more or less enforced panic release to make Gpredict compile with Gtk+ 3 and avoid deletion from Debian. There are still many issues to sort out, but now I am hoping for more frequent releases.
You can use the same protocol as the SatNOGS rotator. I believe it is the Yaesu GS232 protocol. There is also a GS232A and GS232B variant, but I do not know what the difference is.
The fundamental difference between the GS232A and GS232B protocols is the format of the response provided to the C2 (get position) command. There is fundamentally no difference between the GS23/ GS232 and GS232A protocols however there are implementations out there which are ‘incorrectly coded’ which is why there is a generic GS232 hamlib rotator backend.
I’m running into the same error, missing libgoocanvas-2.0-dev, even though I’ve installed libgoocanvas. I’m running the latest CentOS 8 stream, installed last night. Does this REQUIRE a Debian-based linux?
Libgoocanvas contains the library required to run predict. To build the gpredict you also need the corresponding development packages, usually called libgoocanvas-dev or libgoocanvas-devel (possibly with a version number in between).
May I ask why you need to build predict from source? Is the version available in Centos 8 is old? The latest stable release of predict was made more than 3 years ago…
Thanks. Yes, I had to build all of those other dependencies, including goocanvas, but as I said, ./configure didn’t recognize that I had goocanvas. I was only building it because I wasn’t able to find the package. I ended up installing a Ubuntu-based distro, which easily gave me gpredict with a simple apt install.
Lets have a look if Mint (Ubuntu) has a package in there repository.
I would suspect it is already in there and then you won’t need to build it yourself.
sudo apt-get update && sudo apt-cache show gpredict