lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Heh, never mind, http://luarocks.org/en/luarocks was just out of date.

Now I've got this problem:

C:\Users\Stuart>luarocks --from=http://github.com/TheLinx/lao/raw/luarocks/ install ao Warning: Failed searching manifest: Failed loading manifest: Failed fetching manifest for http://github.com/TheLinx/lao/raw/luarocks/
Installing http://luarocks.org/repositories/rocks/ao-1.0.0-1.src.rock...

Error: Could not find expected file ao/ao.h for LIBAO -- you may have to install LIBAO in your system and/or set the LIBAO_DIR variable

What's the path of least resistance for setting this up on Windows?

On Mon, 06 Sep 2010 15:27:16 -0400, Stuart P. Bentley <stuart@testtrack4.com> wrote:

How do you specify a server to LuaRocks?

C:\Users\Stuart>luarocks rocks_servers={"http://github.com/TheLinx/lao/raw/luarocks/"} install ao

Error: Invalid assignment: rocks_servers={http://github.com/TheLinx/lao/raw/luarocks/}

C:\Users\Stuart>luarocks rocks_servers={\"http://github.com/TheLinx/lao/raw/luarocks/\"} install ao

Error: Invalid assignment: rocks_servers={"http://github.com/TheLinx/lao/raw/luarocks/"}

C:\Users\Stuart>luarocks rocks_servers[2]=\"http://github.com/TheLinx/lao/raw/luarocks/\"; install ao

Error: Invalid assignment: rocks_servers[2]="http://github.com/TheLinx/lao/raw/luarocks/";

On Sun, 05 Sep 2010 17:39:15 -0400, Linus Sjögren <thelinx@unreliablepollution.net> wrote:

lao is a module that provides Lua bindings to libao, a library by
xiph.org for simple audio output.

This is the first public release, and as such, there may be some minor
issues, like small memory leaks and/or segfaults.
Any tips/patches are appreciated.

http://xiph.org/ao/ - xiph.orgs page on libao
http://github.com/thelinx/lao/ - the lao project page
http://thelinx.github.com/lao/ - documentation
http://github.com/TheLinx/lao/raw/luarocks/ao-1.0.0-1.rockspec -
LuaRock (has been submitted for inclusion)

I hope this is useful to someone!