On Mon, Sep 6, 2010 at 4:36 PM, Stuart P. Bentley <stuart@testtrack4.com> wrote: > Heh, never mind, http://luarocks.org/en/luarocks was just out of date. Thanks for fixing it! =) > 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? No idea how to install Libao on Windows, but once you get it installed somewhere, you should be able to run: luarocks install ao LIBAO_DIR=c:/somewhere/ -- Hisham