Hi,


I'm trying to build sigrok "trunk" (lib, decode, cli etc) and it fails 
building sigrok-cli:

main.c:90:18: error: use of undeclared identifier 'SR_CONF_MASK'
                 if ((opts[i] & SR_CONF_MASK) == key) {
                                ^
main.c:105:47: error: use of undeclared identifier 'SR_CONF_GET'; did 
you mean 'SR_CONF_RLE'?
         if (config_key_has_cap(driver, sdi, cg, key, SR_CONF_GET))
                                                      ^~~~~~~~~~~
                                                      SR_CONF_RLE

main.c:115:47: error: use of undeclared identifier 'SR_CONF_SET'
         if (config_key_has_cap(driver, sdi, cg, key, SR_CONF_SET))
                                                      ^
main.c:125:47: error: use of undeclared identifier 'SR_CONF_LIST'
         if (config_key_has_cap(driver, sdi, cg, key, SR_CONF_LIST))


Quick commit log check seems to suggest that it has been broken for 14 
days - did someone forget to commit something to libsigrok ?

I may have missed something here - but sigrok "trunk" seems to be broken 
- does anyone see the same ?

/Uffe



------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to