We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Direwolf does not compile for me.
make gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o dwgpsd.o dwgpsd.c dwgpsd.c:64:2: error: #error libgps API version might be incompatible. 64 | #error libgps API version might be incompatible. | ^~~~~ make: *** [<builtin>: dwgpsd.o] Error 1
There is a new version of gpsd out, which I suspect is the root cause.
https://www.archlinux.org/packages/?q=gpsd
The text was updated successfully, but these errors were encountered:
You can use the direwolf-git package in the AUR, which builds the dev branch. https://aur.archlinux.org/packages/direwolf-git/
It built fine 12 hours ago: https://travis-ci.com/alexf91/AUR-PKGBUILDs/jobs/232064934
Sorry, something went wrong.
No branches or pull requests
Direwolf does not compile for me.
There is a new version of gpsd out, which I suspect is the root cause.
https://www.archlinux.org/packages/?q=gpsd
The text was updated successfully, but these errors were encountered: