Hello.
On Tue, 2012-01-03 at 11:01, Paul Wise wrote:
src/host/layer23/src/common/gps.c | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/host/layer23/src/common/gps.c b/src/host/layer23/src/common/gps.c index 38aae2c..2bdfb97 100644 --- a/src/host/layer23/src/common/gps.c +++ b/src/host/layer23/src/common/gps.c @@ -56,7 +56,7 @@ static struct osmo_fd gps_bfd;
#ifdef _HAVE_GPSD
-static struct gps_data_t* gdata; +static struct gps_data_t gdata;
This will break for people without the new gpsd API. At least check for the new version in configure.ac or better make it buildable with both versions.
regards Stefan Schmidt