Hello,


Am Sun, 05 Nov 2006 15:16:23 +0100 schrieb Nicolas Cannasse
<[EMAIL PROTECTED]> :

> > I found the Problem.
> > On a 64 Bit machine it works.
> > (This little part)
> > 
> > on apache 2.2.3 nekovm use the wrong apr headers.
> > it first searches always in /usr/include/apr-0
> > But there is the old apr headers.
> > 
> > One change between the booth aprs are, that apr_off is in apr-1 defined
> > as always be 64 bit.
> > 
> > (little bit stupid, but who asks)
> > in apr-0 it was a long.
> > 
> > Now the mod_neko segfault on 64 bit and 32 bit. the same way.
> > 
> > :)
> > 
> > blame: src/tools/install.neko line 113.
> 
> So if you change the order of directories in install.neko by having
> apr-1 first, does it fixes the problem ?

but then mod_neko would be build wrong.
(Bad for the people building the binary distributions)

wouldn't be the best to make a mod_neko.c and mod_neko2.c and put all
what is the same in a apache_neko.c and link this together ?

I know one sourcefile is fine. But the differences between apache 1.3
and >=2.x are not so tiny.

Perhaps a construct like some line above wiht (if ism2 ) would be
better. (the best would be ask apr-1-config).

PS:
Is there anywhere a List of already "Ported" libs ?
And there only a haxe to neko lagnuage Converter yet ?



-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to