Orocos + Ruby: orogen installation

Hi,

I'm trying to complete the orogen installation, which requires me to
install ruby first. I've installed ruby 1.9.2 and rubygems. I
downloaded the autoproj_bootstrap file but when I run it it says:

"Should autoproj install OS packages automatically (yes, no, wait or
ask) ? [yes] yes
autoproj: installing a proper Ruby environment (this can take a long time)
looking for RubyGems updates
failed: there is an osdeps definition for ruby19, but not for this
operating system"

I've looked for files which defines these osdeps, but couldn't manage
to find these. Where do I set these osdeps? Is there a work around
this problem?
Is this the right place to ask this question? :)

regards,

Steven

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.