<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">I have currently asked about this issue
      the guys from cmake on their own mailinglist and it seems the<br>
      cmake package on Ubuntu 1.8.7 LTS misses 5 important bugfixes that
      are part of 1.8.8.<br>
      <br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a
        href="http://www.cmake.org/pipermail/cmake/2012-October/052514.html">http://www.cmake.org/pipermail/cmake/2012-October/052514.html</a><br>
      <br>
      Currently installed 1.8.9 from their sources and my minimal
      example is working again.<br>
      <br>
      I'll try to report that to the package maintainer. Maybe it can be
      resolved than later by a simple update.<br>
      <br>
      <br>
      Chris<br>
      <br>
      <br>
      Am 22.10.2012 14:24, schrieb Chris Mueller:<br>
    </div>
    <blockquote cite="mid:50853AEC.6060703@dfki.de" type="cite">
      <pre wrap="">On 12.04 LTS i have some problems with the rock_ruby_library MACRO for 
some libraries with ruby1.9.3

'cmake .' returned status 1
       see 
/home/chris/repos/rimres/install/log/drivers/orogen/emi_control-build.log for 
details
       last 10 lines are:

       -e:1: Use RbConfig instead of obsolete and deprecated Config.
       -e:1: Use RbConfig instead of obsolete and deprecated Config.
       -- Could NOT find Ruby (missing:  RUBY_LIBRARY) (found version 
"1.9.1")
       -- Ruby library not found. Skipping Ruby parts for this package
       -- found Ruby version 1.9.3

Seems find_package(Ruby) is not working and cmake has some problems to 
locate my ruby libraries on my files though i have installed:
- ruby1.9-dev
- ruby-dev

Versions:
$ ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]

$ cmake --version
cmake version 2.8.7

fyi: i'll followed the steps in the Rock-Trac: 
<a class="moz-txt-link-freetext" href="http://rock.opendfki.de/wiki/WikiStart/Ruby/Ruby1.9">http://rock.opendfki.de/wiki/WikiStart/Ruby/Ruby1.9</a>
(i have also tried it in the past and there it worked)

Has anyone an idea what might be changed in the cmake modules? Or did i 
miss a dependency and or an important step in my installation?
I have struggled yesterday some hours with that on a clean bootstrap.

I have also read that ruby1.8 support is only limited to this year. 
Could be also interesting for other peoples
who will run into this issue for the future.

I have the following ruby libraries:
$ ls /usr/lib | grep ruby
libruby1.8.so.1.8.7
libruby1.8-static.a
libruby-1.9.1.so
libruby-1.9.1.so.1.9
libruby-1.9.1.so.1.9.1
libruby-1.9.1-static.a

</pre>
    </blockquote>
    <br>
  </body>
</html>