Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread Ryan Riley
I don't have GEM_PATH/GEM_HOME defined anymore. The only other ruby in my path is C:\Users\ryan\.gem\ironruby\1.8\bin, which isn't a Ruby. Actually, I don't remember what that's from. I also have pik in my path, which I use to switch between different rubies on Windows. I added IR 1.1.1 through the

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread Ryan Riley
Yeah, I tried that, too. Are you not having this problem? I thought I remembered reading something about needing the built-in version of rake somewhere, but I can't find the reference, nor do I see rake in my list of gems. :( Ryan On Sun, Oct 24, 2010 at 5:20 PM, wrote: > Ryan, > > Just a thoug

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread Tomas Matousek
If not, that should should've reported an error like: C:\Users\tomat>igem install rspec --no-ri --no-rdoc ERROR: While executing gem ... (Errno::EACCES) Access to the path 'C:\Program Files\IronRuby 1.1\Lib\ruby\gems\1.9.1\cache\rspec-core-2.0.1.gem' is denied. Works as expected on a clean

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread cory . foy
Ryan, Just a thought - have you tried running from an elevated command prompt? Cory Sent from my Verizon Wireless BlackBerry -Original Message- From: Ryan Riley Sender: ironruby-core-boun...@rubyforge.org Date: Sun, 24 Oct 2010 15:33:14 To: Reply-To: ironruby-core@rubyforge.org Subjec

Re: [Ironruby-core] Compiling on Mono?

2010-10-24 Thread Michael Letterle
You may have to compile some of the dependency libraries WITHOUT the MONO constant... On Sun, Oct 24, 2010 at 7:10 PM, Alistair Bush wrote: >> I have this branch successfully compiling on Mono: >> http://github.com/mletterle/ironruby/tree/linux >> >> compile with xbuild /property:TreatWarningsAsE

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread Tomas Matousek
You can still build .NET 3.5 binaries (CLR 2.0) build from sources ("msbuild Ruby.sln /p:Configuration=v2Release"), but not the installer. The future support for .NET 3.5 would depend on the amount of interest in it. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread Ryan Riley
Thanks, Tomas. I can't get any to work. I've tried Rake, Rack, Sinatra, and Rails, both with and without the docs. I have reinstalled with the installer and used the binaries. Nothing is working. I also found that --trace doesn't work with the gem command. At least I can run both ir -S gem and igem

Re: [Ironruby-core] Compiling on Mono?

2010-10-24 Thread Alistair Bush
> I have this branch successfully compiling on Mono: > http://github.com/mletterle/ironruby/tree/linux > > compile with xbuild /property:TreatWarningsAsErrors=false > /property:DefineConstants="DEBUG MONO" Ruby.csproj The interesting part is how did you get the other projects that Ruby,csproj de

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread Anton Firsov
Are you planning a .NET 2.0 compatible release for this version? Will be .NET 2.0 supported in the future? 2010/10/22 Tomas Matousek > 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 for Vi

Re: [Ironruby-core] Compiling on Mono?

2010-10-24 Thread Michael Letterle
I have this branch successfully compiling on Mono: http://github.com/mletterle/ironruby/tree/linux compile with xbuild /property:TreatWarningsAsErrors=false /property:DefineConstants="DEBUG MONO" Ruby.csproj On Sun, Oct 24, 2010 at 3:23 PM, Andrius Bentkus wrote: > Hello, > I know there is a spe

[Ironruby-core] Compiling on Mono?

2010-10-24 Thread Andrius Bentkus
Hello, I know there is a special outdated branch provided by casualjim which lets you compile ironruby on mono/linux, but what about the current version? Can I compile it with mono? I tried using the 2.8 release of mono to compile ironruby 1.1.1, but it would result in an error: Runtime/Sa

Re: [Ironruby-core] Contributions

2010-10-24 Thread Tomas Matousek
There is - it's called the DLR :) Microsoft.Dynamic.dll is the right place for shared code. Tomas -Original Message- From: Alistair Bush [mailto:ali_b...@gentoo.org] Sent: Sunday, October 24, 2010 3:01 AM To: ironruby-core@rubyforge.org Cc: Tomas Matousek Subject: Re: [Ironruby-core] C

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread Eduardo Blumenfeld
I am having the same issue in an xp sp3 computer, no way of installing gems. Ryan Riley wrote in post #956590: > Anyone else having trouble installing gems? ir gem -S install ... no > longer > runs at all, and when I run igem install, I get > > PS C:\IronRuby1.1\bin> igem install rack sinatra --n

Re: [Ironruby-core] Contributing?

2010-10-24 Thread Alistair Bush
> I have to respecify DEBUG since I'm redefining the DefineConstants > property. > > Running would have worked as long as you didn't try to call that method :) > I would love to see your work. Ive been meaning to package ironruby for gentoo linux for ages, but so far have not got around to i

Re: [Ironruby-core] Contributions

2010-10-24 Thread Alistair Bush
> > - If you are into cryptography one big missing piece is OpenSSL > implementation. There might be pieces that you can share with IronPython's > ssl library implementation. > Not sure whether this exists or not, or whether it would even work. But it might be a good idea if there was