Tcs34725 RGB sensor

Im having an issue getting the tcs34725 sensor to work i have tried to use the Christmas tree library also the other antoniorrg tcs34725 library. Has anyone else had issues with the libraries?

Here is the log when i upload it.

Thank you in advance.

Begin compiling code for the board Arduino Uno :package:

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In member function ‘void xod::gabbapeople__christmas_tree__tcs34725_get_raw::Node::evaluate(xod::gabbapeople__christmas_tree__tcs34725_get_raw::Node::Context)’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:2035:13: error: ‘tcs34725IntegrationTime_t’ was not declared in this scope
tcs34725IntegrationTime_t itVal;
^~~~~~~~~~~~~~~~~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:2035:13: note: suggested alternative: ‘tcs34725Gain_t’
tcs34725IntegrationTime_t itVal;
^~~~~~~~~~~~~~~~~~~~~~~~~
tcs34725Gain_t

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:2037:25: error: ‘itVal’ was not declared in this scope
case 1: itVal = TCS34725_INTEGRATIONTIME_2_4MS; break; /**< 2.4ms - 1 cycle - Max Count: 1024 */
^~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:2037:25: note: suggested alternative: ‘itoa’
case 1: itVal = TCS34725_INTEGRATIONTIME_2_4MS; break; /**< 2.4ms - 1 cycle - Max Count: 1024 */
^~~~~
itoa

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:2042:35: error: ‘TCS34725_INTEGRATIONTIME_700MS’ was not declared in this scope
case 256: itVal = TCS34725_INTEGRATIONTIME_700MS; break; /**< 700ms - 256 cycles - Max Count: 65535 */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:2042:35: note: suggested alternative: ‘TCS34725_INTEGRATIONTIME_600MS’
case 256: itVal = TCS34725_INTEGRATIONTIME_700MS; break; /**< 700ms - 256 cycles - Max Count: 65535 */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TCS34725_INTEGRATIONTIME_600MS

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:2054:44: error: ‘itVal’ was not declared in this scope
state->tcs->setIntegrationTime(itVal);
^~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:2054:44: note: suggested alternative: ‘itoa’
state->tcs->setIntegrationTime(itVal);
^~~~~
itoa

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: At global scope:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3074:27: error: ‘typeof_OUT’ was not declared in this scope
static const identity<typeof_OUT> getValueType(output_OUT) {
^~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3074:27: note: suggested alternative: ‘typeof_SET’
static const identity<typeof_OUT> getValueType(output_OUT) {
^~~~~~~~~~
typeof_SET
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3074:37: error: template argument 1 is invalid
static const identity<typeof_OUT> getValueType(output_OUT) {
^

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3081:5: error: ‘typeof_OUT’ does not name a type; did you mean ‘typeof_SET’?
typeof_OUT _output_OUT;
^~~~~~~~~~
typeof_SET
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3083:22: error: expected ‘)’ before ‘output_OUT’
Node (typeof_OUT output_OUT) {
^~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3128:5: error: ‘typeof_OUT’ does not name a type; did you mean ‘typeof_SET’?
typeof_OUT getValue(Context ctx, identity<output_OUT>) {
^~~~~~~~~~
typeof_SET

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3160:33: error: ‘typeof_OUT’ has not been declared
void emitValue(Context ctx, typeof_OUT val, identity<output_OUT>) {
^~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In static member function ‘static const int xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::getValueType(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::output_OUT)’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3075:23: error: ‘typeof_OUT’ was not declared in this scope
return identity<typeof_OUT>();
^~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3075:23: note: suggested alternative: ‘typeof_SET’
return identity<typeof_OUT>();
^~~~~~~~~~
typeof_SET
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3075:33: error: template argument 1 is invalid
return identity<typeof_OUT>();
^

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: At global scope:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3341:27: error: ‘typeof_OUT’ was not declared in this scope
static const identity<typeof_OUT> getValueType(output_OUT) {
^~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3341:27: note: suggested alternative: ‘typeof_SET’
static const identity<typeof_OUT> getValueType(output_OUT) {
^~~~~~~~~~
typeof_SET
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3341:37: error: template argument 1 is invalid
static const identity<typeof_OUT> getValueType(output_OUT) {
^

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3348:5: error: ‘typeof_OUT’ does not name a type; did you mean ‘typeof_SET’?
typeof_OUT _output_OUT;
^~~~~~~~~~
typeof_SET
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3350:22: error: expected ‘)’ before ‘output_OUT’
Node (typeof_OUT output_OUT) {
^~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3383:5: error: ‘typeof_OUT’ does not name a type; did you mean ‘typeof_SET’?
typeof_OUT getValue(Context ctx, identity<output_OUT>) {
^~~~~~~~~~
typeof_SET

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3415:33: error: ‘typeof_OUT’ has not been declared
void emitValue(Context ctx, typeof_OUT val, identity<output_OUT>) {
^~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In static member function ‘static const int xod::gabbapeople__christmas_tree__ws2811_show::Node<typeof_IN>::getValueType(xod::gabbapeople__christmas_tree__ws2811_show::Node<typeof_IN>::output_OUT)’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3342:23: error: ‘typeof_OUT’ was not declared in this scope
return identity<typeof_OUT>();
^~~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3342:23: note: suggested alternative: ‘typeof_SET’
return identity<typeof_OUT>();
^~~~~~~~~~
typeof_SET
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3342:33: error: template argument 1 is invalid
return identity<typeof_OUT>();
^

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: At global scope:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3680:65: error: ‘typeof_OUT’ is not a member of ‘xod::Node_38 {aka xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>}’
typedef gabbapeople__christmas_tree__ws2811_show::Node<Node_38::typeof_OUT> Node_40;
^~~~~~~~~~
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3680:65: error: ‘typeof_OUT’ is not a member of ‘xod::Node_38 {aka xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>}’
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3680:75: error: template argument 1 is invalid
typedef gabbapeople__christmas_tree__ws2811_show::Node<Node_38::typeof_OUT> Node_40;
^

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3692:90: error: template argument 1 is invalid
typedef gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<Node_40::typeof_OUT> Node_44;
^
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3695:75: error: template argument 1 is invalid
typedef gabbapeople__christmas_tree__ws2811_show::Node<Node_44::typeof_OUT> Node_45;
^

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In function ‘void xod::runTransaction()’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4354:36: error: qualified-id in declaration before ‘ctxObj’
Node_40::ContextObject ctxObj;
^~~~~~
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4357:13: error: ‘ctxObj’ was not declared in this scope
ctxObj._input_IN = node_38._output_OUT;
^~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4357:40: error: ‘xod::Node_38 {aka struct xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>}’ has no member named ‘_output_OUT’; did you mean ‘output_OUT’?
ctxObj._input_IN = node_38._output_OUT;
^~~~~~~~~~~
output_OUT

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4366:21: error: request for member ‘evaluate’ in ‘xod::node_40’, which is of non-class type ‘xod::Node_40 {aka int}’
node_40.evaluate(&ctxObj);
^~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4455:36: error: qualified-id in declaration before ‘ctxObj’
Node_44::ContextObject ctxObj;
^~~~~~
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4458:13: error: ‘ctxObj’ was not declared in this scope
ctxObj._input_IN = node_40._output_OUT;
^~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4458:40: error: request for member ‘_output_OUT’ in ‘xod::node_40’, which is of non-class type ‘xod::Node_40 {aka int}’
ctxObj._input_IN = node_40._output_OUT;
^~~~~~~~~~~
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4470:21: error: request for member ‘evaluate’ in ‘xod::node_44’, which is of non-class type ‘xod::Node_44 {aka int}’
node_44.evaluate(&ctxObj);
^~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4487:36: error: qualified-id in declaration before ‘ctxObj’
Node_45::ContextObject ctxObj;
^~~~~~
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4490:13: error: ‘ctxObj’ was not declared in this scope
ctxObj._input_IN = node_44._output_OUT;
^~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4490:40: error: request for member ‘_output_OUT’ in ‘xod::node_44’, which is of non-class type ‘xod::Node_44 {aka int}’
ctxObj._input_IN = node_44._output_OUT;
^~~~~~~~~~~
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4499:21: error: request for member ‘evaluate’ in ‘xod::node_45’, which is of non-class type ‘xod::Node_45 {aka int}’
node_45.evaluate(&ctxObj);
^~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In instantiation of ‘void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::evaluate(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context) [with typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type; xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*]’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4307:37: required from here
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3176:34: error: no matching function for call to ‘xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::emitValue<xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::output_OUT>(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*&, xod::identity<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::type)’
emitValue<output_OUT>(ctx, getValue<input_IN>(ctx));
~^~~~~~~~~~
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3150:37: note: candidate: template void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::emitValue(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context, typename decltype (getValueType(OutputT()))::type) [with OutputT = OutputT; typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type]
template void emitValue(Context ctx, typename decltype(getValueType(OutputT()))::type val) {
^~~~~~~~~
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3150:37: note: template argument deduction/substitution failed:

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In substitution of ‘template void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::emitValue(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::Context, typename decltype (xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::getValueType(OutputT()))::type) [with OutputT = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::output_OUT]’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3176:34: required from ‘void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::evaluate(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context) [with typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type; xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*]’
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4307:37: required from here
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3150:37: error: ‘int’ is not a class, struct, or union type

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In instantiation of ‘void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::evaluate(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context) [with typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type; xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*]’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4307:37: required from here
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3154:37: note: candidate: template void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::emitValue(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context, typename decltype (getValueType(OutputT()))::type, xod::identity) [with OutputT = OutputT; typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type]
template void emitValue(Context ctx, typename decltype(getValueType(OutputT()))::type val, identity) {
^~~~~~~~~
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3154:37: note: template argument deduction/substitution failed:

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In substitution of ‘template void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::emitValue(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::Context, typename decltype (xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::getValueType(OutputT()))::type, xod::identity) [with OutputT = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::output_OUT]’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3176:34: required from ‘void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::evaluate(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context) [with typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type; xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*]’
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4307:37: required from here
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3154:37: error: ‘int’ is not a class, struct, or union type

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In instantiation of ‘void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::evaluate(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context) [with typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type; xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*]’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4307:37: required from here
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3185:30: error: no matching function for call to ‘xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::emitValue<xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::output_OUT>(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*&, xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type&)’
emitValue<output_OUT>(ctx, obj);
~~~~~~~~~~~~~^~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3150:37: note: candidate: template void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::emitValue(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context, typename decltype (getValueType(OutputT()))::type) [with OutputT = OutputT; typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type]
template void emitValue(Context ctx, typename decltype(getValueType(OutputT()))::type val) {
^~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3150:37: note: template argument deduction/substitution failed:

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In substitution of ‘template void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::emitValue(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::Context, typename decltype (xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::getValueType(OutputT()))::type) [with OutputT = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::output_OUT]’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3185:30: required from ‘void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::evaluate(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context) [with typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type; xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*]’
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4307:37: required from here
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3150:37: error: ‘int’ is not a class, struct, or union type

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In instantiation of ‘void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::evaluate(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context) [with typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type; xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*]’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4307:37: required from here
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3154:37: note: candidate: template void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::emitValue(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context, typename decltype (getValueType(OutputT()))::type, xod::identity) [with OutputT = OutputT; typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type]
template void emitValue(Context ctx, typename decltype(getValueType(OutputT()))::type val, identity) {
^~~~~~~~~

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3154:37: note: template argument deduction/substitution failed:

/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino: In substitution of ‘template void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::emitValue(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::Context, typename decltype (xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::getValueType(OutputT()))::type, xod::identity) [with OutputT = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::output_OUT]’:
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3185:30: required from ‘void xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::evaluate(xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context) [with typeof_IN = xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type; xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<typeof_IN>::Context = xod::gabbapeople__christmas_tree__ws2811_set_all_pixel_color::Node<xod::gabbapeople__christmas_tree__ws2811::Node<19>::Type>::ContextObject*]’
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:4307:37: required from here
/tmp/xod_temp_sketchbookfYhGst/xod_1624471721258_sketch/xod_1624471721258_sketch.ino:3154:37: error: ‘int’ is not a class, struct, or union type

Error during build: exit status 1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.