Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev Branch error libgps API version might be incompatible #295

Closed
Thomas-McCarthy opened this issue Oct 27, 2020 · 1 comment
Closed

Dev Branch error libgps API version might be incompatible #295

Thomas-McCarthy opened this issue Oct 27, 2020 · 1 comment

Comments

@Thomas-McCarthy
Copy link

Seems to be a regression from issue #222

Running on Raspberry Pi 3 Raspberry OS (Linux 5.4.72-v7+ #1356)

When running gpsd version 3.21.1~dev (revision release-3.21-448-g100efd0c3), compiled from source from latest gpsd repo, the following error is displayed when attempting to compile direwolf from the dev branch.

error libgps API version might be incompatible

Editing src/dwgpsd.c and changing the GPSD_API_MAJOR_VERSION value from 10 to 11 appears to solve this.

#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 11

@wb2osz
Copy link
Owner

wb2osz commented Oct 27, 2020

Fixed in dev branch 7cd027f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants