You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
This will build some LuaDist components TWO times!
CMake Warning at CMakeLists.txt:7 (project):
To use the NMake generator, cmake must be run from a shell that can use the
compiler cl from the command line. This environment does not contain
INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
work.
CMake Warning (dev) at CMakeLists.txt:56 (add_custom_target):
Policy CMP0037 is not set: Target names should not be reserved and should
match a validity pattern. Run "cmake --help-policy CMP0037" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
The target name "install" is reserved or not valid for certain CMake
features, such as generator expressions, and may result in undefined
behavior.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/zhoulizhi/Desktop/lua/bootstrap/
bootstrap/tmp
CMake Error: Generator: execution of make failed. Make command was: "nmake" "/NO
LOGO" "-j6" "install"
Bootstrap done, building LuaDist using LuaDist
./bootstrap: line 21: /C/Users/zhoulizhi/Desktop/lua/_bootstrap/_bootstrap/bin/l
uadist: No such file or directory
LuaDist is now built and can be found in the /C/Users/zhoulizhi/Desktop/lua/_
bootstrap/_install
The text was updated successfully, but these errors were encountered:
This will build some LuaDist components TWO times!
CMake Warning at CMakeLists.txt:7 (project):
To use the NMake generator, cmake must be run from a shell that can use the
compiler cl from the command line. This environment does not contain
INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
work.
CMake Warning (dev) at CMakeLists.txt:56 (add_custom_target):
Policy CMP0037 is not set: Target names should not be reserved and should
match a validity pattern. Run "cmake --help-policy CMP0037" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
The target name "install" is reserved or not valid for certain CMake
features, such as generator expressions, and may result in undefined
behavior.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/zhoulizhi/Desktop/lua/bootstrap/
bootstrap/tmp
CMake Error: Generator: execution of make failed. Make command was: "nmake" "/NO
LOGO" "-j6" "install"
Bootstrap done, building LuaDist using LuaDist
./bootstrap: line 21: /C/Users/zhoulizhi/Desktop/lua/_bootstrap/_bootstrap/bin/l
uadist: No such file or directory
LuaDist is now built and can be found in the /C/Users/zhoulizhi/Desktop/lua/_
bootstrap/_install
The text was updated successfully, but these errors were encountered: