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
Removing the use of SYSTEM will probably fix the build. Alternatively there might be a way to work around it by setting a couple cmake variables. Lastly, maybe the error would go away if the include is changed to <cstdlib> instead?
The text was updated successfully, but these errors were encountered:
It looks like this package is failing to build on Debian Buster
The error output is a failure to find the C include
<stdlib.h>
This might be due to the use of
isystem
: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129rviz_visual_tools/CMakeLists.txt
Line 82 in 44f507d
Removing the use of SYSTEM will probably fix the build. Alternatively there might be a way to work around it by setting a couple cmake variables. Lastly, maybe the error would go away if the include is changed to
<cstdlib>
instead?The text was updated successfully, but these errors were encountered: