Quantcast
Channel: arm - openFrameworks
Viewing all articles
Browse latest Browse all 364

Running ofxGPIO on Raspbian Stretch

$
0
0

@ayruos wrote:

I've been maintaining a log of my pursuits so here's more details of ofxGPIO.

I tried to get ofxGPIO to work without OF as well and it didn't work. Error log below.

/usr/include/c++/6/system_error:200:3: note:   no known conversion for argument 1 from ‘std::ifstream {aka std::basic_ifstream<char>}’ to ‘const std::error_code&’
/usr/include/c++/6/system_error:274:3: note: candidate: bool std::operator<(const std::error_condition&, const std::error_condition&)
   operator<(const error_condition& __lhs,
   ^~~~~~~~
/usr/include/c++/6/system_error:274:3: note:   no known conversion for argument 1 from ‘std::ifstream {aka std::basic_ifstream<char>}’ to ‘const std::error_condition&’
Makefile:14: recipe for target 'all' failed
make: *** [all] Error 1

So this might not be a oF related issue but more specific to Stretch in some other way. Spoke to Dario Longobardi on Facebook too (he's made the ofxGPIO addon), he said he would investigate.

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 364

Trending Articles