I just cloned the mangoszero master branch from github and attempted to run the "getmangos.sh" script under server/linux/ and am receiving the following errors. Everything seems to compile and run fine except the Extractor_projects directory where everything bombs out. Below is the output that is generated immediately after the last user input on the getmangos.sh script:
Cleaning the old build...
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.5)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
CMake Error at CMakeLists.txt:31 (add_library):
Cannot find source file:
$/home/mangos/mangoszero/server/src/game/vmap/BIH.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
CMake Error at Movemap-Generator/CMakeLists.txt:65 (add_executable):
Cannot find source file:
/home/mangos/mangoszero/server/src/tools/Extractor_projects/src/tools/Extractor_projects/shared/ExtractorCommon.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
CMake Error at map-extractor/CMakeLists.txt:40 (add_executable):
Cannot find source file:
/home/mangos/mangoszero/server/src/tools/Extractor_projects/src/tools/Extractor_projects/shared/dbcfile.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
CMake Error at vmap-extractor/CMakeLists.txt:43 (add_executable):
Cannot find source file:
/home/mangos/mangoszero/server/src/tools/Extractor_projects/src/shared/Auth/md5.c
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
CMake Error: Cannot determine link language for target "vmap".
CMake Error: CMake can not determine linker language for target: vmap
CMake Error: CMake can not determine linker language for target: movemap-generator
CMake Error: Cannot determine link language for target "movemap-generator".
CMake Error: CMake can not determine linker language for target: map-extractor
CMake Error: Cannot determine link language for target "map-extractor".
CMake Error: CMake can not determine linker language for target: vmap-extractor
CMake Error: Cannot determine link language for target "vmap-extractor".
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
POSTGRESQL
SCRIPT_LIB_ELUNA
SCRIPT_LIB_SD3
USE_STD_MALLOC
-- Build files have been written to: /home/mangos/mangoszero/server
[ 0%] Building CXX object CMakeFiles/genrev.dir/src/tools/genrevision/genrevision.cpp.o
[ 0%] Linking CXX executable genrev
[ 0%] Built target genrev
[ 0%] Building C object dep/lualib/CMakeFiles/lualib.dir/ldebug.c.o
[ 0%] Building C object dep/lualib/CMakeFiles/lualib.dir/lobject.c.o
[ 0%] Building C object
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now