Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during catkin_make #1

Open
carlospereira179 opened this issue Feb 7, 2019 · 2 comments
Open

Error during catkin_make #1

carlospereira179 opened this issue Feb 7, 2019 · 2 comments

Comments

@carlospereira179
Copy link

Hi, do i need to install anything else to use your package? During the catkin_make this happen:

/home/carlos/catkin_ws/src/qr_detector/include/qr_detector/detector.h:14:18: fatal error: zbar.h: Arquivo ou diretório não encontrado compilation terminated. qr_detector/CMakeFiles/qr_detector_nodelet.dir/build.make:86: recipe for target 'qr_detector/CMakeFiles/qr_detector_nodelet.dir/src/detector.cpp.o' failed make[2]: *** [qr_detector/CMakeFiles/qr_detector_nodelet.dir/src/detector.cpp.o] Error 1 make[2]: ** Esperando que outros processos terminem. In file included from /home/carlos/catkin_ws/src/qr_detector/include/qr_detector/qr_detector_nodelet.h:14:0, from /home/carlos/catkin_ws/src/qr_detector/src/qr_detector_nodelet.cpp:8: /home/carlos/catkin_ws/src/qr_detector/include/qr_detector/detector.h:14:18: fatal error: zbar.h: Arquivo ou diretório não encontrado compilation terminated. qr_detector/CMakeFiles/qr_detector_nodelet.dir/build.make:62: recipe for target 'qr_detector/CMakeFiles/qr_detector_nodelet.dir/src/qr_detector_nodelet.cpp.o' failed make[2]: *** [qr_detector/CMakeFiles/qr_detector_nodelet.dir/src/qr_detector_nodelet.cpp.o] Error 1 CMakeFiles/Makefile2:3819: recipe for target 'qr_detector/CMakeFiles/qr_detector_nodelet.dir/all' failed make[1]: *** [qr_detector/CMakeFiles/qr_detector_nodelet.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j8 -l8" failed

Thank you!

@mdrwiega
Copy link
Owner

mdrwiega commented Feb 7, 2019

Hello,
please try to install zbar library.
sudo apt install zbar-tools

Best regards,
Michal

@carlospereira179
Copy link
Author

Thank you for the fast answer!
I did that, but the same thing is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants