[#11822] RCR: Input XML support in the base Ruby — Dave Thomas <Dave@...>

15 messages 2001/03/01

[#11960] Not Ruby, for me, for the moment at least — "Michael Kreuzer" <mkreuzer@... (nospam)>

I wrote on this newsgroup last weekend about how I was considering using

11 messages 2001/03/04

[#12023] French RUG ? — "Jerome" <jeromg@...>

Hi fellow rubyers,

16 messages 2001/03/05

[#12103] disassembling and reassembling a hash — raja@... (Raja S.)

Given a hash, h1, will the following always hold?

20 messages 2001/03/06

[#12204] FEATURE REQUEST: 'my' local variables — Leo Razoumov <see_signature@127.0.0.1>

Ruby is, indeed, a very well designed language.

64 messages 2001/03/07
[#12250] Re: FEATURE REQUEST: 'my' local variables — Leo Razoumov <see_signature@127.0.0.1> 2001/03/07

>>>>> "GK" == GOTO Kentaro <gotoken@math.sci.hokudai.ac.jp> writes:

[#12284] Re: FEATURE REQUEST: 'my' local variables — gotoken@... (GOTO Kentaro) 2001/03/08

In message "[ruby-talk:12250] Re: FEATURE REQUEST: 'my' local variables"

[#12289] Re: FEATURE REQUEST: 'my' local variables — matz@... (Yukihiro Matsumoto) 2001/03/08

Hi,

[#12452] Re: FEATURE REQUEST: 'my' local variables — gotoken@... (GOTO Kentaro) 2001/03/12

In message "[ruby-talk:12289] Re: FEATURE REQUEST: 'my' local variables"

[#12553] Re: FEATURE REQUEST: 'my' local variables — Dave Thomas <Dave@...> 2001/03/13

matz@zetabits.com (Yukihiro Matsumoto) writes:

[#12329] Math package — Mathieu Bouchard <matju@...>

18 messages 2001/03/09

[#12330] Haskell goodies, RCR and challenge — Robert Feldt <feldt@...>

Hi,

19 messages 2001/03/09
[#12374] Re: Haskell goodies, RCR and challenge — matz@... (Yukihiro Matsumoto) 2001/03/10

Hi,

[#12349] Can Ruby-GTK display Gif Png or Jpeg files? — Phlip <phlip_cpp@...>

Ruby-san:

20 messages 2001/03/09

[#12444] class variables — Max Ischenko <max@...>

14 messages 2001/03/12

[#12606] Order, chaos, and change requests :) — Dave Thomas <Dave@...>

17 messages 2001/03/14

[#12635] email address regexp — "David Fung" <dfung@...>

i would like to locate probable email addresses in a bunch of text files,

12 messages 2001/03/14

[#12646] police warns you -- Perl is dangerous!! — Leo Razoumov <see_signature@127.0.0.1>

I just read this story on Slashdot

14 messages 2001/03/14
[#12651] Re: police warns you -- Perl is dangerous!! — pete@... (Pete Kernan) 2001/03/14

On 14 Mar 2001 11:46:35 -0800, Leo Razoumov <see_signature@127.0.0.1> wrote:

[#12691] Re: police warns you -- Perl is dangerous!! — "W. Kent Starr" <elderburn@...> 2001/03/15

On Wednesday 14 March 2001 15:40, Pete Kernan wrote:

[#12709] [OFFTOPIC] Re: police warns you -- Perl is dangerous!! — Stephen White <spwhite@...> 2001/03/16

On Fri, 16 Mar 2001, W. Kent Starr wrote:

[#12655] Re: FEATURE REQUEST: 'my' local variables — "Benjamin J. Tilly" <ben_tilly@...>

>===== Original Message From Leo Razoumov <see_signature@127.0.0.1> =====

18 messages 2001/03/14

[#12706] Library packaging — "Nathaniel Talbott" <ntalbott@...>

I have a project that I'm working on that needs to live two different lives,

30 messages 2001/03/16

[#12840] Looking for a decent compression scheme — Dave Thomas <Dave@...>

14 messages 2001/03/19

[#12895] differences between range and array — "Doug Edmunds" <dae_alt3@...>

This code comes from the online code examples for

16 messages 2001/03/20
[#12896] Re: differences between range and array — "Hee-Sob Park" <phasis@...> 2001/03/20

[#12899] Re: differences between range and array — Jim Freeze <jim@...> 2001/03/20

On Tue, 20 Mar 2001, Hee-Sob Park wrote:

[#12960] TextBox ListBox — Ron Jeffries <ronjeffries@...>

Attached is a little Spike that Chet and I are doing. It is a

13 messages 2001/03/20

[#12991] [ANN] Lapidary 0.2.0 — "Nathaniel Talbott" <ntalbott@...>

Well, here's my first major contribution to the Ruby world: Lapidary. It's a

16 messages 2001/03/20

[#13028] mkmf question — Luigi Ballabio <luigi.ballabio@...>

15 messages 2001/03/21

[#13185] Reading a file backwards — "Daniel Berger" <djberg96@...>

Hi all,

21 messages 2001/03/25
[#13197] Re: Reading a file backwards — "Daniel Berger" <djberg96@...> 2001/03/25

> Hi Dan,

[#13203] Re: Reading a file backwards — Mathieu Bouchard <matju@...> 2001/03/25

On Sun, 25 Mar 2001, Daniel Berger wrote:

[#13210] Re: Reading a file backwards — "Daniel Berger" <djberg96@...> 2001/03/25

"Mathieu Bouchard" <matju@sympatico.ca> wrote in message

[#13374] Passing an array to `exec'? — Lloyd Zusman <ljz@...>

I'd like to do the following:

15 messages 2001/03/31

[#13397] Multidimensional arrays and hashes? — Lloyd Zusman <ljz@...>

Is it possible in ruby to make use of constructs that correspond to

14 messages 2001/03/31

[ruby-talk:13323] Re: Installation Woes

From: kjana@... (YANAGAWA Kazuhisa)
Date: 2001-03-29 13:18:43 UTC
List: ruby-talk #13323
In message <OKvw6.112996$W05.21580626@news1.rdc1.mi.home.com>
jkaurin@home.com writes:

> I tried your suggestions above and appear to get a clean compile for
> tcltklib (at least no errors reported) during the make cycle. But Tk
> still will not work.

Well.... actually that is not abnormal.  Make process is not obstacled
by unavialble libraries for ext modules.  In that case Makefile for
the ext module is not created so ext module is not built.  Is there a
Makefile in ext/tcltklib?

My previous post is a way to inform appropriate include/library path.
If correct location is specified, make process can find out include
files and libraries needed and so Makefile is created and the ext
module will be built, if no errors occur.


> It appears that "require tk" wants to load "tcltklib" and "tkutil"
> but the associated Ruby files do not exist in my distribution.

You have ext/tcltklib directory and its contents in your archive,
don't you?  Non existent file is binary module, right?

Then it means you failed to pass corect paths to configure and the
module was not built.  ....Hmm you can install without tcltklib and
later separately build it with ordinary way of installing ext modules.

That is:

    1. cd to the directory sources of tcltklib exists,
    2. ruby extconf.rb
    3. make && make install

2. will be failed due to path problem.  You will get `checking for
tcl.h... no' or such.  In the case think giving extconf.rb appropriate
options.

If you think you give correct paths but cannot stop errors, executing
`ruby -d extconf.rb ....' may be helpful.  With `-d' extconf.rb
prints all output in configuration, thus you can examine what's wrong
with process.

# ....Well, my guess can be completely wrong and there may be another
# cause.  In that time I can't help.


> A side question: Where can I get descriptions of the directives you
> noted above? configure --help does not list them.

I'm afraid that is not documented now.  Options for extconf.rb is
described in README.EXT briefly but the fact that configure passes
unrecognized options to ext module making process is not....


> This helped, I can now make Ruby 1.6.3. Thanks. I still get numerous
> warnings, though, but they are mostly confined to two categories,
> ptrmismatch and "unresolved" warnings of the type:
> 
>    ld:
>    Warning: Unresolved:
>    rb_check_type
>    rb_check_safe_str
>    ...
> 
> The unresolved" warnings are numerous and appear throught the
> make process.
> 
> Can I do something to eliminate them?

Uh, you got a runnable interpreter, then forget warnings :-) Ruby is
not tested enough in 64bits environment.  So more serious problems
will be appeared later....

Mismatched pointer warnings may be suppressed with correct casts or
appropriate type declarations.  Unresolved symbol warnings
are.... with them usually linker fails and can not get runnable, but
you can.  I'm not familiar with system `alphaev6-osf4.0f'.  What I can
say is functions in example are seemed to be declared in ruby.h (and
may be intern.h, right?) without `extern' keywords.  The compiler may
complains that....


-- 
kjana@os.xaxon.ne.jp                                 March 29, 2001
Time and tide wait for no man.

In This Thread