trainman419 / python-cec

Other
171 stars 42 forks source link

Compilation error for libcec-4.0.2 #17

Closed camilo-celis closed 6 years ago

camilo-celis commented 6 years ago

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
camilo-celis commented 6 years ago

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