I am compiling kratos , and meet a question when run the configure.bat #11934
-
i use Windows Powershell to run the configure.bat:`@echo off rem For any question please contact with us in: rem Optional parameters: rem Set compiler rem Set variables rem Warning: In windows this option only works if you run through a terminal with admin privileges rem Set basic configuration rem Set applications to compile rem Clean rem Enable this if your build is slow and you have a multi-core machine rem Configure rem Build rem Function to add apps and got this result: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @Ada2045lalala. There seems to be two problems in the log you send.
|
Beta Was this translation helpful? Give feedback.
Hi @Ada2045lalala
C4819 its fine, its most likely a warning because our EOF character uses ANSI source files in windows (this is a encoding format for text files) and probably gets messy when trying to convert to a Chinese character table, but should not affect the compilation result.
I am not sure how to get rid of it but I will take a look and post it here in case I find something.
MSVC 1929 is fine as well 👍