[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem building luajit on touchpad
- From: Mike Pall <mikelu-1110@...>
- Date: Wed, 19 Oct 2011 01:39:40 +0200
Tim Caswell wrote:
> I'm trying to build laujit on my touchpad (an arm device). I have gcc
> and friends from optware which provides a fairly typical linux
> environment.
Well, which preprocessor symbols does it define which might help
to uniquely identify it?
Try: echo | gcc -E - -dM | sort
(But don't send the output to the mailing list!)
> lj_ir.c:53: error: 'exp2' undeclared here (not in a function)
> lj_ir.c:53: error: 'log2' undeclared here (not in a function)
There is already code in there to work around this, but it's only
activated for Android and Symbian. See lj_vm.h and lj_vmmath.c.
--Mike