-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catkin_make on Windows needs Visual Studio Command Prompt #22
Comments
As far as I know, at the moment there is no such package, so Visual Studio needs to be installed on the system.
There is a package for this, it is called Note that however sourcing the Visual Studio Developer Prompt is only necessary if you use the |
|
Great - should we add this to the readme? |
On Windows 10 x86 64bit on Command Prompt, trying to build a workspace with
catkin_make
gives the following:It's possible to resolve this as suggested in the printout by Installing Visual Studio 2019 Community and invoking
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build>vcvarsall.bat
. But, I'm wondering if there is some conda package forcl
compiler, so that Windows users don't need to install Visual Studio 2019 Community first. Or if it is the norm on Windows to have VS installed, perhaps the conda env activation scripts can automatically setup the path variables as needed for using catkin.The text was updated successfully, but these errors were encountered: