I think so.. I actually have an app.config.mine that I use to keep the paths
correct.




On Fri, Feb 13, 2009 at 3:13 PM, Pete Bacon Darwin <
bacondar...@googlemail.com> wrote:

>  Hi,
>
>
>
> I just noticed that the App.Config that is generated in an in Unsigned
> build of IronRuby (i.e. rake compile) contains incorrect library paths.
> When I tried to run rake mspec:core it failed to require 'fileutils'.
>
>
>
> Currently (Git commit 6855c7c41ee2...) has the following in
> Merlin/Main/Config/Unsigned/App.Config:
>
>
>
> <set language="Ruby" option="LibraryPaths"
> value="..\..\Languages\Ruby\libs\;..\..\..\External\Languages\Ruby\ruby-1.8.6\lib\ruby\site_ruby\1.8\;..\..\..\External\Languages\Ruby\ruby-1.8.6\lib\ruby\site_ruby\;..\..\..\External\Languages\Ruby\ruby-1.8.6\lib\ruby\1.8\"
> />
>
>
>
> But the repository has the following folder layout:
>
>
>
> Merlin/External/Languages/Ruby/redist-libs/ruby/1.8
>
> And
>
> Merlin/External/Languages/Ruby/redist-libs/ruby/site_ruby
>
>
>
> So therefore this file should look like this:
>
>
>
> <set language='Ruby' option='LibraryPaths'
> value='..\..\Languages\Ruby\libs;..\..\..\External\Languages\Ruby\redist-libs\ruby\site_ruby\1.8;..\..\..\External\Languages\Ruby\redist-libs\ruby\site_ruby;..\..\..\External\Languages\Ruby\redist-libs\ruby\1.8'/>
>
>
>
> I thought I must be wrong since this should have been picked up already but
> then I guess that most people who are building IR at the moment are either
> inside MSFT (and using signed builds) or running on Mono and having to
> rewrite this file anyway.
>
>
>
> Am I right here?
>
>
>
> Pete
>
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core@rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
>
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to