It means that there is more than one ruby/ruby.exe on your path, which
you probably figured out. The workaround is to copy default.irconfig.rb
to ~/.irconfig.rb, then edit the file to make the MRI variable point to
the right path.
I’m on svn r126
On Tue, Aug 5, 2008 at 7:08 PM, Joe F.
<[email protected]mailto:[email protected]> wrote:
Trying to build under Mono 1.9 on Mac OSX 10.5.4, I’m getting the error:
Found more than one version of ruby.exe on your path
when running “rake compile mono=1”
Any thoughts on what might be happening? Any other details I can
provide?
It means that there is more than one ruby/ruby.exe on your path, which you
probably figured out. The workaround is to copy default.irconfig.rb to
~/.irconfig.rb, then edit the file to make the MRI variable point to the
right path.
Actually, what happens is that on Mac OS X Ruby binary is called
“ruby”, but current build script only checks for “ruby.exe”, and if
“number of ruby found != 1” then it says “more than one ruby found”,
which is false since it’s less than one in this case.
Yes you did, and I’m trying to get it in. John asked me to work on it
during the rush upto the OSCON talk. Between that and a family
emergency, I haven’t had much of a chance to work on it. I’ll try to get
to it this week.
Come to think of it. Is there a reason to call ruby.exe on Windows?
Windows has the PATHEXT variable, and it will find ruby.exe if you call
ruby in the right location. Am I missing something? Or should we make
the runners call ruby instead of ruby.exe?
Come to think of it. Is there a reason to call ruby.exe on Windows? Windows has the PATHEXT variable, and it will find ruby.exe if you call ruby in the right location. Am I missing something? Or should we make the runners call ruby instead of ruby.exe?
This is true. Just executing “ruby” will do the right thing both on
Windows and UNIX. I thought the idea was to warn users if they don’t
have Ruby installed, or if there are more than one Ruby installations.
So I did the minimally intrusive change to keep that.
Come to think of it. Is there a reason to call ruby.exe on Windows? Windows has the PATHEXT variable, and it will find ruby.exe if you call ruby in the right location. Am I missing something? Or should we make the runners call ruby instead of ruby.exe?
This is true. Just executing “ruby” will do the right thing both on
Windows and UNIX. I thought the idea was to warn users if they don’t
have Ruby installed, or if there are more than one Ruby installations.
So I did the minimally intrusive change to keep that.
find_executable is basically a reimplementation of PATH/PATHEXT
searching logic.
Thanks for all the suggestions! I’m using a .irconfig.rb in my home
directory, which got me past that error. Now it’s tell me it can’t find
a
large number of source files, like so:
error CS2001: Source file Development/Open' could not be found error CS2001: Source fileSource’ could not be found
error CS2001: Source file Projects/ironrubyRubyTestKey.snk' could not be found error CS2001: Source fileActions\ActionSelfExpression.cs’ could not be
found
error CS2001: Source file Actions\ArgumentInfo.cs' could not be found error CS2001: Source fileActions\CallAction.cs’ could not be found
error CS2001: Source file Actions\CallSiteBinder.cs' could not be found error CS2001: Source fileActions\CallSignature.cs’ could not be found
error CS2001: Source file Actions\ConvertAction.cs' could not be found error CS2001: Source fileActions\CustomTracker.cs’ could not be found
error CS2001: Source file Actions\DeferMetaObject.cs' could not be found error CS2001: Source fileActions\DeleteMemberAction.cs’ could not be
found
error CS2001: Source file Actions\ErrorMetaObject.cs' could not be found error CS2001: Source fileActions\GetMemberAction.cs’ could not be
found
error CS2001: Source file Actions\IDynamicObject.cs' could not be found error CS2001: Source fileActions\InvokeAction.cs’ could not be found
error CS2001: Source file Actions\MatchCaller.cs' could not be found error CS2001: Source fileActions\MetaAction.cs’ could not be found
error CS2001: Source file Actions\MetaObject.cs' could not be found error CS2001: Source fileActions\Old\OldCreateInstanceAction.cs’ could
not
be found
error CS2001: Source file Actions\OperationAction.cs' could not be found error CS2001: Source fileActions\ParameterMetaObject.cs’ could not be
found
error CS2001: Source file Actions\RestrictedMetaObject.cs' could not be found error CS2001: Source fileActions\Restrictions.cs’ could not be found
error CS2001: Source file Actions\SetMemberAction.cs' could not be found error CS2001: Source fileActions\SplatCallSite.cs’ could not be found
error CS2001: Source file Actions\SplatCallSite.Generated.cs' could not be found error CS2001: Source fileActions\StandardAction.cs’ could not be found
error CS2001: Source file Actions\StandardActionKind.cs' could not be found error CS2001: Source fileAst\Argument.cs’ could not be found
error CS2001: Source file Ast\CodeContextExpression.cs' could not be found error CS2001: Source fileAst\Extensions.cs’ could not be found
error CS2001: Source file Ast\IndexedPropertyExpression.cs' could not be found error CS2001: Source fileCompiler\Set.cs’ could not be found
error CS2001: Source file Compiler\ExpressionQuoter.cs' could not be found error CS2001: Source fileAst\ElementInit.cs’ could not be found
error CS2001: Source file Ast\ListInitExpression.cs' could not be found error CS2001: Source fileAst\MemberAssignment.cs’ could not be found
error CS2001: Source file Ast\MemberInitExpression.cs' could not be found error CS2001: Source fileAst\MemberListBinding.cs’ could not be found
error CS2001: Source file Ast\MemberMemberBinding.cs' could not be found error CS2001: Source fileCompiler\KeyedQueue.cs’ could not be found
error CS2001: Source file Compiler\LambdaCompiler.Binary.cs' could not be found error CS2001: Source fileCompiler\LambdaCompiler.ControlFlow.cs’ could
not
be found
error CS2001: Source file Compiler\LambdaCompiler.Generated.cs' could not be found error CS2001: Source fileCompiler\DynamicNodeRewriter.cs’ could not be
found
error CS2001: Source file Ast\ILocalVariables.cs' could not be found error CS2001: Source fileCompiler\CompilerScope.Storage.cs’ could not
be
found
error CS2001: Source file Compiler\LambdaCompiler.Unary.cs' could not be found error CS2001: Source fileCompiler\StackSpiller.Bindings.cs’ could not
be
found
error CS2001: Source file Com\ArgBuilder.cs' could not be found error CS2001: Source fileCom\BoundDispEvent.cs’ could not be found
error CS2001: Source file Com\ComClassMetaObject.cs' could not be found error CS2001: Source fileCom\ComInvokeAction.cs’ could not be found
error CS2001: Source file Com\ComDispIds.cs' could not be found error CS2001: Source fileCom\ComEventDesc.cs’ could not be found
error CS2001: Source file Com\ComEventSink.cs' could not be found error CS2001: Source fileCom\ComEventSinkProxy.cs’ could not be found
error CS2001: Source file Com\ComEventSinksContainer.cs' could not be found error CS2001: Source fileCom\ComHresults.cs’ could not be found
error CS2001: Source file Com\ComInterop.cs' could not be found error CS2001: Source fileCom\ComMetaObject.cs’ could not be found
error CS2001: Source file Com\ComMethodDesc.cs' could not be found error CS2001: Source fileCom\ComObject.cs’ could not be found
error CS2001: Source file Com\ComObjectWithTypeInfo.cs' could not be found error CS2001: Source fileCom\ComParamDesc.cs’ could not be found
error CS2001: Source file Com\ComReferenceArgBuilder.cs' could not be found error CS2001: Source fileCom\ComRuntimeHelpers.cs’ could not be found
error CS2001: Source file Com\ComType.cs' could not be found error CS2001: Source fileCom\ComTypeClassDesc.cs’ could not be found
error CS2001: Source file Com\ComTypeDesc.cs' could not be found error CS2001: Source fileCom\ComTypeEnumDesc.cs’ could not be found
error CS2001: Source file Com\ComTypeLibDesc.cs' could not be found error CS2001: Source fileCom\ComTypeLibInfo.cs’ could not be found
error CS2001: Source file Com\ComTypeLibMemberDesc.cs' could not be found error CS2001: Source fileCom\DispCallable.cs’ could not be found
error CS2001: Source file Com\DispCallableMetaObject.cs' could not be found error CS2001: Source fileCom\DispMethod.cs’ could not be found
error CS2001: Source file Com\DispPropertyGet.cs' could not be found error CS2001: Source fileCom\DispPropertyPut.cs’ could not be found
error CS2001: Source file Com\ExcepInfo.cs' could not be found error CS2001: Source fileCom\GenericComMetaObject.cs’ could not be
found
error CS2001: Source file Com\GenericComObject.cs' could not be found error CS2001: Source fileCom\IDispatchComObject.cs’ could not be found
error CS2001: Source file Com\IDispatchMetaObject.cs' could not be found error CS2001: Source fileCom\IDispatchObject.cs’ could not be found
error CS2001: Source file Com\InvokeBinder.cs' could not be found error CS2001: Source fileCom\MetaUnwrappedComObject.cs’ could not be
found
error CS2001: Source file Com\NullArgBuilder.cs' could not be found error CS2001: Source fileCom\ReferenceArgBuilder.cs’ could not be
found
error CS2001: Source file Com\ReturnBuilder.cs' could not be found error CS2001: Source fileCom\SimpleArgBuilder.cs’ could not be found
error CS2001: Source file Com\TypeEnumMetaObject.cs' could not be found error CS2001: Source fileCom\TypeInfoMetaObject.cs’ could not be found
error CS2001: Source file Com\TypeLibInfoMetaObject.cs' could not be found error CS2001: Source fileCom\TypeLibMetaObject.cs’ could not be found
error CS2001: Source file Com\VarEnumSelector.cs' could not be found error CS2001: Source fileCom\Variant.cs’ could not be found
error CS2001: Source file Com\VariantArray.cs' could not be found error CS2001: Source fileCom\VariantBuilder.cs’ could not be found
error CS2001: Source file Generation\GlobalRewriter.cs' could not be found error CS2001: Source fileAst\GlobalVariableExpression.cs’ could not be
found
error CS2001: Source file Generation\GlobalOptimizedRewriter.cs' could not be found error CS2001: Source fileActions\ExtensionMethodTracker.cs’ could not
be
found
error CS2001: Source file Actions\Old\OldDynamicAction.cs' could not be found error CS2001: Source fileActions\ActionBinder.cs’ could not be found
error CS2001: Source file Actions\BoundMemberTracker.cs' could not be found error CS2001: Source fileActions\ConstructorTracker.cs’ could not be
found
error CS2001: Source file Actions\ErrorInfo.cs' could not be found error CS2001: Source fileActions\EventTracker.cs’ could not be found
error CS2001: Source file Actions\ExtensionPropertyTracker.cs' could not be found error CS2001: Source fileActions\FieldTracker.cs’ could not be found
error CS2001: Source file Actions\Matchmaker.cs' could not be found error CS2001: Source fileActions\MethodGroup.cs’ could not be found
error CS2001: Source file Actions\MethodTracker.cs' could not be found error CS2001: Source fileActions\RuleValidator.cs’ could not be found
error CS2001: Source file Actions\NamespaceTracker.cs' could not be found error CS2001: Source fileActions\NestedTypeTracker.cs’ could not be
found
error CS2001: Source file Actions\PropertyTracker.cs' could not be found error CS2001: Source fileActions\ReflectedPropertyTracker.cs’ could
not be
found
error CS2001: Source file Actions\Rule.cs' could not be found error CS2001: Source fileActions\RuleCache.cs’ could not be found
error CS2001: Source file Actions\Old\OldCallAction.cs' could not be found error CS2001: Source fileActions\Old\OldConvertToAction.cs’ could not
be
found
error CS2001: Source file Actions\CreateAction.cs' could not be found error CS2001: Source fileActions\Old\OldDeleteMemberAction.cs’ could
not
be found
error CS2001: Source file Actions\DynamicSiteHelpers.Generated.cs' could not be found error CS2001: Source fileActions\Old\OldDoOperationAction.cs’ could
not be
found
error CS2001: Source file Actions\DynamicSiteHelpers.cs' could not be found error CS2001: Source fileActions\EmptyRuleSet.cs’ could not be found
error CS2001: Source file Actions\MemberTracker.cs' could not be found error CS2001: Source fileActions\Old\OldGetMemberAction.cs’ could not
be
found
error CS2001: Source file Actions\Old\OldInvokeMemberAction.cs' could not be found error CS2001: Source fileActions\Old\OldMemberAction.cs’ could not be
found
error CS2001: Source file Actions\MemberGroup.cs' could not be found error CS2001: Source fileActions\RuleSet.cs’ could not be found
error CS2001: Source file Actions\RuleTree.cs' could not be found error CS2001: Source fileActions\Old\OldSetMemberAction.cs’ could not
be
found
error CS2001: Source file Actions\SmallRuleSet.cs' could not be found error CS2001: Source fileActions\RuleBuilder.cs’ could not be found
error CS2001: Source file Actions\TemplatedValue.cs' could not be found error CS2001: Source fileActions\TopNamespaceTracker.cs’ could not be
found
error CS2001: Source file Actions\TrackerTypes.cs' could not be found error CS2001: Source fileActions\TypeGroup.cs’ could not be found
error CS2001: Source file Actions\TypeTracker.cs' could not be found error CS2001: Source fileActions\UpdateDelegates.cs’ could not be
found
error CS2001: Source file Ast\Annotations.cs' could not be found error CS2001: Source fileActions\Matchmaker.Generated.cs’ could not be
found
error CS2001: Source file Compiler\Closure.cs' could not be found error CS2001: Source fileAst\AutoRuleTemplate.cs’ could not be found
error CS2001: Source file Compiler\HoistedLocals.cs' could not be found error CS2001: Source fileCompiler\CompilerScope.cs’ could not be found
error CS2001: Source file Compiler\GeneratorInfo.cs' could not be found error CS2001: Source fileGeneration\IExpressionSerializable.cs’ could
not
be found
error CS2001: Source file Ast\InvocationExpression.cs' could not be found error CS2001: Source fileAst\LabelTarget.cs’ could not be found
error CS2001: Source file Ast\OpAssignmentExpression.cs' could not be found error CS2001: Source fileAst\ParameterExpression.cs’ could not be
found
error CS2001: Source file Compiler\StackSpiller.Temps.cs' could not be found error CS2001: Source fileGeneration\ToDiskRewriter.cs’ could not be
found
error CS2001: Source file Actions\Stitcher.cs' could not be found error CS2001: Source fileAst\TreeComparer.cs’ could not be found
error CS2001: Source file Compiler\ExpressionTreeVisitor.cs' could not be found error CS2001: Source fileCompiler\ExpressionTreeVisitor.Generated.cs’
could not be found
error CS2001: Source file Runtime\OptimizedScriptCode.cs' could not be found error CS2001: Source fileGeneration\GlobalLookupRewriter.cs’ could not
be
found
error CS2001: Source file Hosting\EngineOptions.cs' could not be found error CS2001: Source fileRuntime\LanguageBoundTextContentProvider.cs’
could not be found
error CS2001: Source file Runtime\AssemblyTypeNames.cs' could not be found error CS2001: Source fileCompiler\StackSpiller.Generated.cs’ could not
be
found
error CS2001: Source file Compiler\ExpressionWriter.cs' could not be found error CS2001: Source fileAst\BinaryExpression.cs’ could not be found
error CS2001: Source file Ast\CatchBlock.cs' could not be found error CS2001: Source fileCompiler\CatchRecord.cs’ could not be found
error CS2001: Source file Compiler\LambdaCompiler.Address.cs' could not be found error CS2001: Source fileCompiler\LambdaCompiler.Lambda.cs’ could not
be
found
error CS2001: Source file Compiler\LambdaCompiler.Expressions.cs' could not be found error CS2001: Source fileCompiler\LambdaCompiler.Logical.cs’ could not
be
found
error CS2001: Source file Compiler\LambdaCompiler.Statements.cs' could not be found error CS2001: Source fileCompiler\LambdaCompiler.cs’ could not be
found
error CS2001: Source file Compiler\ConstantCheck.cs' could not be found error CS2001: Source fileCompiler\StackSpiller.cs’ could not be found
error CS2001: Source file Ast\LocalScopeExpression.cs' could not be found error CS2001: Source fileCompiler\TryStatementInfo.cs’ could not be
found
error CS2001: Source file Compiler\VariableBinder.cs' could not be found error CS2001: Source fileAst\DoStatementBuilder.cs’ could not be found
error CS2001: Source file Ast\IfStatementBuilder.cs' could not be found error CS2001: Source fileAst\ExpressionType.cs’ could not be found
error CS2001: Source file Ast\TypeUtils.cs' could not be found error CS2001: Source fileRuntime\DlrCachedCodeAttribute.cs’ could not
be
found
error CS2001: Source file Runtime\DocumentationAttribute.cs' could not be found error CS2001: Source fileGeneration\ConversionResult.cs’ could not be
found
error CS2001: Source file Generation\DebugILGen.cs' could not be found error CS2001: Source fileGeneration\DynamicILGen.cs’ could not be
found
error CS2001: Source file Generation\ILGen.cs' could not be found error CS2001: Source fileCompiler\TryFlowAnalyzer.cs’ could not be
found
error CS2001: Source file Ast\TryStatementBuilder.cs' could not be found error CS2001: Source fileAst\TypeBinaryExpression.cs’ could not be
found
error CS2001: Source file Ast\UnaryExpression.cs' could not be found error CS2001: Source fileAst\LambdaExpression.cs’ could not be found
error CS2001: Source file Ast\DeleteExpression.cs' could not be found error CS2001: Source fileAst\ActionExpression.cs’ could not be found
error CS2001: Source file Actions\ArgumentKind.cs' could not be found error CS2001: Source fileAst\Block.cs’ could not be found
error CS2001: Source file Ast\AssignmentExpression.cs' could not be found error CS2001: Source fileAst\BreakStatement.cs’ could not be found
error CS2001: Source file Actions\CallSite.cs' could not be found error CS2001: Source fileActions\DynamicSiteTargets.Generated.cs’
could
not be found
error CS2001: Source file Ast\ConditionalExpression.cs' could not be found error CS2001: Source fileAst\ConstantExpression.cs’ could not be found
error CS2001: Source file Ast\ContinueStatement.cs' could not be found error CS2001: Source fileAst\MemberBinding.cs’ could not be found
error CS2001: Source file Ast\NewExpression.cs' could not be found error CS2001: Source fileAst\DoStatement.cs’ could not be found
error CS2001: Source file Ast\EmptyStatement.cs' could not be found error CS2001: Source fileAst\IfStatementTest.cs’ could not be found
error CS2001: Source file Ast\LabeledStatement.cs' could not be found error CS2001: Source fileAst\MemberExpression.cs’ could not be found
error CS2001: Source file Ast\NewArrayExpression.cs' could not be found error CS2001: Source fileAst\DebugStatement.cs’ could not be found
error CS2001: Source file Ast\Expression.cs' could not be found error CS2001: Source fileAst\MethodCallExpression.cs’ could not be
found
error CS2001: Source file Ast\ReturnStatement.cs' could not be found error CS2001: Source fileAst\ScopeExpression.cs’ could not be found
error CS2001: Source file Ast\SwitchCase.cs' could not be found error CS2001: Source fileAst\SwitchStatement.cs’ could not be found
error CS2001: Source file Ast\ThrowStatement.cs' could not be found error CS2001: Source fileAst\TryStatement.cs’ could not be found
error CS2001: Source file Ast\VariableExpression.cs' could not be found error CS2001: Source fileAst\LoopStatement.cs’ could not be found
error CS2001: Source file Compiler\YieldLabelBuilder.cs' could not be found error CS2001: Source fileAst\YieldStatement.cs’ could not be found
error CS2001: Source file Compiler\YieldTarget.cs' could not be found error CS2001: Source fileRuntime\BinderType.cs’ could not be found
error CS2001: Source file Runtime\DynamicRuntimeHostingProvider.cs' could not be found error CS2001: Source fileRuntime\CallTargets.cs’ could not be found
error CS2001: Source file Generation\GlobalStaticFieldRewriter.cs' could not be found error CS2001: Source fileGeneration\GlobalArrayRewriter.cs’ could not
be
found
error CS2001: Source file Runtime\LocalVariableAccess.cs' could not be found error CS2001: Source fileRuntime\MultiRuntimeAwareAttribute.cs’ could
not
be found
error CS2001: Source file Runtime\NullTextContentProvider.cs' could not be found error CS2001: Source fileRuntime\ScopeExtension.cs’ could not be found
error CS2001: Source file Generation\NarrowingLevel.cs' could not be found error CS2001: Source fileRuntime\ScriptCode.cs’ could not be found
error CS2001: Source file Runtime\DlrConfiguration.cs' could not be found error CS2001: Source fileRuntime\SourceStringContentProvider.cs’ could
not
be found
error CS2001: Source file Ast\SourceFileInformation.cs' could not be found error CS2001: Source fileAst\SourceLocation.cs’ could not be found
error CS2001: Source file Ast\SourceSpan.cs' could not be found error CS2001: Source fileRuntime\OperationFailed.cs’ could not be
found
error CS2001: Source file Runtime\OperatorSlotAttribute.cs' could not be found error CS2001: Source fileRuntime\CustomSymbolDictionary.cs’ could not
be
found
error CS2001: Source file Runtime\ExplicitConversionMethodAttribute.cs' could not be found error CS2001: Source fileRuntime\Extensible.cs’ could not be found
error CS2001: Source file Runtime\ExtensionTypeAttribute.cs' could not be found error CS2001: Source fileRuntime\ExtraKeyEnumerator.cs’ could not be
found
error CS2001: Source file Runtime\ExceptionHelpers.cs' could not be found error CS2001: Source fileGeneration\ParameterInfoWrapper.cs’ could not
be
found
error CS2001: Source file Runtime\ImplicitConversionMethodAttribute.cs' could not be found error CS2001: Source fileRuntime\LanguageContext.cs’ could not be
found
error CS2001: Source file Runtime\ReflectionCache.cs' could not be found error CS2001: Source fileRuntime\ScopeMemberAttributes.cs’ could not
be
found
error CS2001: Source file Runtime\ModuleChangeEventArgs.cs' could not be found error CS2001: Source fileRuntime\ModuleChangeEventType.cs’ could not
be
found
error CS2001: Source file Runtime\ModuleGlobalCache.cs' could not be found error CS2001: Source fileRuntime\GlobalsDictionary.cs’ could not be
found
error CS2001: Source file Runtime\ModuleGlobalWrapper.cs' could not be found error CS2001: Source fileRuntime\Scope.cs’ could not be found
error CS2001: Source file Runtime\NotNullAttribute.cs' could not be found error CS2001: Source fileRuntime\ScriptDomainManager.cs’ could not be
found
error CS2001: Source file Runtime\DynamicStackFrame.cs' could not be found error CS2001: Source fileRuntime\SharedIO.cs’ could not be found
error CS2001: Source file Runtime\StaticExtensionMethodAttribute.cs' could not be found error CS2001: Source fileRuntime\SymbolDictionary.cs’ could not be
found
error CS2001: Source file Runtime\BaseSymbolDictionary.cs' could not be found error CS2001: Source fileRuntime\TransformDictEnumerator.cs’ could not
be
found
error CS2001: Source file Runtime\UnboundNameException.cs' could not be found error CS2001: Source fileRuntime\Generator.cs’ could not be found
error CS2001: Source file Generation\Snippets.cs' could not be found error CS2001: Source fileRuntime\RuntimeHelpers.cs’ could not be found
error CS2001: Source file Generation\AssemblyGen.cs' could not be found error CS2001: Source fileGeneration\CompilerHelpers.cs’ could not be
found
error CS2001: Source file Generation\Targets.cs' could not be found error CS2001: Source fileGeneration\TypeGen.cs’ could not be found
error CS2001: Source file Runtime\IMembersList.cs' could not be found error CS2001: Source fileRuntime\IDynamicObject.cs’ could not be found
error CS2001: Source file Runtime\ContextId.cs' could not be found error CS2001: Source fileRuntime\PropertyMethodAttribute.cs’ could not
be
found
error CS2001: Source file Runtime\CodeContext.cs' could not be found error CS2001: Source fileActions\UpdateDelegates.Generated.cs’ could
not
be found
error CS2001: Source file Utils\Action.cs' could not be found error CS2001: Source fileUtils\ArrayUtils.cs’ could not be found
error CS2001: Source file Utils\AssemblyQualifiedTypeName.cs' could not be found error CS2001: Source fileUtils\Assert.cs’ could not be found
error CS2001: Source file Utils\CheckedDictionaryEnumerator.cs' could not be found error CS2001: Source fileUtils\CollectionUtils.cs’ could not be found
error CS2001: Source file Utils\ConsoleStreamType.cs' could not be found error CS2001: Source fileUtils\ContractUtils.cs’ could not be found
error CS2001: Source file Utils\DictionaryUnionEnumerator.cs' could not be found error CS2001: Source fileUtils\ExceptionFactory.Generated.cs’ could
not be
found
error CS2001: Source file Utils\ExceptionUtils.cs' could not be found error CS2001: Source fileUtils\Extension.cs’ could not be found
error CS2001: Source file Utils\ReadOnlyDictionary.cs' could not be found error CS2001: Source fileUtils\ReferenceEqualityComparer.cs’ could not
be
found
error CS2001: Source file Utils\Function.cs' could not be found error CS2001: Source fileUtils\IOUtils.cs’ could not be found
error CS2001: Source file Utils\ListStack.cs' could not be found error CS2001: Source fileUtils\ReflectionUtils.cs’ could not be found
error CS2001: Source file Utils\StringUtils.cs' could not be found error CS2001: Source fileUtils\StrongBox.cs’ could not be found
error CS2001: Source file Utils\SynchronizedDictionary.cs' could not be found error CS2001: Source fileRuntime\Operators.cs’ could not be found
error CS2001: Source file Properties\AssemblyInfo.cs' could not be found error CS2001: Source fileRuntime\Uninitialized.cs’ could not be found
error CS2001: Source file `Utils\TextStream.cs’ could not be found
I know I did a successful checkout, could something be wrong with the
Rakefile? I’m on r127 btw, not r126.
Thanks again!
Joe
On Tue, Aug 5, 2008 at 8:46 PM, Charles Oliver N. <
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.