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: [EMAIL PROTECTED] [mailto:ironruby-core- > [EMAIL PROTECTED] On Behalf Of Jirapong > Sent: Tuesday, July 08, 2008 12:47 PM > To: [EMAIL PROTECTED], [email protected]; ironruby- > [EMAIL PROTECTED]> > Cc: [email protected] > 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 <[EMAIL PROTECTED]> > 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 > > [email protected] > > http://rubyforge.org/mailman/listinfo/ironruby-core > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
