Hi

I tried requiring any of the libs that are included in the ironruby source.

I tried putting the libs folder in different places but to no avail.
So far i've put the libs in.

irdir\libs
irdir\build\libs
irdir\build\debug
irdir\build\debug\libs
irdir\build\release
irdir\build\release\libs

where do I have to copy the libs folder to so that IronRuby picks it up?
I can require them when i put them in the same folder where I call the ir
command.


+ C:\tools\IronRuby\build\debug
ยป ir
IronRuby 1.0.0.0 on .NET 2.0.50727.1434
Copyright (c) Microsoft Corporation. All rights reserved.

Note that local variables do not work today in the console.
As a workaround, use globals instead (eg $x = 42 instead of x = 42).

>>> require 'yaml'
=> true

Somehow this doesn't seem right to me.. but that's probably because I'm
putting my stuff in the wrong place.

also when I compile with rake compile config=release
it will just compile a debug version
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to