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

install failed at the end of bootstrap.bat #219

Closed jahnc closed 8 years ago

jahnc commented 9 years ago

it runs all the way (taking a long while) as expected until -

Boostrap done, building LuaDist using LuaDist

'C:\Program' is not recognized as an internal or external command, ...

that is, it fails on - %LUADIST% "%INSTALL%" install luadist-git -binary=false -source %*

drahosp commented 9 years ago

Seems to me like you are trying to bootstrap in a working directory with a space in the path. Please try running it from a working directory without spaces eg. C:/Work/. Additional information would be helpful, for example pasting the build log and system details.