It shouldn't be rbx.exe to ir.cmd. The transition is from rbx.exe to ir.exe, due to Rubinius already naming their executable rbx. Ir.cmd is supposed to be a cmd file that calls ir.exe with a set of load paths included. Primarily our libs directory, but also the CRuby lib paths.
JD From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Bacon Darwin Sent: Thursday, June 05, 2008 9:49 AM To: [email protected] Subject: Re: [Ironruby-core] Invalid Search Path - Building IronRuby on Windows What is behind the name change from rbx.exe to ir.cmd? ir.cmd seems to be generated by the build so how is there much use in a clean copy? Pete From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lam (IRONRUBY) Sent: Thursday,05 June 05, 2008 17:30 To: [email protected] Subject: Re: [Ironruby-core] Invalid Search Path - Building IronRuby on Windows Something in the build process is trashing that file. Jim - can you send a clean copy of ir.cmd to the list? Note that there are hard coded paths in ir.cmd that we need to generate for the ext layout. - John Sent from my phone ________________________________ From: Joe Fiorini <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2008 12:04 PM To: [email protected] <[email protected]> Subject: Re: [Ironruby-core] Invalid Search Path - Building IronRuby on Windows Thanks for the advice. I took it out of the LIB path. Felt kinda stupid that that was it ;). Now I'm getting a syntax error trying to run ir.cmd. Any ideas on that? -Joe On Jun 5, 2008, at 11:59 AM, Peter Bacon Darwin wrote: Or just create the folder it is looking for. Pete From: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED] On Behalf Of Michael Letterle Sent: Thursday,05 June 05, 2008 15:21 To: [email protected]<mailto:[email protected]> Subject: Re: [Ironruby-core] Invalid Search Path - Building IronRuby on Windows Install the embedded Windows SDK components from VS2008? (Use can use the express editions:http://blogs.msdn.com/windowssdk/archive/2007/11/30/released-visual-studio-2008-with-embedded-windows-sdk-components.aspx) or remove that directory from the LIB environment variable. On Thu, Jun 5, 2008 at 9:46 AM, Joe Fiorini <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: I get the following error when issuing a Rake compile w/ r113: error CS1668: Warning as Error: Invalid search path 'C:\Program Files\\Microsoft SDKs\Windows\v6.0A\lib' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' rake aborted! Command failed with status (1): [csc /out:"c:\software development\open sou...] C:/Software Development/Open Source Projects/IronRuby/trunk/rakefile:159 Anyone have an idea how to fix this? Thanks! Joe Fiorini _______________________________________________ Ironruby-core mailing list [email protected]<mailto:[email protected]> http://rubyforge.org/mailman/listinfo/ironruby-core -- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com _______________________________________________ Ironruby-core mailing list [email protected]<mailto:[email protected]> http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
