ABB Driver 0.0.9 compilation issue

🛠 Done
 

There is problem with compiling ABB driver:

0.537 -- The CXX compiler identification is GNU 9.4.0                                                                                                                                                      
0.540 -- Check for working CXX compiler: /usr/bin/c++                                                                                                                                                      
0.597 -- Check for working CXX compiler: /usr/bin/c++ -- works                                                                                                                                             
0.598 -- Detecting CXX compiler ABI info                                                                                                                                                                   
0.653 -- Detecting CXX compiler ABI info - done
0.663 -- Detecting CXX compile features
0.663 -- Detecting CXX compile features - done
0.668 -- Looking for C++ include pthread.h
0.736 -- Looking for C++ include pthread.h - found
0.736 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
0.795 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
0.795 -- Looking for pthread_create in pthreads
0.843 -- Looking for pthread_create in pthreads - not found
0.843 -- Looking for pthread_create in pthread
0.899 -- Looking for pthread_create in pthread - found
0.900 -- Found Threads: TRUE  
0.904 -- Configuring done
0.908 -- Generating done
0.909 -- Build files have been written to: /root/jacobi/driver/build
0.929 Scanning dependencies of target example-run
0.935 [ 12%] Building CXX object CMakeFiles/example-run.dir/examples/run.cpp.o
1.135 /root/jacobi/driver/examples/run.cpp:7:10: fatal error: jacobi/drivers/abb.hpp: No such file or directory
1.135     7 | #include <jacobi/drivers/abb.hpp>
1.135       |          ^~~~~~~~~~~~~~~~~~~~~~~~
1.135 compilation terminated.
1.141 make[2]: *** [CMakeFiles/example-run.dir/build.make:63: CMakeFiles/example-run.dir/examples/run.cpp.o] Error 1
1.141 make[1]: *** [CMakeFiles/Makefile2:82: CMakeFiles/example-run.dir/all] Error 2
1.141 make: *** [Makefile:130: all] Error 2

It is probably due to breaking change in the newest driver version: change include/jacobi/driver into /include/jacobi/drivers directory

Krzysztof Gomulski

9 months ago

Activity
Lars Berscheid

This is fixed in version v0.0.11 onwards, and is now tested in our CI/CD pipeline.

0    7 months ago    Reply

Comment must be at least 20 characters.
Cancel

We appreciate your feedback.

Lars Berscheid changed status to 🛠 Done

7 months ago

Yahav changed status to 🤖 Working on it!

9 months ago

One vote