Dear ODEers,
When building ODE source code from git repository, I have the following
error:
RuntimeError : Unsatisfied dependency xmlbeans ->
org.apache.xmlbeans:xmlbeans:jar:2.3.0 -> [">", #<Gem::Version "2.6.0">]
not satisfied by 2.6.0
/home/lei/Downloads/ode/Rakefile:35:in `<top (required)>'
The environment I use:
[lei@asdf ode]$ uname -a
Linux asdf 3.11.6-1-ARCH #1 SMP PREEMPT Sat Oct 19 00:29:46 CEST 2013 i686
GNU/Linux
[lei@asdf ode]$ java -version
java version "1.6.0_51"
Java(TM) SE Runtime Environment (build 1.6.0_51-b09)
Java HotSpot(TM) Server VM (build 20.51-b01, mixed mode)
[lei@asdf ode]$ buildr --version
Buildr 1.4.14
[lei@asdf ode]$ ruby --version
ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
[lei@asdf ode]$ gem --version
2.1.10
Please give some suggestion on fixing the problem. Thanks a lot.
Best Regards
Lei Wang