#195 Build 1.0.25

brian Thu 17 Apr 2008

I posted a new build which hopefully fixes some of the Unix build problems and fixes the type checking bug reported.

Bootstrap build is tricky and requires routing special build scripts for sys, build, and compiler to use an alternate installation. On Windows I handled that in the launcher (written in C code), but on Unix we are just using shell scripts, so I created a new fansubstitute script which routes to another install. I updated the bootstrap docs.

I was able to install on my Mac (or I should say my wife's Mac) and do a clean build:

./buildall.fan full test

Build 1.0.25 (16 Apr 08)

  • Fix Unix build problems
  • Sys.env is now case insensitive map
  • File.pathSep
  • Skip .NET compiles if not on Windows

tactics Fri 18 Apr 2008

Sweet.

After a bit of pain caused by not reading the docs hard enough, I managed to get it to work =-)

Login or Signup to reply.