Compilling and Getting Erros with rtapi/uspace_rtapi_app.cc

More
13 Jan 2017 04:43 #85680 by rmorin
Hi folks,

I was compiling 2.8.0~pre and keep getting this error, trying to find what is missing. Any suggestion?

Compiling rtapi/uspace_rtapi_app.cc
rtapi/uspace_rtapi_app.cc: In function ‘void* {anonymous}::queue_function(void*)’:
rtapi/uspace_rtapi_app.cc:116:25: error: ‘class boost::lockfree::queue<{anonymous}::message_t, boost::lockfree::capacity<128ul> >’ has no member named ‘consume_all’
rtapi_msg_queue.consume_all([](const message_t &m) {
^
rtapi/uspace_rtapi_app.cc: In function ‘int master(int, std::vector<std::basic_string<char> >)’:
rtapi/uspace_rtapi_app.cc:477:21: error: ‘class boost::lockfree::queue<{anonymous}::message_t, boost::lockfree::capacity<128ul> >’ has no member named ‘consume_all’
rtapi_msg_queue.consume_all([](const message_t &m) {
^
make: *** [objects/rtapi/uspace_rtapi_app.o] Error 1

Please Log in or Create an account to join the conversation.

More
17 Jan 2017 21:26 #86005 by cncnoob1979
looks like you have a missing build dependences. Were you able to check for any missing ones? I cant recall the command off hand but look into the documentation for building linuxcnc. I had quite a few I needed to satisfy.

Please Log in or Create an account to join the conversation.

Time to create page: 0.144 seconds
Powered by Kunena Forum