Closed rjoomen closed 4 months ago
Do you have a branch to look at?
No branch, just master
.
Only fix needed is adding C
to the languages here project(${pkg_extracted_name} VERSION ${pkg_extracted_version} LANGUAGES C CXX)
in some of the makefiles, because of an issue with a dependency (issue seems related to this).
For reference, a workaround like this might be needed for the MPI::MPI_C
target issue requiring the C language to be enabled. But I don't think that's related to the QT issue.
What are the next steps on fixing this?
Just today I got it all building.
I'll submit a PR to tesseract_qt
tomorrow for you to check out and we can discuss how to continue.
Submitted. The mixing of AUTOMOC/UIC/RCC and qt5wrap is not ideal, of course, either we find out why qt5wrap fails, or switch everything over to AUTO*.
I tried building Tesseract on Ubuntu 24.04 (Noble) with ROS2 Jazzy and ran (after fixing some minor other issues) into this issue, related to
qt5_wrap_cpp
, and I have no idea how to fix it:@Levi-Armstrong, do you have an idea?