Can't compile ABB driver 0.0.7

πŸ›  Done
 

There is an error while compiling ABB driver version 0.0.7

#0 0.706 -- Build files have been written to: /root/jacobi/driver/build
#0 0.728 Scanning dependencies of target example-run
#0 0.735 [ 12%] Building CXX object CMakeFiles/example-run.dir/examples/run.cpp.o
#0 3.445 /root/jacobi/driver/examples/run.cpp: In function β€˜int main(int, char**)’:
#0 3.445 /root/jacobi/driver/examples/run.cpp:37:87: error: no matching function for call to β€˜jacobi::driver::ABBDriver::ABBDriver(<brace-enclosed initializer list>)’
#0 3.445    37 |     ABBDriver driver {&planner, args["host"].as<std::string>(), args["port"].as<int>()};
#0 3.445       |                                                                                       ^
#0 3.445 In file included from /root/jacobi/driver/examples/run.cpp:7:
#0 3.445 /root/jacobi/driver/include/jacobi/driver/abb.hpp:46:14: note: candidate: β€˜jacobi::driver::ABBDriver::ABBDriver(jacobi::Planner*, int)’
#0 3.445    46 |     explicit ABBDriver(Planner* planner, int port);
#0 3.445       |              ^~~~~~~~~
#0 3.445 /root/jacobi/driver/include/jacobi/driver/abb.hpp:46:14: note:   candidate expects 2 arguments, 3 provided
#0 5.892 make[2]: *** [CMakeFiles/example-run.dir/build.make:63: CMakeFiles/example-run.dir/examples/run.cpp.o] Error 1
#0 5.892 make[1]: *** [CMakeFiles/Makefile2:82: CMakeFiles/example-run.dir/all] Error 2
#0 5.893 make: *** [Makefile:130: all] Error 2
Krzysztof Gomulski

1 year ago

Activity
Yahav changed status to πŸ›  Done

11 months ago

Lars Berscheid changed status to πŸ€– Working on it!

1 year ago

Lars Berscheid

This indeed somehow slipped through our CI, and should be fixed in v0.0.8 that I've released just now.

0    1 year ago    Reply

Comment must be at least 20 characters.
Cancel

We appreciate your feedback.

One vote