Re: [Quickfix-developers] Quickfixengine: Ruby
Brought to you by:
orenmnero
From: Kenny S. <ks...@co...> - 2009-04-21 14:36:51
|
There is a run_executor_ruby script in the bin directory. Try running it that way. Kenny On Tue, Apr 21, 2009 at 9:19 AM, Michael Franze <mic...@gm...>wrote: > Hi Kenny, > > thanks, I do run the configuration --with-ruby > > this is the result of my make install, still getting the error: > > creating Makefile > /home/Michael/quickfix/src/ruby > make[3]: Entering directory `/home/Michael/quickfix/src/ruby' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/Michael/quickfix/src/ruby' > mkdir -p ../../lib/ruby > ln -sf ../../src/ruby/quickfix_ruby.rb ../../lib/ruby/quickfix_ruby.rb > ln -sf ../../src/ruby/quickfix40.rb ../../lib/ruby/quickfix40.rb > ln -sf ../../src/ruby/quickfix41.rb ../../lib/ruby/quickfix41.rb > ln -sf ../../src/ruby/quickfix42.rb ../../lib/ruby/quickfix42.rb > ln -sf ../../src/ruby/quickfix43.rb ../../lib/ruby/quickfix43.rb > ln -sf ../../src/ruby/quickfix44.rb ../../lib/ruby/quickfix44.rb > ln -sf ../../src/ruby/quickfix.so ../../lib/ruby/quickfix.so > ln -sf ../../src/ruby/quickfix.bundle ../../lib/ruby/quickfix.bundle > bash ./link.sh ../../lib/ruby quickfix.so quickfix.bundle > ../../lib/ruby/quickfix.so > make[3]: Entering directory `/home/Michael/quickfix/src/ruby' > cp -f ../../lib/ruby/*.rb /usr/lib/ruby/site_ruby > cp: target `/usr/lib/ruby/site_ruby' is not a directory > make[3]: *** [install-exec-local] Error 1 > make[3]: Leaving directory `/home/Michael/quickfix/src/ruby' > make[2]: *** [install-am] Error 2 > make[2]: Leaving directory `/home/Michael/quickfix/src/ruby' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/Michael/quickfix/src' > make: *** [install-recursive] Error 1 > > > On Tue, Apr 21, 2009 at 4:16 PM, Kenny Stone <ks...@co...> wrote: > >> That would be the quickfix ruby extension<http://www.ruby-doc.org/docs/ProgrammingRuby/html/ext_ruby.html>, >> which needs to be built. I think you need to run configure with the >> "--with-ruby" before you build. >> >> >> On Tue, Apr 21, 2009 at 8:31 AM, Michael Franze <mic...@gm... >> > wrote: >> >>> QuickFIX Documentation: >>> http://www.quickfixengine.org/quickfix/doc/html/index.html >>> QuickFIX Support: http://www.quickfixengine.org/services.html >>> >>> >>> >>> Hi, >>> >>> I am evaluating quickfixengine and have managed to compile and install >>> under Fedora 10 / Mysql / Ruby / gcc v4.3 / 64bit after much trial and >>> tribulation. >>> >>> I get the following error when trying the executor example: >>> >>> >> ruby executor.rb >>> >>> /usr/lib/ruby/1.8/site_ruby/quickfix_ruby.rb:1:in `require': no such file >>> to load -- quickfix (LoadError) >>> from /usr/lib/ruby/1.8/site_ruby/quickfix_ruby.rb:1 >>> from executor.rb:1:in `require' >>> from executor.rb:1 >>> >>> (I moved the site_ruby folder under 1.8 since initially it couldn't find >>> quickfix_ruby.rb) >>> >>> Is the require looking for quickfix.rb? I can't find a quickfix.rb >>> anywhere. >>> >>> >>> ------------------------------------------------------------------------------ >>> Stay on top of everything new and different, both inside and >>> around Java (TM) technology - register by April 22, and save >>> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. >>> 300 plus technical and hands-on sessions. Register today. >>> Use priority code J9JMT32. http://p.sf.net/sfu/p >>> _______________________________________________ >>> Quickfix-developers mailing list >>> Qui...@li... >>> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >>> >> >> >> >> -- >> Kenny Stone >> Connamara Systems, LLC >> > > -- Kenny Stone Connamara Systems, LLC |