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: | Nicolas Cannasse <warplayer@f...> |
| Subject: | Re: Build errors (was Re: [Caml-list] Neko 1.0) |
> > 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. There is 64bit support right now. Expect crashes if you try to run Neko after compiling in 64-bit mode. > BTW2: the Boehm collector for Ubuntu is called libgc1, > the headers are libgc-dev, I guess Debian is the same. Thanks I'll fix the guide. > BTW3: Is there any chance of making the header files > for the VM BSD rather than GPL? (So generated wrappers > aren't contaminated) That seems pretty reasonable and a good idea. Nicolas