Hello!
I want to compile emscripten on a fresh Lubuntu 10.04 x86 Live system
but I'm stuck at running "test_cubescript" (and some other tests) with
the following errors:
http://pastebin.com/ewxaWAVU
> error: unknown type name 'size_t'
How do I resolve this? Please help! I really like the idea of
emscripten and getting any native code running in browsers using
Javascript, but it's hard without a compiler :)
Btw: To compile LLVM GCC I already had to use these hacks:
1.
$ sudo ln -s /usr/src/linux-headers-2.6.38-8/include/asm-generic/ /usr/
include/asm
2.
and in ~/.emscripten:
COMPILER_OPTS = ['-m32', '-I/usr/include/linux']
Without them I would get the following errors:
http://pastebin.com/FMyk0ANE