2
votes

Hi I wanted to run make an GUI with Qt in Ruby. I downloaded qt4-qtruby-2.1.0 from http://rubyforge.org/frs/?group_id=181&release_id=12479 But when I run cmake in it's directory I get this error:

CMake Error at cmake/modules/FindRUBY.cmake:85 (MESSAGE):
  Could not find Ruby
Call Stack (most recent call first):
  CMakeLists.txt:77 (FIND_PACKAGE)

-- Configuring incomplete, errors occurred!

What I'm doing wrong?

1
How did you install Ruby? Did you install any dev libraries? - belacqua

1 Answers