LuaDist / Repository

Repository of LuaDist modules available for installation using the luadist-git command line tool
www.luadist.org
243 stars 41 forks source link

Can't install LuaDist - "C:\Users\" is not recognized as an internal or external command #231

Open rinart73 opened 6 years ago

rinart73 commented 6 years ago

Installed TDM, CMake, Git. Launched bootstrap.bat:

## This will build some LuaDist components TWO times!
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:/LuaDist/_bootstrap/_bootstrap/tmp
"C:\Users\" is not recognized as an internal or external command
Makefile:243: recipe for target 'cmake_check_build_system' failed
mingw32-make.exe: *** [cmake_check_build_system] Error 1
## Bootstrap done, building LuaDist using LuaDist
The system can not find the specified path.
## LuaDist is now built and can be found in C:\LuaDist\_bootstrap\_install`

There are no LuaDist in "C:\LuaDist_bootstrap_install" of course. I tried to search for "C:\Users\" in LuaDist bootstrap config files, but haven't found anything.

I'm using Windows 10 x64 in Russian language.

worwrefedwarzon commented 5 years ago

see issue #233