Replies: 8 comments 6 replies
-
Did you follow precisely the instructions from https://github.com/cyberbotics/webots/wiki/Windows-installation/? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Since I am not familiar with Linux, I would like to use Visual Studio for debugging and compilation under Windows.Can I achieve this result? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Modified the code in generate Proto list.py as shown below,OK |
Beta Was this translation helpful? Give feedback.
-
python -VVPython 3.10.5 (main, Jun 18 2022, 01:16:30) [GCC 12.1.0 64 bit (AMD64)] |
Beta Was this translation helpful? Give feedback.
-
I had this error before, it seems to happen when you dont source https://github.com/cyberbotics/webots/blob/master/scripts/install/bash_profile.windows within mingw.. I still dont understand why |
Beta Was this translation helpful? Give feedback.
-
The problem should be fixed in #4982. |
Beta Was this translation helpful? Give feedback.
-
The following error occurs when the last step of make-j12 is executed:
`MINGW64 /d/webots
make -j12
Makefile:58:
pwd -W | tr -s / '//'
/resources/Makefile.os.include: No such file or directorymake: *** No rule to make target '
pwd -W | tr -s / '//'
/resources/Makefile.os.include'. Stop.`
What should I do? Please give guidance, thank you!
Beta Was this translation helpful? Give feedback.
All reactions