Re: [Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-27 Thread root
patch applied as axiom--silver--1--patch-4 > On Debian systems, it is common to run the stable distribution, and > then reserve a specific area of disk for the unstable distribution, > which one can use as if it were the entire installed OS via 'dchroot > unstable'. To make this work, certain di

Re: [Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-27 Thread root
> On Debian systems, it is common to run the stable distribution, and > then reserve a specific area of disk for the unstable distribution, > which one can use as if it were the entire installed OS via 'dchroot > unstable'. To make this work, certain directories have to be > accessible to both sys

Re: [Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-27 Thread Camm Maguire
Greetings! root <[EMAIL PROTECTED]> writes: > > Separately, The hypertex ptyopen area on Debian is solved by > > > > mount -t devpts devpts /dev/pts > > This is FAQ 17. > > > > as on one of the wiki pages, and, if necessary, > > > > mount -o bind /dev/pts /unstable_chroot/dev/pts > > unstab

[Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-27 Thread Vadim V. Zhytnikov
Camm Maguire writes: sockio.lisp.pamphlet: make (defentry sock_get_float (int) (double "sock_get_float")) (defentry sock_send_float (int float) (int "sock_send_float")) into (defentry sock_get_float (int) (double "sock_get_float")) (defentry sock_send_float (int double) (int "sock

[Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-26 Thread Gabriel Dos Reis
Camm Maguire <[EMAIL PROTECTED]> writes: | Greetings! This fixes it for me: | | sockio.lisp.pamphlet: | | make | | (defentry sock_get_float (int) (double "sock_get_float")) | (defentry sock_send_float (int float) (int "sock_send_float")) | | into | | (defentry sock_get_float (int) (d

Re: [Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-26 Thread root
> Separately, The hypertex ptyopen area on Debian is solved by > > mount -t devpts devpts /dev/pts This is FAQ 17. > as on one of the wiki pages, and, if necessary, > > mount -o bind /dev/pts /unstable_chroot/dev/pts unstable_chroot? t ___ Axio

Re: [Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-26 Thread root
> make > > (defentry sock_get_float (int) (double "sock_get_float")) > (defentry sock_send_float (int float) (int "sock_send_float")) > > into > > (defentry sock_get_float (int) (double "sock_get_float")) > (defentry sock_send_float (int double) (int "sock_send_float")) > > as per the

[Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-26 Thread Camm Maguire
Greetings! This fixes it for me: sockio.lisp.pamphlet: make (defentry sock_get_float (int) (double "sock_get_float")) (defentry sock_send_float (int float) (int "sock_send_float")) into (defentry sock_get_float (int) (double "sock_get_float")) (defentry sock_send_float (int double)

Re: [Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-24 Thread root
the reason gcl-2.6.8pre2 exists is that the gcl-2.6.8pre does not build properly on Fedora Core 5. However, FC6 just went gold today and i'm downloading the torrent now. i'll test it there. t ___ Axiom-developer mailing list Axiom-developer@nongnu.org

[Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-24 Thread Vanuxem Grégory
Le mardi 24 octobre 2006 à 21:47 +0200, Vanuxem Grégory a écrit : > Le mardi 24 octobre 2006 à 15:35 -0400, Camm Maguire a écrit : > > Greetings! > > > > It would be most helpful if someone could post diff -ruN between > > 1. and 2. > > A mail that I had to send (it's not what you are asking but.

[Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-24 Thread Vanuxem Grégory
Le mardi 24 octobre 2006 à 15:35 -0400, Camm Maguire a écrit : > Greetings! > > It would be most helpful if someone could post diff -ruN between > 1. and 2. A mail that I had to send (it's not what you are asking but...): Hello, About the valuable remark of Vadim V. Zhytnikov (thank you very mu

[Axiom-developer] Re: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-24 Thread Camm Maguire
Greetings! It would be most helpful if someone could post diff -ruN between 1. and 2. Take care, "Vanuxem Gregory" <[EMAIL PROTECTED]> writes: > Forwarding to axiom-developer mailing list. > > > -Message d'origine- > > De : [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] la part > >

[Axiom-developer] RE: [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom

2006-10-24 Thread Vanuxem Gregory
Forwarding to axiom-developer mailing list. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] la part > de Vadim V. Zhytnikov > Envoye : mardi 24 octobre 2006 20:23 > A : GCL List > Objet : [Gcl-devel] Problems with gcl 2.6.8 and agraphics in Axiom > > > Hi! >