On Wed, May 19, 2010 at 11:35 AM, rogerdpack <[email protected]> wrote: > I assume this > > vm/symboltable.hpp:10:29: tr1/unordered_map: No such file or directory > > means "my gcc is too out of date to build rubinius" (which means I > won't be able to build it at all, seeing as I don't have root access)?
You need to use at least g++ 4.0. You should be able to install a local version of g++ to use without root access. > > Thanks. > -rp > > http://gist.github.com/406654 > > -- > --- !ruby/object:MailingList > name: rubinius-dev > view: http://groups.google.com/group/rubinius-dev?hl=en > post: [email protected] > unsubscribe: [email protected] -- --- !ruby/object:MailingList name: rubinius-dev view: http://groups.google.com/group/rubinius-dev?hl=en post: [email protected] unsubscribe: [email protected]
