[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: Mon, 26 Jan 2009 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"