You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /Users/scottrobotics/Code/workspaces/ros2_jazzy/build/rviz_rendering/include/rviz_rendering/moc_render_window.cpp:10:
In file included from /Users/scottrobotics/Code/workspaces/ros2_jazzy/build/rviz_rendering/include/rviz_rendering/../../../../src/ros2/rviz/rviz_rendering/include/rviz_rendering/render_window.hpp:36:
In file included from /opt/homebrew/opt/qt@5/lib/QtCore.framework/Headers/QObject:1:
/opt/homebrew/opt/qt@5/lib/QtCore.framework/Headers/qobject.h:266:43: error: no template named 'QSlotObject' in namespace 'QtPrivate'
new QtPrivate::QSlotObject<Func2, typename QtPrivate::List_Left<typename SignalType::Arguments, SlotType::ArgumentCount>::Value,
~~~~~~~~~~~^
Additional information
I can paste the full error log if useful. I'm also willing to help resolve this, just need to know where to poke
The text was updated successfully, but these errors were encountered:
I encountered the same error, and the reason appears to be some Qt headers from Qt installed from homebrew and Qt installed from the installer are conflicting.
I simply force uninstall the homebrew version and the problem is gone.
PS: I am an insanely random person from the internet. No idea what's this project, but Google bring me here.
Bug report
Required Info:
Steps to reproduce issue
Follow the instructions for iron or jazzy
Expected behavior
Build succeeded
Actual behavior
Build failed
Additional information
I can paste the full error log if useful. I'm also willing to help resolve this, just need to know where to poke
The text was updated successfully, but these errors were encountered: