[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Clue 0.6
- From: David Manura <dm.lua@...>
- Date: Sat, 16 Mar 2013 22:45:49 -0400
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?