From paxton at kitp.ucsb.edu Thu Nov 15 15:04:13 2007 From: paxton at kitp.ucsb.edu (Bill Paxton) Date: Thu, 15 Nov 2007 12:04:13 -0800 Subject: [Tioga-users] Tioga install In-Reply-To: <473C9E79.50207@umail.ucsb.edu> References: <473C9E79.50207@umail.ucsb.edu> Message-ID: <30BEAEF1-269B-4261-B8EA-58E90CAE88D2@kitp.ucsb.edu> Hi Ken, I'm cc'ing this to tioga-users (perhaps Vincent will notice it and give us the real answers!) On Nov 15, 2007, at 11:31 AM, Ken Henisey wrote: > Hi Bill, > > I'm trying to install tioga to no avail. After I run > "make" (proceeded by "ruby extconf.rb" as directed) I get a ton of > errors because I think I don't have "ruby.h" and "intern.h". I > have ruby installed on my machine but need I reinstall so I have > the libraries. Thanks for your response; don't stress if you've > got no idea what I should do. > > Best, > Ken > Now we wait for Vincent to educate us. ; - ) In the meantime, what ruby is it? You might want to install a fresh ruby 1.8.6 (see http://www.ruby-lang.org/en/downloads/). Good luck, Bill From fourmond at gmail.com Thu Nov 15 16:23:52 2007 From: fourmond at gmail.com (Vincent Fourmond) Date: Thu, 15 Nov 2007 22:23:52 +0100 Subject: [Tioga-users] Tioga install In-Reply-To: <30BEAEF1-269B-4261-B8EA-58E90CAE88D2@kitp.ucsb.edu> References: <473C9E79.50207@umail.ucsb.edu> <30BEAEF1-269B-4261-B8EA-58E90CAE88D2@kitp.ucsb.edu> Message-ID: <473CB8E8.70702@gmail.com> Hello, Bill Paxton wrote: >> I'm trying to install tioga to no avail. After I run >> "make" (proceeded by "ruby extconf.rb" as directed) I get a ton of >> errors because I think I don't have "ruby.h" and "intern.h". I >> have ruby installed on my machine but need I reinstall so I have >> the libraries. Thanks for your response; don't stress if you've >> got no idea what I should do. >> >> Best, >> Ken >> > > Now we wait for Vincent to educate us. ; - ) > > In the meantime, what ruby is it? You might want to install a fresh > ruby 1.8.6 (see http://www.ruby-lang.org/en/downloads/). I'm curious to know which system that is. You might be missing the so-called ruby development files. Is there a ruby-devel package or something in this spirit available for your machine ? (on debian/ubuntu, that would libruby1.8-devel, but I make sure debian packages are up-to-date) What is the output of locate ruby.h ? What puzzles me is that apparently extconf.rb find rbconfig.rb, which means that development files should be found. Is it ruby 1.9 ? If that is the case, currently published versions of Tioga do not support it. However, the current SVN version does support it, so might give it a try; see there: http://pkg-games.alioth.debian.org/tarballs/vegastrike_0.4.3.debian1.orig.tar.gz Cheers, Vincent From khenisey at physics.ucsb.edu Thu Nov 15 17:55:34 2007 From: khenisey at physics.ucsb.edu (Ken Henisey) Date: Thu, 15 Nov 2007 14:55:34 -0800 Subject: [Tioga-users] Tioga install In-Reply-To: <473CB8E8.70702@gmail.com> References: <473C9E79.50207@umail.ucsb.edu> <30BEAEF1-269B-4261-B8EA-58E90CAE88D2@kitp.ucsb.edu> <473CB8E8.70702@gmail.com> Message-ID: <473CCE66.4060908@physics.ucsb.edu> Hi Vincent, > I'm curious to know which system that is. "uname -a" yields: Linux dumbledore 2.6.9-55.0.12.ELsmp #1 SMP Wed Oct 17 08:15:59 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux "cat /etc/redhat-release" yields: Red Hat Enterprise Linux WS release 4 (Nahant Update 5) > Is there a ruby-devel package or > something in this spirit available for your machine ? running "up2date-nox ruby-devel" yields (paraphrased): Package set/dependencies: ruby-devel-1.8.1-7.EL4.8.1. installing: ruby-devel > What is the output of > > locate ruby.h ? > Prior to the above up2date, "slocate ruby.h" yielded no hits. After the up2date, "ruby.h " is now buried in "/usr/lib64/ruby/1.8/x86_64-linux-gnu/" > Is it ruby 1.9 ? No, the installed version of ruby was 1.8.1. So the upshot of all of this is that I can get tioga to install...kind of. Now pdflatex is having issues finding font cmbx at 72, but eitherway, I believe you've addressed my previous problem. Thanks again for your help!! Best, Ken