rrthomas / cw

Colorizing wrapper generator for shell commands, with many pre-defined wrappers
GNU General Public License v3.0
43 stars 2 forks source link

Make automake a dependency #8

Closed bennypowers closed 5 years ago

bennypowers commented 9 years ago

I ran

brew install lua
...
luarocks install cw
...
LUA=/usr/local/bin/lua autoreconf -i && ./configure --prefix=/usr/local/lib/luarocks/rocks-5.2/cw/2.0.4-1 --libdir=/usr/local/lib/luarocks/rocks-5.2/cw/2.0.4-1/lib --datadir=/usr/local/lib/luarocks/rocks-5.2/cw/2.0.4-1/lua && make clean && make
sh: autoreconf: command not found

Error: Build error: Failed building.

so then i ran

brew install automake
...
luarocks install cw

and it worked just dandy

rrthomas commented 9 years ago

This issue is not OS X specific, though you could fix it by making a (trivial) brew recipe for cw.

The problem is that I know no way of adding automake as a luarocks dependency.

Thanks for the report. I have added a note about the dependency to cw's README, and shall ask the luarocks folk what they think (because obviously this is an instance of a broader problem: how to deal with build dependencies in luarocks on things that aren't luarocks modules).

rrthomas commented 5 years ago

Closing, as automake is no longer used.