From: Jon B. <jo...@gm...> - 2007-07-11 21:26:34
|
Yeah that is what those *.bundle items are when you looked @ PackRat app ... Inside of lib you would put ... ./gems/1.8/gems/libxml-ruby-0.3.8.4/lib/xml/libxml_so.bundle And then require that bundle in rb_main. Im having a similar issue with Hpricot gem I want to use and not sure the bundling of native items will work properly if the ruby binary has not been updated. - Jon On Jul 11, 2007, at 3:54 PM, Tim Perrett wrote: > Further to this.... With another project a particular XML file I need > to parse doesn't play well with REXML, so I then tried libxml-ruby > and it works like a charm and is much faster. From what I can tell > this is down to unicode support. > > However, libxml-ruby gem requires that it compile some native > extensions and I was wondering if anyone had any ideas how this could > then be packaged with an RC app? Out of the box libxml-ruby need at > least a ruby version of 1.8.4 I believe which is obviously a problem > as the apple install is only 1.8.2? > > Any ideas would be most welcome! > > Cheers > > Tim > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |