Technically, that can be set automatically with:
ENV[''USERPROFILE''] ||= ENV[''HOME''] (from
ruby) or
USERPROFILE = $HOME (from shell)
It should be fixed next time we do a push. I''ve changed the Rakefile
and context.rb to rely on ENV[''HOME''] and set
ENV[''HOME''] ||= ENV[''USERPROFILE''] at the
beginning of each of those files.
JD
> -----Original Message-----
> From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-
> bounces at rubyforge.org] On Behalf Of Jirapong
> Sent: Tuesday, July 08, 2008 12:47 PM
> To: ksunair at yahoo.com, ironruby-core at rubyforge.org; ironruby-
> core at rubyforge.org>
> Cc: ironruby-core at rubyforge.org
> Subject: Re: [Ironruby-core] Mono build update..
>
> Hi,
> do you build on Mac? the UserProfile is where your home directory.
>
> you might try, before compile
> USERPROFILE=[your home dir]
> export USERPROFILE
>
> Hope this help,
> -Jirapong
>
> On Jul 8, 2008, at 12:21 PM, Unnikrishnan Nair <ksunair at yahoo.com>
> wrote:
>
> > Finally I got mono to build successfully.I checkout 121 from
> > rubyforge and tried to do rake compile and, it failed on the
> > following line;
> >
> > path_to_config = ENV[''USERPROFILE''] +
''/.irconfig.rb''
> >
> > I remember seeing some mail about Home and Userprofile setting from
> > John and others sometime back I am not sure it is related to the
> > same. Regardless, I thought I will send this to the group so that if
> > someone already came across this problem, they could help me without
> > spending more of my time. If not, I will look into it tomorrow
> > morning.
> >
> > Thanks,
> > Unni
> > _______________________________________________
> > Ironruby-core mailing list
> > Ironruby-core at rubyforge.org
> > http://rubyforge.org/mailman/listinfo/ironruby-core
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core at rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core