Re: build fails: -DSSRF_CUSTOM_SERIAL / dc_serial_t

2015-07-14 Thread Lubomir I. Ivanov
On 14 July 2015 at 16:54, Dirk Hohndel wrote: > On Tue, Jul 14, 2015 at 01:02:42PM +0300, Lubomir I. Ivanov wrote: >> hello, >> >> i'm building libdc from the latest: >> git://subsurface-divelog.org/libdc > > which branch? master or Subsurface-testing or something else? > >> i've noticed that -DSS

Re: build fails: -DSSRF_CUSTOM_SERIAL / dc_serial_t

2015-07-14 Thread Dirk Hohndel
On Tue, Jul 14, 2015 at 01:02:42PM +0300, Lubomir I. Ivanov wrote: > hello, > > i'm building libdc from the latest: > git://subsurface-divelog.org/libdc which branch? master or Subsurface-testing or something else? > i've noticed that -DSSRF_CUSTOM_SERIAL is need so that: > rc = hw_ostc_parser_c

Re: build fails: -DSSRF_CUSTOM_SERIAL / dc_serial_t

2015-07-14 Thread Lubomir I. Ivanov
On 14 July 2015 at 13:02, Lubomir I. Ivanov wrote: > hello, > > i'm building libdc from the latest: > git://subsurface-divelog.org/libdc > > i've noticed that -DSSRF_CUSTOM_SERIAL is need so that: > rc = hw_ostc_parser_create (&parser, data->context, data->deviceid, 0); > works in libdc_buffer_par

build fails: -DSSRF_CUSTOM_SERIAL / dc_serial_t

2015-07-14 Thread Lubomir I. Ivanov
hello, i'm building libdc from the latest: git://subsurface-divelog.org/libdc i've noticed that -DSSRF_CUSTOM_SERIAL is need so that: rc = hw_ostc_parser_create (&parser, data->context, data->deviceid, 0); works in libdc_buffer_parser() (libdivecomputer.c) with the extra argument. i understand t