Hi, it's three days I'm trying to compile Ryzom's source, but cmake gives me some errors. I'm generating with Visual Studio 2017 as 2010 is no more downloadable. I also have windows 10 SDK.
This is the cmake log:
The CXX compiler identification is MSVC 19.10.25019.0
The C compiler identification is MSVC 19.10.25019.0
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/c l.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/c l.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/c l.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/c l.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Looking for include file execinfo.h
Looking for include file execinfo.h - not found
Looking for include file stdint.h
Looking for include file stdint.h - found
Looking for include file sys/types.h
Looking for include file sys/types.h - found
Looking for include file inttypes.h
Looking for include file inttypes.h - found
Looking for include file unistd.h
Looking for include file unistd.h - not found
Looking for include file utime.h
Looking for include file utime.h - not found
Looking for include file dl.h
Looking for include file dl.h - not found
Looking for include file limits.h
Looking for include file limits.h - found
Looking for include file malloc.h
Looking for include file malloc.h - found
Looking for include file sys/param.h
Looking for include file sys/param.h - not found
Looking for include files sys/param.h, sys/mount.h
Looking for include files sys/param.h, sys/mount.h - not found
Looking for include file sys/statvfs.h
Looking for include file sys/statvfs.h - not found
Looking for include file pthread.h
Looking for include file pthread.h - not found
Looking for stddef.h
Looking for stddef.h - found
Check size of size_t
Check size of size_t - done
DEBUG size_t is 4
Check size of off_t
Check size of off_t - done
DEBUG off_t is 4
Looking for backtrace
Looking for backtrace - not found
Looking for getsockname
Looking for getsockname - not found
Looking for inet_ntoa
Looking for inet_ntoa - not found
Looking for inet_ntop
Looking for inet_ntop - not found
Looking for inet_pton
Looking for inet_pton - not found
Looking for regcomp
Looking for regcomp - not found
Looking for strerror
Looking for strerror - found
Looking for strlcat
Looking for strlcat - not found
Looking for strptime
Looking for strptime - not found
Looking for strtok_r
Looking for strtok_r - not found
Looking for strtoull
Looking for strtoull - found
Looking for statvfs
Looking for statvfs - not found
Looking for stat64
Looking for stat64 - not found
CMake Error at CMakeModules/nel.cmake:602 (MESSAGE):
Can't determine compiler version 1910
Call Stack (most recent call first):
CMakeLists.txt:90 (NL_SETUP_BUILD)
Configuring incomplete, errors occurred!
See also "C:/ryzom/code/build/CMakeFiles/CMakeOutput.log".
See also "C:/ryzom/code/build/CMakeFiles/CMakeError.log".
Can someone suggest me what to do / download?
This is the cmake log:
The CXX compiler identification is MSVC 19.10.25019.0
The C compiler identification is MSVC 19.10.25019.0
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/c l.exe
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/c l.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/c l.exe
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/c l.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Looking for include file execinfo.h
Looking for include file execinfo.h - not found
Looking for include file stdint.h
Looking for include file stdint.h - found
Looking for include file sys/types.h
Looking for include file sys/types.h - found
Looking for include file inttypes.h
Looking for include file inttypes.h - found
Looking for include file unistd.h
Looking for include file unistd.h - not found
Looking for include file utime.h
Looking for include file utime.h - not found
Looking for include file dl.h
Looking for include file dl.h - not found
Looking for include file limits.h
Looking for include file limits.h - found
Looking for include file malloc.h
Looking for include file malloc.h - found
Looking for include file sys/param.h
Looking for include file sys/param.h - not found
Looking for include files sys/param.h, sys/mount.h
Looking for include files sys/param.h, sys/mount.h - not found
Looking for include file sys/statvfs.h
Looking for include file sys/statvfs.h - not found
Looking for include file pthread.h
Looking for include file pthread.h - not found
Looking for stddef.h
Looking for stddef.h - found
Check size of size_t
Check size of size_t - done
DEBUG size_t is 4
Check size of off_t
Check size of off_t - done
DEBUG off_t is 4
Looking for backtrace
Looking for backtrace - not found
Looking for getsockname
Looking for getsockname - not found
Looking for inet_ntoa
Looking for inet_ntoa - not found
Looking for inet_ntop
Looking for inet_ntop - not found
Looking for inet_pton
Looking for inet_pton - not found
Looking for regcomp
Looking for regcomp - not found
Looking for strerror
Looking for strerror - found
Looking for strlcat
Looking for strlcat - not found
Looking for strptime
Looking for strptime - not found
Looking for strtok_r
Looking for strtok_r - not found
Looking for strtoull
Looking for strtoull - found
Looking for statvfs
Looking for statvfs - not found
Looking for stat64
Looking for stat64 - not found
CMake Error at CMakeModules/nel.cmake:602 (MESSAGE):
Can't determine compiler version 1910
Call Stack (most recent call first):
CMakeLists.txt:90 (NL_SETUP_BUILD)
Configuring incomplete, errors occurred!
See also "C:/ryzom/code/build/CMakeFiles/CMakeOutput.log".
See also "C:/ryzom/code/build/CMakeFiles/CMakeError.log".
Can someone suggest me what to do / download?
Added by Pirozhki 7 years ago