guide mentions Raspberry Pi, may I build this project for x86? on a Ubuntu machine. have tried but getting these errors
libzwaveip.c:476:56: error: macro "BIO_ctrl_set_connected" passed 3 arguments, but takes just 2
BIO_ctrl_set_connected(sbio, 1, &pinfo->remote_addr);
libzwaveip.c:476:5: error: ‘BIO_ctrl_set_connected’ undeclared (first use in this function); did you mean ‘BIO_new_ssl_connect’?
BIO_ctrl_set_connected(sbio, 1, &pinfo->remote_addr);
guide mentions Raspberry Pi, may I build this project for x86? on a Ubuntu machine. have tried but getting these errors
libzwaveip.c:476:56: error: macro "BIO_ctrl_set_connected" passed 3 arguments, but takes just 2
BIO_ctrl_set_connected(sbio, 1, &pinfo->remote_addr);
libzwaveip.c:476:5: error: ‘BIO_ctrl_set_connected’ undeclared (first use in this function); did you mean ‘BIO_new_ssl_connect’?
BIO_ctrl_set_connected(sbio, 1, &pinfo->remote_addr);