Error while building(first time) ros noetic at rviz package.
Hello, I am trying to follow the link here to build noetic from source in fedora 32. I get the following error at rviz package.
[ 25%] Building CXX object src/rviz/CMakeFiles/rviz.dir/panel_factory.cpp.o
[ 26%] Building CXX object src/rviz/CMakeFiles/rviz.dir/preferences_dialog.cpp.o
/home/vmaurya/ros_catkin_ws/src/rviz/src/rviz/ogre_helpers/movable_text.cpp:51:10: fatal error: OgreFontManager.h: No such file or directory
51 | #include <OgreFontManager.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/rviz/CMakeFiles/rviz.dir/build.make:473: src/rviz/CMakeFiles/rviz.dir/ogre_helpers/movable_text.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/vmaurya/ros_catkin_ws/src/rviz/src/rviz/ogre_helpers/render_system.cpp:56:10: fatal error: OgreOverlaySystem.h: No such file or directory
56 | #include <OgreOverlaySystem.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/rviz/CMakeFiles/rviz.dir/build.make:564: src/rviz/CMakeFiles/rviz.dir/ogre_helpers/render_system.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2874: src/rviz/CMakeFiles/rviz.dir/all] Error 2
make: *** [Makefile:161: all] Error 2
<== Failed to process package 'rviz':