[cffi-devel] libtest.c fails to build on gcc 3.3 and 3.4
26 May
2006
26 May
'06
8:28 p.m.
...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."
27 May
27 May
1:42 a.m.
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. -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
6829
Age (days ago)
6830
Last active (days ago)
1 comments
2 participants
participants (2)
-
Luís Oliveira
-
Nikodemus Siivola