colcon build --symlink-install
is done, I get errors on qt_gui_cpp package.
Starting >>> qt_gui_cpp
--- stderr: qt_gui_cpp
Traceback (most recent call last):
File "/Users/igorrecio/ros2_ws/install/python_qt_binding/share/python_qt_binding/cmake/sip_configure.py", line 83, in <module>
config = Configuration()
File "/Users/igorrecio/ros2_ws/install/python_qt_binding/share/python_qt_binding/cmake/sip_configure.py", line 19, in __init__
[qmake_exe, '-query'], env=env, universal_newlines=True)
File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 389, in check_output
**kwargs).stdout
File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 466, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 769, in __init__
restore_signals, start_new_session)
File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 1516, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'qmake': 'qmake'
make[2]: *** [sip/qt_gui_cpp_sip/Makefile] Error 1
make[1]: *** [src/qt_gui_cpp_sip/CMakeFiles/libqt_gui_cpp_sip.dir/all] Error 2
make: *** [all] Error 2
---
Failed <<< qt_gui_cpp [ Exited with code 2 ]
Bug report
Required Info:
Steps to reproduce issue
Followed installation instructions provided here. When
is done, I get errors on qt_gui_cpp package.
Expected behavior
Actual behavior
Additional information
Anyone facing something similar? Thanks in advance!