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
Recently I have been trying to build the master branch of tesseract while the distributed version is also installed on my system. However, the build fails where API changes have been made, presumably because catkin is linking the tesseract packages in my workspace against the distributed versions in the /opt/ros/noetic folder rather than the freshly built equivalents in my workspace. If I uninstall the distributed version of tesseract, my workspace build succeeds.
My expectation was that catkin would know to look in the workspace for CMake dependencies before resorting to the /opt and usr directories. Is the way that we are exporting, installing or linking the tesseract packages with ros_industrial_cmake_boilerplate causing this error?
The text was updated successfully, but these errors were encountered:
This issue is the two places where the following were added to solve windows ros build issues. I am going to wrap them with windows compiler def to solve the linux issue.
Recently I have been trying to build the master branch of
tesseract
while the distributed version is also installed on my system. However, the build fails where API changes have been made, presumably becausecatkin
is linking thetesseract
packages in my workspace against the distributed versions in the/opt/ros/noetic
folder rather than the freshly built equivalents in my workspace. If I uninstall the distributed version oftesseract
, my workspace build succeeds.My expectation was that
catkin
would know to look in the workspace forCMake
dependencies before resorting to the/opt
andusr
directories. Is the way that we are exporting, installing or linking thetesseract
packages withros_industrial_cmake_boilerplate
causing this error?The text was updated successfully, but these errors were encountered: