oroGen failure during installation of orocos-toolchain on OSX 10.7

Hi,

I'm currently stuck with the problem:

rake setup[-DOROCOS_TARGET=macosx] cannot load oroGen

  did you install Typelib's Ruby bindings and update the RUBYLIB environment variable accordingly ?
  did you add /Users/jfdupuis/local/rosstacks/orocos_toolchain/orogen/lib to RUBYLIB ?
the error is: no such file to load -- typelib_ruby
  /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
  …./orocos_toolchain/typelib/bindings/ruby/lib/typelib.rb:2005 
I have a typelib_ruby.so in the $RUBYLIB. Weird that it's a .so and not a .dylib. Is cmake 2.8.8 confused and generated the wrong type of library. Simple renaming the .so to .dylib doesn't work.

Regards,

Jeff

oroGen failure during

Finally found the issue. On OSX, the following line need to be added to orocos_toolchain/typelib/CMakeLists.txt

set(CMAKE_SHARED_MODULE_SUFFIX ".bundle")

oroGen failure during

On Fri, Jun 1, 2012 at 10:52 PM, <jfdupuis00 [..] ...> wrote:

> Finally found the issue. On OSX, the following line need to be added to
> orocos_toolchain/typelib/CMakeLists.txt
>
> set(CMAKE_SHARED_MODULE_SUFFIX ".bundle")
>

Does this relate to a bug report or a previous email on the list ?

Couldn't find it. If it requires patching, please attach it to a (existing
open) bug report.

Peter