On Thu, 2005-08-18 at 09:41 -0600, Matt Gushee wrote: > mod_neko/cgi.c:206: warning: passing arg 1 of `neko_alloc_string' makes > pointer from integer without a cast BTW1: best not to do this, not even with a cast .. AMD64/gcc has 32 bit int and 64 bit pointer. BTW2: the Boehm collector for Ubuntu is called libgc1, the headers are libgc-dev, I guess Debian is the same. BTW3: Is there any chance of making the header files for the VM BSD rather than GPL? (So generated wrappers aren't contaminated) -- John Skaller