gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updates from 3.20 to 3.23


From: David Taylor
Subject: Re: Updates from 3.20 to 3.23
Date: Thu, 23 Sep 2021 11:17:07 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 21/09/2021 18:21, Gary E. Miller wrote:
a) fix the incorrect GPS_JSON_RESPONSE_MAX
b) fix it by includeing the proper header file.
c) reply with a copy of you build log.
d) make sure the build log contains your full build commands.

Fixed (a).

Fixed (b) but I needed to copy
  gps_json.h and json.h to /usr/local/include

(C) build and test log:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pi@RasPi-23:~ $ gcc gpsGetSatellites.c -o gpsGetSatellites -Lgpsd -lgps
pi@RasPi-23:~ $ ./gpsGetSatellites -g .1.3.6.1.2.1.25.1.33
./gpsGetSatellites: error while loading shared libraries: libgps.so.29: cannot open shared object file: No such file or directory
pi@RasPi-23:~ $
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

So it seems that on this OS, the 64-bit version, at least:

pi@RasPi-23:~ $ uname -a
Linux RasPi-23 5.10.60-v8+ #1449 SMP PREEMPT Wed Aug 25 15:01:33 BST 2021 aarch64 GNU/Linux

some include files which are needed aren't copied to the normal location, and some .so links aren't created.

Cheers,
David
--
SatSignal Software - Quality software for you
Web: https://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk
Twitter: @gm8arv


reply via email to

[Prev in Thread] Current Thread [Next in Thread]