Browse thread
Neko 1.0
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | skaller <skaller@u...> |
| Subject: | Re: Build errors (was Re: [Caml-list] Neko 1.0) |
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 <skaller at users dot sourceforge dot net>