On Sun, 2006-08-27 at 18:26 +1000, Jonathan Kelly wrote:
> Erick Tryzelaar wrote:
> > Hello Jonathan!

> Hmm ... I was just going to try the rebuild to report the error I got 
> yesterday. I'd swear it fell over in a serious way requiring getconf, 
> but today it seems to have built OK.

This is common behaviour. The build process is self-bootstrapping.
Sometimes the process falls over, but if you try again it works.
The bug seems to have disappeared. It hasn't .. there's still a 
bug in the build processing not quite doing things in the right
order for a fully optimised linear build sequence.

It's supposed to work, out of the box, but it is very hard
for developers to test this, because we're typically not
building from a completely clean slate.

>  I'm happy if this is building, 
> because I can start playing! :) If cygwin is working I won't bother with 
> the MS option at this point.

Cygwin should work now (there was a long standing bug,
but I eventually found it).

BTW: the general rule is once you have it running, you would
delete lpsrc and refetch it from CVS to get the latest version:
it's more fragile, but we can fix bugs and implement
'feature requests' very quickly on the head.

But don't do this quite yet .. because we're right in the
middle of switching over to svn.


> There was one error in the build ... here is the output from the end ...

> ^^^^^^^^^^ FAILURES ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> - 1: run_unit_tests
>   - 1: mmap
>       test/flx_mmap_test.flx
> ********* BUILD FAILED ********************

That's OK: this is a known and as yet unresolved problem.
Cygwin supports mmap, but only Linux has the flag

        ANONYMOUS

which allows mapping pages from your standard paging file.
The test should not be run, except on Linux.

Unfortunately .. ANONYMOUS is essential. I have no idea
why it isn't in Posix.


-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to