trainman419 / python-cec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation error for libcec-4.0.2

camilo-celis opened this issue · comments

It seems to be generated due to changes on libcec API. According to their Changelog, since version 4 FindAdapters has been removed.

cec.cpp:102:27: error: ‘class CEC::ICECAdapter’ has no member named ‘FindAdapters’
    #define CEC_FIND_ADAPTERS FindAdapters

My bad, this is not the reason. I realised this case is also tested on cec.cpp