[Tioga-users] [Fwd: Re: [Fwd: Re: tioga 1.4]]

Vincent Fourmond vincent.fourmond at 9online.fr
Mon Feb 5 16:56:20 EST 2007


edder wrote:
> I send this to the list, but it doesn't seem to appear on there, so here
> is a copy of it.
> 
> ---------------------------- Original Message ----------------------------
> Subject: Re: [Tioga-users] [Fwd: Re:  tioga 1.4]
> From:    "edder" <edder at tkwsping.nl>
> Date:    Mon, February 5, 2007 12:21 pm
> To:      tioga-users at rubyforge.org
> --------------------------------------------------------------------------
> 
>> I'm curious about this part. Could you output the command tree whithin
>> your gem directory ?
> 
> edwin at zaphod:~/tmp/samples$ /usr/bin/ls
> /usr/lib/ruby/gems/1.8/gems/tioga-1.4/
> Tioga_README  lgpl.txt  lib  split  tests
> 
> edwin at zaphod:~/tmp/samples$ /usr/bin/ls
> /usr/lib/ruby/gems/1.8/gems/tioga-1.4/lib
> Arcs_and_Circles.rb        FigureMaker.so        Strokes.rb
> ColorConstants.rb          Figures_and_Plots.rb  TeX_Text.rb
> Colorbars.rb               Flate.so              TexPreamble.rb
> Colormaps.rb               Function.so           Titles_and_Labels.rb
> Coordinate_Conversions.rb  Function_extras.rb    Transparency.rb
> Creating_Paths.rb          Images.rb             Using_Paths.rb
> Doc.rb                     Legends.rb            Utils.rb
> Dtable.so                  MarkerConstants.rb    X_and_Y_Axes.rb
> Dtable_extras.rb           Markers.rb            irb_tioga.rb
> Dvector.so                 Numeric_extras.rb     tioga.rb
> Dvector_extras.rb          Page_Frame_Bounds.rb  tioga_ui.rb
> Executive.rb               Rectangles.rb         tioga_ui_cmds.rb
> FigMkr.rb                  Shading.rb
> FigureConstants.rb         Special_Paths.rb

  That is really weird, see the structure created on my machine:

lib
|-- Dobjects
|   |-- Dtable.so
|   |-- Dtable_extras.rb
|   |-- Dvector.so
|   |-- Dvector_extras.rb
|   |-- Function.so
|   |-- Function_extras.rb
|   `-- Numeric_extras.rb
|-- Flate.so
`-- Tioga
    |-- Arcs_and_Circles.rb
    |-- ColorConstants.rb
    |-- Colorbars.rb
    |-- Colormaps.rb
    |-- Coordinate_Conversions.rb
    |-- Creating_Paths.rb
    |-- Doc.rb
    |-- Executive.rb
    |-- FigMkr.rb
    |-- FigureConstants.rb
    |-- FigureMaker.so
    |-- Figures_and_Plots.rb
    |-- Images.rb
    |-- Legends.rb
    |-- MarkerConstants.rb
    |-- Markers.rb
    |-- Page_Frame_Bounds.rb
    |-- Rectangles.rb
    |-- Shading.rb
    |-- Special_Paths.rb
    |-- Strokes.rb
    |-- TeX_Text.rb
    |-- TexPreamble.rb
    |-- Titles_and_Labels.rb
    |-- Transparency.rb
    |-- Using_Paths.rb
    |-- Utils.rb
    |-- X_and_Y_Axes.rb
    |-- irb_tioga.rb
    |-- tioga.rb
    |-- tioga_ui.rb
    `-- tioga_ui_cmds.rb

  Could you post the complete log of the installation ?
gem install tioga > log.txt 2>&1

  You might need to uninstall tioga first.

> I'm pretty sure that's all in order, especially since it works as soon as
> I move everything to Tioga:

  Even this is weird: it really shouldn't work this way, as Tioga
expects some libraries in Dobject/, which are not there. I'll be able to
deal more accurately with it as soon as I get the installation log.

  Cheers,

	Vincent

-- 
Vincent Fourmond, PhD student (not for long anymore)
http://vincent.fourmond.neuf.fr/


More information about the Tioga-users mailing list