lua-users home
lua-l archive

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


On Thu, Mar 14, 2013 at 8:06 PM, David Given <dg@cowlark.com> wrote:
> http://cluecc.sourceforge.net/

Installation also requires "apt-get install libgc-dev".
In "Usage: clue [-m[lua|js|perl5|c|lisp|java]] file.c ..", the "lua"
should read "lua51|lua52".

> ...and the runtime library is almost non-existent.

lpeg would have minimal RT requirements:

$ ./bin/clue -mlua52 ../lpeg-0.10.2/lpeg.c
../lpeg-0.10.2/lpeg.c:9:11: error: unable to open 'assert.h'
     .. but how to specify the -I include search paths? and -D defines?