开发者

Ruby and Qt integration on Ubuntu 10.04

开发者 https://www.devze.com 2023-02-18 15:41 出处:网络
Hi I wanted to run make an GUI with Qt in Ruby. I downloaded qt4-qtruby-2.1.0 from http://rubyforg开发者_C百科e.org/frs/?group_id=181&release_id=12479

Hi I wanted to run make an GUI with Qt in Ruby. I downloaded qt4-qtruby-2.1.0 from http://rubyforg开发者_C百科e.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?


Perhaps you're missing ruby-dev, the development part of the ruby package?

0

精彩评论

暂无评论...
验证码 换一张
取 消