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
I'm attempting to generate a compile_commands.json file for use with clangd, however the file is not generated (neither on a package level nor the workspace level). Attempting to build the turtlesim package from ros_tutorials with
Attempting the same in an Ubuntu 20.04 with identical colcon versions correctly generates compile_commands.json on a package and workspace level.
I also tested on windows with the change proposed in #114, however this did not result in any changed behavior. Additionally, I tested ommitting the --merge-install option, which produced no change for either platform.
The text was updated successfully, but these errors were encountered:
I'm attempting to generate a
compile_commands.json
file for use withclangd
, however the file is not generated (neither on a package level nor the workspace level). Attempting to build theturtlesim
package fromros_tutorials
withgives the following warning:
My platform is Windows 10 with Ros2 Foxy installed from the aka.ms/ros Chocolatey package.
I build colcon from source following the instructions in the docs, and
colcon version-check
gives:Attempting the same in an Ubuntu 20.04 with identical colcon versions correctly generates
compile_commands.json
on a package and workspace level.I also tested on windows with the change proposed in #114, however this did not result in any changed behavior. Additionally, I tested ommitting the
--merge-install
option, which produced no change for either platform.The text was updated successfully, but these errors were encountered: