I'm having trouble compiling QuickFix 1844 on a Solaris 10 SPARC box.
I have no experience with QuickFix and I am just trying it out.
Anybody seen similar errors?
I ran bootstrap and "./configure --with-ruby --prefix=/opt/local"
[...]
mkdir -p ../../lib/ruby
ln -sf ../../src/ruby/quickfix_ruby.rb ../../lib/ruby/quickfix_ruby.rb
ln -sf ../../src/ruby/quickfix_fields.rb ../../lib/ruby/quickfix_fields.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
ln: cannot create ../../lib/ruby/quickfix.bundle: File exists
*** Error code 2
make: Fatal error: Command failed for target `all-local'
Current working directory /home/cgagnon/metc/src/quickfix-1844/src/ruby
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='C++ ruby'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/cgagnon/metc/src/quickfix-1844/src
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='src bin spec test examples CPPTest doc'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/cgagnon/metc/src/quickfix-1844
*** Error code 1
make: Fatal error: Command failed for target `all'
--
Charles Gagnon
http://unixrealm.com
charlesg at unixrealm.com
|