Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error #1

Open
agreenfield1 opened this issue Jul 4, 2016 · 0 comments
Open

Compile error #1

agreenfield1 opened this issue Jul 4, 2016 · 0 comments

Comments

@agreenfield1
Copy link

agreenfield1 commented Jul 4, 2016

Close to getting this to work, but am getting the following error when compiling. Any thoughts?

pi@raspberrypi:~/test/rpi-led-mqtt $ make
g++ -Imatrix/include -Wall -std=c++0x -O3 -c -o led-mqtt.o led-mqtt.cc
led-mqtt.cc: In member function ‘void Display::set_option(std::string, std::string)’:
led-mqtt.cc:1365:17: error: ‘class rgb_matrix::ThreadedCanvasManipulator’ has no member named ‘set_option’
image_gen_->set_option(key, value);
^
Makefile:31: recipe for target 'led-mqtt.o' failed
make: *** [led-mqtt.o] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant