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: | Sven Luther <sven.luther@w...> |
| Subject: | Re: Build errors (was Re: [Caml-list] Neko 1.0) |
On Fri, Aug 19, 2005 at 04:22:55AM +1000, skaller wrote: > 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) Notice that header files, provided they don't contain comments, don't contaminate other works. At least that is what some FSF guy told me about code i contributed to parted, which is a GNU project. Friendly, Sven Luther