Re: [Ironruby-core] Running IronRuby script from C#

2010-11-10 Thread Tomas Matousek
No, you don't need to build anything before you build the installer. What are the errors? Do you have VS SDK 2010 installed? You need to have that so that the VS integration builds. Tomas -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyfor

Re: [Ironruby-core] Running IronRuby script from C#

2010-11-10 Thread Timothy Barnes
I did pass /p:Configuration=Release to msbuild and checked the debug folder. I did get 4 errors which might have been the cause. They were 20-30 lines long so I didn't type them out here. Would it help for me to post them? Also, am I correct in the fact that you have to build the solution Ruby.

Re: [Ironruby-core] Running IronRuby script from C#

2010-11-10 Thread Tomas Matousek
There are some issues with how library load paths are set up today (gem_prelude load error), I'm working on a fix. I might finish it this weekend. Did you pass /p:Configuration=Release to msbuild when building the installer? If not look at bin\Debug folder :) Tomas -Original Message- F

Re: [Ironruby-core] Running IronRuby script from C#

2010-11-10 Thread Timothy Barnes
Tomas, I built the binaries using msbuild (command line). I then copy all of the resulting files into my bin folder and now even using ir.exe results in an error message: unknown: no such file to load -- gem_prelude.rb (LoadError) Can you tell me what I have done wrong? Also, when I tried to

Re: [Ironruby-core] IronRuby 1.1.1 Released!

2010-11-10 Thread Rob B.
Woo! This is very encouraging. Perhaps I will end up with a production Ironruby on rails app after all. Tomas Matousek wrote in post #956208: > The IronRuby team is pleased to announce the release of IronRuby 1.1.1 > for .NET Framework 4, Silverlight 4 and Windows Phone 7, and IronRuby > Tools fo