schwehr / generic-sensor-format

Sonar Generic Sensor Format (gsf) codec
Other
13 stars 8 forks source link

Fix travis build #18

Closed schwehr closed 9 years ago

schwehr commented 9 years ago
$ make test
(cd src && make all)
make[1]: Entering directory `/home/travis/build/schwehr/generic-sensor-format/src'
gcc    -c -o gsf.o gsf.c
gsf.c: In function ‘gsfStat’:
gsf.c:258:24: error: storage size of ‘stbuf’ isn’t known
make[1]: *** [gsf.o] Error 1
make[1]: Leaving directory `/home/travis/build/schwehr/generic-sensor-format/src'
make: *** [all] Error 2
The command "make test" exited with 2.
schwehr commented 9 years ago

It's been working fine for a while now.