dbg_dummies 20;reload
in rconMAX_PLAYERS
@El BobLexsv_player_slots
The C compiler identification is unknown
The CXX compiler identification is unknown
Check for working C compiler: C:/MinGW/bin/gcc.exe
Check for working C compiler: C:/MinGW/bin/gcc.exe -- broken
CMake Error at E:/Program Files/CMake/share/cmake-3.15/Modules/CMakeTestCCompiler.cmake:60 (message):
The C compiler
"C:/MinGW/bin/gcc.exe"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: C:/Users/andre/Desktop/mkRace-ddr/build/CMakeFiles/CMakeTmp
Run Build Command(s):C:/MinGW/bin/mingw32-make.exe cmTC_7f91a/fast && C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_7f91a.dir\build.make CMakeFiles/cmTC_7f91a.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Users/andre/Desktop/mkRace-ddr/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7f91a.dir/testCCompiler.c.obj
C:\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_7f91a.dir\testCCompiler.c.obj -c C:\Users\andre\Desktop\mkRace-ddr\build\CMakeFiles\CMakeTmp\testCCompiler.c
CMakeFiles\cmTC_7f91a.dir\build.make:64: recipe for target 'CMakeFiles/cmTC_7f91a.dir/testCCompiler.c.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_7f91a.dir/testCCompiler.c.obj] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Users/andre/Desktop/mkRace-ddr/build/CMakeFiles/CMakeTmp'
Makefile:120: recipe for target 'cmTC_7f91a/fast' failed
mingw32-make.exe: *** [cmTC_7f91a/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:22 (project)
Configuring incomplete, errors occurred!
See also "C:/Users/andre/Desktop/mkRace-ddr/build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/andre/Desktop/mkRace-ddr/build/CMakeFiles/CMakeError.log".
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: C:/MinGW/bin/gcc.exe
Build flags:
Id flags: --target=arm-arm-none-eabi;-mcpu=cortex-m3
The output was:
1
gcc.exe: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
gcc.exe: error: unrecognized command line option '--target=arm-arm-none-eabi'
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
gcc.exe: fatal error: no input files
compilation terminated.
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
gcc.exe: fatal error: no input files
compilation terminated.
Compiler: C:/MinGW/bin/gcc.exe
that's not VSvs
folder, cd vs
and then cmake -G "Visual Studio 14" ..
(edited)CMake Error at CMakeLists.txt:3 (file):
file STRINGS file "C:/Users/andre/Desktop/mkRace-ddr/vs/src/game/version.h"
cannot be read.
CMake Error at CMakeLists.txt:17 (message):
Couldn't parse version from src/game/version.h
#define GAME_VERSION "0.7.3"
might try it with this instead of yoursfile(STRINGS src/game/version.h VERSION_LINE
LIMIT_COUNT 1
REGEX GAME_RELEASE_VERSION
)
if(VERSION_LINE MATCHES "\"([0-9]+)\\.([0-9]+)\\.([0-9]+|[0-9]+\\.[0-9]+)\".*")
set(VERSION_MAJOR ${CMAKE_MATCH_1})
set(VERSION_MINOR ${CMAKE_MATCH_2})
set(VERSION_PATCH ${CMAKE_MATCH_3})
elseif(VERSION_LINE MATCHES "\"([0-9]+)\\.([0-9]+)\".*")
set(VERSION_MAJOR ${CMAKE_MATCH_1})
set(VERSION_MINOR ${CMAKE_MATCH_2})
set(VERSION_PATCH "0")
else()
message(FATAL_ERROR "Couldn't parse version from src/game/version.h")
endif()
(edited).*
here if(VERSION_LINE MATCHES "\"([0-9]+)\\.([0-9]+)\\.([0-9]+|[0-9]+\\.[0-9]+)\".*")
elseif(VERSION_LINE MATCHES "\"([0-9]+)\\.([0-9]+)\".*")
also a .*
(edited)#define GAME_VERSION "0.7.3, mkRace " MKRACE_VERSION ""
#define GAME_VERSION "0.7.3" ", mkRace " MKRACE_VERSION ""
#define GAME_VERSION "0.7.3, mkRace " MKRACE_VERSION ""
(edited)#define GAME_VERSION "0.7.3"
(edited)"C:\Program Files\Microsoft Visual Studio 2014\VC\vcvarsall.bat" amd64
cd
from the native cmd?"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
?C:\Program Files (x86)\Microsoft Visual Studio\2017\Community
configuration:
configure.lua:367: no c/c++ compiler found
bam: script error (-t for more detail)
DNS server not authoritative for zone.
developer command prompt for VS 2017
configuration:
AUTO compiler cl
[string "src/driver_cl.lua"]:54: attempt to index a nil value (local 'f')
bam: script error (-t for more detail)
rm config.lua; bam
bam: error: 'other/freetype/windows/lib32/freetype.dll' does not exist and no way to generate it
bam: error: a build step failed
got this after running conf=releasebam -c; bam
in any casesaved configuration to 'config.lua'
bam: error: 'other/freetype/windows/lib32/freetype.dll' does not exist and no way to generate it
bam: error: a build step failed
sv_max_clients 32; sv_player_slots 32
?