[Quickfix-developers] Build doesn't copy ruby library
Brought to you by:
orenmnero
|
From: Graham M. <gm...@ma...> - 2006-10-19 02:19:25
|
Hello all, I think I have found a bug in the build system, where the file "quickfix.so" is not being copied correctly into the "site_ruby" directory during a "make install". I believe the offending file is "src/ruby/Makefile.am" which should have the following line inserted after "install-exec-local" cp -f $(top_builddir)/lib/ruby/*.so $(RUBY_SITE_PACKAGES) And then an analogous line after "uninstall-local" rm -rf $(RUBY_SITE_PACKAGES)/quickfix.so I have copied this info into bug 218: http://www.quickfixengine.org/bugtracker/bug.php?op=show&bugid=218&pos=27 graham -- Marketcetera Trading Platform download.run.trade. www.marketcetera.org |