[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaJIT] compile LuaJIT ARM port for Symbian fault with linker error
- From: Florian Weimer <fw@...>
- Date: Fri, 03 Jun 2011 21:43:27 +0200
* Xavier Wang:
>> I notice that new HEAD in git repo add exp2/log2 support for symbian :)
> this patch add missing stdint.h for lj_def.h:
Please check if Symbian has <inttypes.h> or defines the types in
<stddef.h>. <stdint.h> was created by the standardization committee,
so support for it is historically poor, but there is precedent for
<inttypes.h> (which is also in the standard).