ryanmelt / qtbindings

An easy to install gem version of the Ruby bindings to Qt
http://github.com/ryanmelt/qtbindings
Other
340 stars 63 forks source link

face problem installing cosmos #158

Closed Ahmed-Refaat closed 4 years ago

Ahmed-Refaat commented 5 years ago

Hello , i'm trying to use cosmos for my phd degree but i face a problem with installation

at the step of gem install cosmos --no-rdoc --no-ri

i have this error

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& test@ubuntu:~$ gem install cosmos --no-rdoc --no-ri

Building native extensions. This could take a while... ERROR: Error installing cosmos: ERROR: Failed to build gem native extension.

current directory: /home/test/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/qtbindings-4.8.6.5

/home/test/.rbenv/versions/2.4.2/bin/ruby -r ./siteconf20190215-2711-ymdcem.rb extconf.rb

current directory: /home/test/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/qtbindings-4.8.6.5 make "DESTDIR=" clean mkdir ext/build mkdir bin/2.4 mkdir bin/plugins mkdir bin/plugins/accessible mkdir bin/plugins/bearer mkdir bin/plugins/codecs mkdir bin/plugins/designer mkdir bin/plugins/graphicssystems mkdir bin/plugins/iconengines mkdir bin/plugins/imageformats mkdir bin/plugins/phonon_backend mkdir bin/plugins/qmltooling mkdir bin/plugins/sqldrivers mkdir lib/2.4 &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

ghost commented 4 years ago

COSMOS has a whole list of dependencies before installation will succeed. In this case you are probably missing at least your OS qt4 packages. Recommended installation for COSMOS is to use this script:

bash <(\curl -sSL https://raw.githubusercontent.com/BallAerospace/COSMOS/master/vendor/installers/linux_mac/INSTALL_COSMOS.sh)