supertuxkart / stk-code

The code base of supertuxkart
Other
4.54k stars 1.06k forks source link

error: the command "setlocal #5095

Closed PaxtonPenguin closed 6 months ago

PaxtonPenguin commented 6 months ago

Description

no i did not accidentally not include the other quote, that is the exact error message i got while building stk

Steps to reproduce

  1. open the .sln file
  2. build the INSTALL thing
  3. see it fail

    Configuration

STK release version: commit 97faf4a

STK Source (PPA, distribution package, official binary, etc.): git

Additional information

Error message:

MSB3073: The command "setlocal
Alayan-stk-2 commented 6 months ago
  1. open the .sln file

No idea what that is.

Since the continuous integration manages to compile fine on Windows, I assume you probably missed some step in the instructions, or made a mistake.

The full instructions are here: https://github.com/supertuxkart/stk-code/blob/master/INSTALL.md

You can ask for help on the IRC here: https://web.libera.chat/?channels=#supertuxkart

Compiling for the first time can be tricky, but please don't open a new issue each time you get a problem building STK, not until you can be reasonably certain the problem is caused by a bug in the code.

PaxtonPenguin commented 6 months ago

.sln is the visual studio solution file

PaxtonPenguin commented 6 months ago

tried with msbuild, it worked, don't use visual studio