Dazu bin ich dem Beispiel hier gefolgt, nachdem ich alles heruntergeladen habe, was in der Anleitung erwähnt wird. Ich habe auch die Umgebungsvariable entsprechend hinzugefügt:
Nachdem ich versucht habe, ein Beispiel zu erstellen, erhalte ich Folgendes:
Code: Select all
The target you are compiling requires Visual C++ build tools.
Bazel couldn't find a valid Visual C++ build tools installation on your machine.
Visual C++ build tools seems to be installed at C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
But Bazel can't find the following tools:
VCVARSALL.BAT, cl.exe, link.exe, lib.exe, ml64.exe
Mein Verdacht ist, dass die Datei VCVARSALL.bat fehlt, aber ich weiß nicht, was ich installieren müsste, um diese Datei zu erhalten.