Quantcast
Channel: Active questions tagged windows-subsystem-for-linux - Ask Ubuntu
Viewing all articles
Browse latest Browse all 2817

Autoware building error

$
0
0

While trying to build Autoware, following this guide, the following errors appear, as seen in the image:

screenshot

Any suggestions as to how I could fix this? I've already re-installed ROS and Catkin tools.

The contents of env.sh file:

#!/usr/bin/env sh# generated from catkin/cmake/templates/env.sh.inif [ $# -eq 0 ] ; then  /bin/echo "Usage: env.sh COMMANDS"  /bin/echo "Calling env.sh without arguments is not supported anymore. Instead spawn a subshell and source a setup file manually."  exit 1fi# ensure to not use different shell type which was set beforeCATKIN_SHELL=sh# source setup.sh from same directory as this file_CATKIN_SETUP_DIR=$(cd "`dirname "$0"`"> /dev/null && pwd). "$_CATKIN_SETUP_DIR/setup.sh"exec "$@"

Viewing all articles
Browse latest Browse all 2817

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>