...due to intptr_t not being a known type. Adding
#include <stdint.h>
after other includes makse everything work.
Cheers,
-- Nikodemus Schemer: "Buddha is small, clean, and serious." Lispnik: "Buddha is big, has hairy armpits, and laughs."
Hello,
On 2006-maj-26, at 21:28, Nikodemus Siivola wrote:
...due to intptr_t not being a known type. Adding
#include <stdint.h>
after other includes makse everything work.
This was recently fixed in the darcs tree:
Sun Apr 23 22:53:20 EDT 2006 Luis Oliveira loliveira@common-lisp.net * Include stdint.h in libtest.c
Thanks.