GithubHelp home page GithubHelp logo

Can't run on Ubuntu 12.10 about arcadia HOT 12 OPEN

angal avatar angal commented on August 17, 2024
Can't run on Ubuntu 12.10

from arcadia.

Comments (12)

angal avatar angal commented on August 17, 2024

Hi James,
probably are missing these basic requirements:

  1. packages tcl8.5 and tk8.5
  2. package libtcltk-ruby
    Try to istall ..

Bye
Antonio

from arcadia.

jrgifford avatar jrgifford commented on August 17, 2024

Hello!

All of those are already installed. Do I need to compile ruby with some special options?

James Gifford
2162238574

On Jan 4, 2013, at 16:47, Antonio [email protected] wrote:

Hi James,
probably are missing these basic requirements:

  1. packages tcl8.5 and tk8.5
  2. package libtcltk-ruby
    Try to istall ..

Bye
Antonio


Reply to this email directly or view it on GitHub.

from arcadia.

angal avatar angal commented on August 17, 2024

mmmh
probably you need to install package ruby-1.9.3-dev
and then to reinstall libtcltk-ruby

from arcadia.

jrgifford avatar jrgifford commented on August 17, 2024

Nope. Got those installed. Do I need to recompile my ruby or something? I'm
using rvm and rbenv on two seperate machines that are having this issue.

On Friday, January 4, 2013, Antonio wrote:

mmmh
probably you need to install package ruby-1.9.3-dev
and then to reinstall libtcltk-ruby


Reply to this email directly or view it on GitHubhttps://github.com//issues/45#issuecomment-11903343.

James Gifford
cell: 2162238574

from arcadia.

rdp avatar rdp commented on August 17, 2024

Possibly recompile ruby.

On Mon, Jan 7, 2013 at 9:36 PM, James Gifford [email protected]:

Nope. Got those installed. Do I need to recompile my ruby or something?
I'm
using rvm and rbenv on two seperate machines that are having this issue.

On Friday, January 4, 2013, Antonio wrote:

mmmh
probably you need to install package ruby-1.9.3-dev
and then to reinstall libtcltk-ruby


Reply to this email directly or view it on GitHub<
https://github.com/angal/arcadia/issues/45#issuecomment-11903343>.

James Gifford
cell: 2162238574


Reply to this email directly or view it on GitHubhttps://github.com//issues/45#issuecomment-11984424.

from arcadia.

sbsud avatar sbsud commented on August 17, 2024

Hi, I'm facing the same issue on the same OS. Did you get this working?

from arcadia.

rdp avatar rdp commented on August 17, 2024

did you install those packages and reinstall ruby?

On Thu, Mar 28, 2013 at 6:56 PM, sudarshanshubakar <[email protected]

wrote:

Hi, I'm facing the same issue on the same OS. Did you get this working?


Reply to this email directly or view it on GitHubhttps://github.com//issues/45#issuecomment-15623997
.

from arcadia.

sbsud avatar sbsud commented on August 17, 2024

yes. I am running Ruby 2.0.0 and reinstalled it by running "rvm reinstall 2.0.0". Is that enough? I did get an error as below. Not sure what to make of it though. The install itself seems to have completed successfully.

Error running 'env GEM_PATH=/home/sudarshan/.rvm/gems/ruby-2.0.0-p0:/home/sudarshan/.rvm/gems/ruby-2.0.0-p0@global:/home/sudarshan/.rvm/gems/ruby-2.0.0-p0:/home/sudarshan/.rvm/gems/ruby-2.0.0-p0@global GEM_HOME=/home/sudarshan/.rvm/gems/ruby-2.0.0-p0 /home/sudarshan/.rvm/rubies/ruby-2.0.0-p0/bin/ruby -d /home/sudarshan/.rvm/src/rubygems-2.0.3/setup.rb --verbose',
please read /home/sudarshan/.rvm/log/ruby-2.0.0-p0/rubygems.install.log

from arcadia.

rdp avatar rdp commented on August 17, 2024

What does irb
"require 'tk'"
yield?

On Thu, Mar 28, 2013 at 10:22 PM, sudarshanshubakar <
[email protected]> wrote:

yes. I am running Ruby 2.0.0 and reinstalled it by running "rvm reinstall
2.0.0". Is that enough?


Reply to this email directly or view it on GitHubhttps://github.com//issues/45#issuecomment-15628391
.

from arcadia.

mibamur avatar mibamur commented on August 17, 2024

Troubleshooting

----------------------------------------------
       *** LOAD ERROR ***
 ----------------------------------------------
Arcadia require ruby-tk extension     
       and tcl/tk run-time 

Solution:

Linux

(this helped me)
sudo apt-get install tcl8.5 tk8.5
rvm install 1.9.2 --enable-pthread or rvm reinstall 1.9.2 --enable-pthread

I not sure on other OS, but you need "activetcl" (activestate.com)

OS X

RVM disables tk/tcl by default, you need to tell ruby (via rvm) you want tk/tcl:
rvm install 1.9.2 --enable-shared --enable-pthread --with-tk --with-tcl

Windows install

rvm install 1.9.2 --enable-shared --enable-pthread --with-tk --with-tcl

Notes

ruby with --enable-pthread parametr may work slower than without it
for Arcadia better install own ruby version with --enable-pthread

from arcadia.

TheNotary avatar TheNotary commented on August 17, 2024

I was stuck on linux mint/ ubuntu =( It appears that if you want to work with the tk tlc code base on those platforms, you must not use rvm and use the package maintainers 'full' version. This is disappointing but the below commands work...

$  sudo apt-get install tcl8.5 tk8.5 ruby-all-dev libtcltk-ruby 
$  sudo apt-get install ruby1.9.1-full
$  irb1.9.1
> require 'tk'
#=> true

$  gem1.9.1 install desired_gem
$ ruby1.9.1 script_to_run.rb

Hope this helps someone, though I can't get a render window to show up and am moving on to 'blind development' on an unrelated project, so perhaps this isn't the silver bullet after all.

from arcadia.

gunchleoc avatar gunchleoc commented on August 17, 2024

Is it possible to get at the tcltklib package without having to sign up for an account at active.com?

This seems to be the only free Ruby IDE that's still in active development, so I'd like to get at its dependencies in a free manner too.

from arcadia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.