Got IronRuby
Build.cmd got this %frameworkdir%\%frameworkversion%\msbuild.exe /p:Configuration=Release /t:Rebuild IronRuby.sln
For some reason I don't have frameworkdir and frameworkversion environment variables set.
I just used
msbuild.exe /p:Configuration=Release /t:Rebuild IronRuby.sln.
I will mention my environment in a bit detail. Go through this if you got similar errors, else skip this part.
I don't have Visual Studio 2005 installed on my
OS Name: Microsoft(R) Windows(R) Server 2003, Standard Edition
OS Version: 5.2.3790 Service Pack 1 Build 3790
I use web install of "Microsoft® Windows® Software Development Kit Update for Windows Vista™"
Here is the Build Log
--------------------------------------------------------------
Setting SDK environment relative to C:\Program Files\Microsoft SDKs\Windows\v6.0.Targeting Windows Server 2003 x86 DEBUG C:\Program Files\Microsoft SDKs\Windows\v6.0
C:\IronRuby$Build.cmd
C:\IronRuby$\\msbuild.exe /p:Configuration=Release /t:Rebuild IronRuby.sln
The filename, directory name, or volume label syntax is incorrect.
C:\IronRuby$msbuild.exe /p:Configuration=Release /t:Rebuild IronRuby.sln
Microsoft (R) Build Engine Version 2.0.50727.42[Microsoft .NET Framework, Version 2.0.50727.42]Copyright (C) Microsoft Corporation 2005. All rights reserved.
Build started 7/27/2007 5:06:24 PM
Project "C:\IronRuby\IronRuby.sln" (Rebuild target(s)):
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:06.79
Here are some sample tests with "Hello, World"
C:\IronRuby$
No comments:
Post a Comment