Re: Errors with Lua on WinXP and minGW
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Errors with Lua on WinXP and minGW
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2009年1月26日 13:21:16 -0200
> Problem 1: Builderrors
> =================
> $ make mingw
> [this runs OK]
and so this is not a build error...
> $ make install
> cd src && install -p -m 0755 lua luac /usr/local/bin
> install: cannot change ownership of `/usr/local/bin/lua': No such file
> or directory
Perhaps this fixes it:
make install TO_BIN="lua.exe luac.exe"