Here is what I am doing, and the error that is happening.
1. svn co https://svn.castleproject.org/svn/castle/trunk/
castle_trunk
2. cd castle_trunk
3. ./ClickToBuild.cmd
The error is "[csc] c:\code\castle_trunk\Components\Validator
\Castle.Components.Validator.Tests\ValidatorTests
\RangeValidatorTestCase.cs(24,8): error CS0246: The type or namespace
name 'Rhino' could not be found(are you missing a using directive or
an assembly reference?)". The path to Rhino dll's are not correct. I
am just not quite sure how no one is having these problems, or if they
are they aren't saying anything about them. I am more then happy to
look into the problem and upload a patch, but I want to know that I am
not doing some thing incorrectly before I put any work into it.