Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem installing module readline for Python2.3a1 on SGI

0 views
Skip to first unread message

Alexandre Gillet

unread,
Jan 17, 2003, 1:58:58 PM1/17/03
to
Hi,

I have a problem compilling and installing the readline module with
Python2.3a1 on SGI irix 6.5.
(I was able to compile python2.3a1)

Here is the error I am getting:
cc -DNDEBUG -O -OPT:Olimit=0 -I. -I../Include
-I/mgl/prog/share/include/ -c ../Modules/readline.c -o Modules/readline.o

cc-1119 cc: ERROR File = ../Modules/readline.c, Line = 542
The "return" expression type differs from the function return type.

return completion_matches(text, *on_completion);
^

cc-1552 cc: WARNING File = ../Modules/readline.c, Line = 686
The variable "m" is set but never used.

PyObject *m;
^

1 error detected in the compilation of "../Modules/readline.c".
*** Error code 2


Any ideas how I can get it to work.

Thanks
Alexandre Gillet email: gil...@scripps.edu


Michael Hudson

unread,
Jan 17, 2003, 2:20:55 PM1/17/03
to
Alexandre Gillet <gil...@scripps.edu> writes:

What version of readline do you have installed?

I *think* just waiting for 2.3a2 might do it. If anon CVS was
working, I'd ask you to try that...

Cheers,
M.

--
I saw `cout' being shifted "Hello world" times to the left and
stopped right there. -- Steve Gonedes

Alexandre Gillet

unread,
Jan 17, 2003, 3:23:09 PM1/17/03
to
Hi,

Thanks for the answer. I will wait for 2.3a2 and try it.
I have readline 4.3


--
o Alexandre Gillet email: gil...@scripps.edu


Christos TZOTZIOY

unread,
Jan 17, 2003, 8:27:50 PM1/17/03
to
On Fri, 17 Jan 2003 10:58:58 -0800, rumours say that Alexandre Gillet
<gil...@scripps.edu> might have written:

>I have a problem compilling and installing the readline module with
>Python2.3a1 on SGI irix 6.5.
>(I was able to compile python2.3a1)

Are you using the readline module from freeware.sgi.com or did you
compile from sources? The freeware version works fine for me (just
remember to edit Modules/Setup to add -L/usr/freeware/lib{32,64} for the
linkage) on Indy, Octane, Origin2000, Origin200, O2, Origin300 with
6.5.17-18.
--
TZOTZIOY, I speak England very best,
Real email address: 'dHpvdEBzaWwtdGVjLmdy\n'.decode('base64')

Michael Hudson

unread,
Jan 18, 2003, 11:18:14 AM1/18/03
to
Alexandre Gillet <gil...@scripps.edu> writes:

> Thanks for the answer. I will wait for 2.3a2 and try it.
> I have readline 4.3

Oh, then you weren't suffering the issues I thoguht you might be and I
doubt 2.3a2 will be different. I hope Christos "TZOTZIOY" Georgiou's
post helped you.

Cheers,
M.

--
6. Symmetry is a complexity-reducing concept (co-routines include
subroutines); seek it everywhere.
-- Alan Perlis, http://www.cs.yale.edu/homes/perlis-alan/quotes.html

Christos TZOTZIOY

unread,
Jan 19, 2003, 6:56:42 PM1/19/03
to
On Sat, 18 Jan 2003 16:18:14 GMT, rumours say that Michael Hudson
<m...@python.net> might have written:

>Christos "TZOTZIOY" Georgiou

Thanks for using the nick too :), but it's not necessary. It's just
that it's a unique nick in the net, so if I want to search for anything
written by me in the web or in any newsgroup, I can narrow the search
efficiently. (My first name is quite common, and my last name is kind
of "Georgeson", "McGeorge", "Jurgens[eo]n"... you get the point.)

tzot, which is a shorter derivative and I use it as a username in many
*nix systems, is not unique... its a word in Witness (a made up language
AFAIK), it was also a word in Mayan.

Michael Hudson

unread,
Jan 20, 2003, 7:46:28 AM1/20/03
to
Christos "TZOTZIOY" Georgiou <DLNXPE...@spammotel.com> writes:

> On Sat, 18 Jan 2003 16:18:14 GMT, rumours say that Michael Hudson
> <m...@python.net> might have written:
>
> >Christos "TZOTZIOY" Georgiou
>
> Thanks for using the nick too :), but it's not necessary.

Well, I wasn't sure of the spelling so I just copied & pasted from the
From: line. So it would have been more work to take it out :)

Cheers,
M.

--
Two things I learned for sure during a particularly intense acid
trip in my own lost youth: (1) everything is a trivial special case
of something else; and, (2) death is a bunch of blue spheres.
-- Tim Peters, 1 May 1998

0 new messages