Bug #261
gr-comedi now incompatible with libcomedi-0.8
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Josh Blum | % Done: | 0% |
|
| Category: | gr-comedi | |||
| Target version: | to-be-decided | |||
| Resolution: |
Description
From Ulf Lindgren:
I have started to build the gnuradio package and encountered a problem relating to comedilib, in the gnuradio file "comedi_sink_s.cc" the call
ret = comedi_get_cmd_generic_timed(d_dev,d_subdevice,&cmd,(unsigned int)(1e9/sampling_freq));
exist. However, in comedilib-0.8.1 the header file "comedilib.h" the following definition occurs
int comedi_get_cmd_generic_timed(comedi_t *dev,unsigned int subdevice,
comedi_cmd *cmd, unsigned chanlist_len, unsigned scan_period_ns);
History
Updated by Eric Blossom over 4 years ago
Configure currently checks for pre 0.8 version and fails otherwise.
When we run out of things to do, make this work with 0.8 and later as well.
Updated by Josh Blum almost 2 years ago
- Description updated (diff)
- Status changed from New to Resolved
- Assignee changed from 5 to Josh Blum
see Issue #395
Updated by Tom Rondeau 7 months ago
- Status changed from Resolved to Closed