* Re: MacOS X et Caml
@ 2000-09-27 6:20 Laurent Chéno
0 siblings, 0 replies; 10+ messages in thread
From: Laurent Chéno @ 2000-09-27 6:20 UTC (permalink / raw)
To: Caml list
Le 27/09/00 à 5:35, daniel.de_rauglaudre@inria.fr (Daniel de Rauglaudre)
écrivait :
> On Mon, Sep 25, 2000 at 08:18:07PM +0200, Laurent Chéno wrote:
> > --- en français dans le texte :
> >
> > Ce message pour demander à l'équipe Caml de l'INRIA si une
implantation
> > de Caml et O'Caml pour MacOS X est en projet ?
>
> Zéro problème: c'est Unix (FreeBSD), ça se compile tout seul. J'ai
> même porté mon logiciel GeneWeb, sans aucune difficulté.
>
OK, mais il n'y a pas de serveur X sur MacOS X : comment se passent les
graphiques ?
> > This message for ask the Caml staff at INRIA : do you plan a Caml
and
> > O'Caml implementation for MacOS X ?
>
> No problem at all: it is Unix (FreeBSD). I have even compiled my
software
> GeneWeb, without any difficulty.
>
OK, but there is not X server in MacOS X : how with the graphics ?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: MacOS X et Caml
@ 2000-09-28 9:22 Damien Doligez
0 siblings, 0 replies; 10+ messages in thread
From: Damien Doligez @ 2000-09-28 9:22 UTC (permalink / raw)
To: caml-list
>From: Laurent =?iso-8859-1?Q?Ch=E9no?= <laurent.cheno@cybercable.fr>
>oui, mais moi je ne suis pas un pro !
>peux-tu nous donner les details ? que faut-il donc changer precisement ?
Dans tools/ocamlmktop.tpl, a l'avant-derniere ligne, il faut changer
"end" en "End".
In the next-to-last line of file tools/ocamlmktop.tpl, change "end"
into "End".
-- Damien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: MacOS X et Caml
@ 2000-09-27 8:55 Damien Doligez
2000-09-27 19:18 ` Benjamin C. Pierce
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Damien Doligez @ 2000-09-27 8:55 UTC (permalink / raw)
To: caml-list
[ English version at the end ]
>>From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
>> Zero probleme: c'est Unix (FreeBSD), ca se compile tout seul. J'ai
>> meme porte mon logiciel GeneWeb, sans aucune difficulte.
J'ai recu le CD de MacOS X lundi, et j'ai compile O'Caml hier. Il a
suffi de changer un bit dans le source de ocamlmktop pour que tout
marche. J'ai compile camlp4, coq, et geneweb pour tester.
Il est vrai que le portage etait pret depuis quelque temps, sans qu'on
ait le droit d'en parler. Pour le bytecode pas trop de probleme, et
Xavier a porte le compilo natif d'un coup de baguette magique.
>From: Laurent =?iso-8859-1?Q?Ch=E9no?= <laurent.cheno@cybercable.fr>
>OK, mais il n'y a pas de serveur X sur MacOS X : comment se passent les
>graphiques ?
Pour l'instant, pas de graphiques. Il faut que je voie si on peut
recuperer des morceaux du portage MacOX 8/9. J'ai aussi repere une
histoire de Tk dans MacOS X, donc on aura peut-etre LablTk un jour.
Il y a aussi des rumeurs de serveurs X pour MacOS X.
---
>>From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
>> No problem at all: it is Unix (FreeBSD). I have even compiled my software
>> GeneWeb, without any difficulty.
I got MacOS X on Monday, and I compiled O'Caml yesterday. I only had
to change one bit in the source of ocamlmktop and everything works
fine. I tested it by compiling camlp4, coq, and geneweb.
I have to say that this port has been ready for some time, but we
weren't allowed to tell. No big problem for the bytecode part, and
Xavier did his usual magic with the native code stuff.
>OK, but there is not X server in MacOS X : how with the graphics ?
No graphics for the moment. I need to look at reusing pieces of the
MacOS 8/9 port. I also think there's a port of Tk to MacOS X, so
maybe we'll be able to get LablTk working.
And there are rumors of X servers for MacOS X.
-- Damien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: MacOS X et Caml
2000-09-27 8:55 Damien Doligez
@ 2000-09-27 19:18 ` Benjamin C. Pierce
2000-09-27 19:18 ` Laurent Chéno
2000-09-28 9:55 ` Sven LUTHER
2 siblings, 0 replies; 10+ messages in thread
From: Benjamin C. Pierce @ 2000-09-27 19:18 UTC (permalink / raw)
To: Damien Doligez; +Cc: caml-list
> And there are rumors of X servers for MacOS X.
For example, Slashdot just carried an announcement of one from Tenon
(www.tenon.com). It does not support GTK yet, though.
B
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: MacOS X et Caml
2000-09-27 8:55 Damien Doligez
2000-09-27 19:18 ` Benjamin C. Pierce
@ 2000-09-27 19:18 ` Laurent Chéno
2000-09-28 9:55 ` Sven LUTHER
2 siblings, 0 replies; 10+ messages in thread
From: Laurent Chéno @ 2000-09-27 19:18 UTC (permalink / raw)
To: Damien Doligez, Caml list
Le 27/09/00 à 10:55, doligez@beaune.inria.fr (Damien Doligez) écrivait :
> [ English version at the end ]
>
> >>From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
> >> Zero probleme: c'est Unix (FreeBSD), ca se compile tout seul. J'ai
> >> meme porte mon logiciel GeneWeb, sans aucune difficulte.
>
> J'ai recu le CD de MacOS X lundi, et j'ai compile O'Caml hier. Il a
> suffi de changer un bit dans le source de ocamlmktop pour que tout
> marche. J'ai compile camlp4, coq, et geneweb pour tester.
oui, mais moi je ne suis pas un pro !
peux-tu nous donner les détails ? que faut-il donc changer précisément ?
> Pour l'instant, pas de graphiques. Il faut que je voie si on peut
> recuperer des morceaux du portage MacOX 8/9. J'ai aussi repere une
> histoire de Tk dans MacOS X, donc on aura peut-etre LablTk un jour.
> Il y a aussi des rumeurs de serveurs X pour MacOS X.
>
et Quartz ? (je n'y connais rien, certes) : peut-être est-il
envisageable/envisagé de s'en servir, non ?
Merci de continuer à penser aux Macounets !
cordialement,
Laurent
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: MacOS X et Caml
2000-09-27 8:55 Damien Doligez
2000-09-27 19:18 ` Benjamin C. Pierce
2000-09-27 19:18 ` Laurent Chéno
@ 2000-09-28 9:55 ` Sven LUTHER
2 siblings, 0 replies; 10+ messages in thread
From: Sven LUTHER @ 2000-09-28 9:55 UTC (permalink / raw)
To: Damien Doligez; +Cc: caml-list
On Wed, Sep 27, 2000 at 10:55:41AM +0200, Damien Doligez wrote:
> [ English version at the end ]
>
> >>From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
> >> Zero probleme: c'est Unix (FreeBSD), ca se compile tout seul. J'ai
> >> meme porte mon logiciel GeneWeb, sans aucune difficulte.
>
> J'ai recu le CD de MacOS X lundi, et j'ai compile O'Caml hier. Il a
> suffi de changer un bit dans le source de ocamlmktop pour que tout
> marche. J'ai compile camlp4, coq, et geneweb pour tester.
>
> Il est vrai que le portage etait pret depuis quelque temps, sans qu'on
> ait le droit d'en parler. Pour le bytecode pas trop de probleme, et
> Xavier a porte le compilo natif d'un coup de baguette magique.
>
>
> >From: Laurent =?iso-8859-1?Q?Ch=E9no?= <laurent.cheno@cybercable.fr>
>
> >OK, mais il n'y a pas de serveur X sur MacOS X : comment se passent les
> >graphiques ?
>
> Pour l'instant, pas de graphiques. Il faut que je voie si on peut
> recuperer des morceaux du portage MacOX 8/9. J'ai aussi repere une
> histoire de Tk dans MacOS X, donc on aura peut-etre LablTk un jour.> Il y a aussi des rumeurs de serveurs X pour MacOS X.
L'ideal serait d'avoir un port de gtk+ pour MacOS X natif (sans serveur X
natif (sans serveur X).
Commee cela on aurait aussi mlgtk et lablgtk.
Amicalement,
Sven LUTHER
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: MacOS X et Caml
@ 2000-09-27 7:44 Jean-Jacques Levy
2000-09-27 13:08 ` Julian Assange
0 siblings, 1 reply; 10+ messages in thread
From: Jean-Jacques Levy @ 2000-09-27 7:44 UTC (permalink / raw)
To: laurent.cheno; +Cc: caml-list
Linux PPC est aussi une solution. Un peu de hack au debut, mais
ca pulse, c'est libre, il y a X, ...
English:
Linux PPC is an alternative. Some initial hacking, but it's fast,
it's free, there is X, ...
-JJ-
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: MacOS X et Caml
2000-09-27 7:44 Jean-Jacques Levy
@ 2000-09-27 13:08 ` Julian Assange
0 siblings, 0 replies; 10+ messages in thread
From: Julian Assange @ 2000-09-27 13:08 UTC (permalink / raw)
To: Jean-Jacques Levy; +Cc: laurent.cheno, caml-list
> Linux PPC est aussi une solution. Un peu de hack au debut, mais
> ca pulse, c'est libre, il y a X, ...
>
> English:
>
> Linux PPC is an alternative. Some initial hacking, but it's fast,
> it's free, there is X, ...
NetBSD has extensive ppc support. See http://www.netbsd.org/
Cheers,
Julian.
^ permalink raw reply [flat|nested] 10+ messages in thread
* MacOS X et Caml
@ 2000-09-25 18:18 Laurent Chéno
2000-09-27 3:35 ` Daniel de Rauglaudre
0 siblings, 1 reply; 10+ messages in thread
From: Laurent Chéno @ 2000-09-25 18:18 UTC (permalink / raw)
To: Caml list
--- en français dans le texte :
Ce message pour demander à l'équipe Caml de l'INRIA si une implantation
de Caml et O'Caml pour MacOS X est en projet ?
Merci de votre réponse,
très cordialement,
Laurent
--- very poor english version :
This message for ask the Caml staff at INRIA : do you plan a Caml and
O'Caml implementation for MacOS X ?
Thank you in advance,
best regards,
Laurent
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: MacOS X et Caml
2000-09-25 18:18 Laurent Chéno
@ 2000-09-27 3:35 ` Daniel de Rauglaudre
0 siblings, 0 replies; 10+ messages in thread
From: Daniel de Rauglaudre @ 2000-09-27 3:35 UTC (permalink / raw)
To: Laurent Chéno; +Cc: Caml list
On Mon, Sep 25, 2000 at 08:18:07PM +0200, Laurent Chéno wrote:
> --- en français dans le texte :
>
> Ce message pour demander à l'équipe Caml de l'INRIA si une implantation
> de Caml et O'Caml pour MacOS X est en projet ?
Zéro problème: c'est Unix (FreeBSD), ça se compile tout seul. J'ai
même porté mon logiciel GeneWeb, sans aucune difficulté.
> This message for ask the Caml staff at INRIA : do you plan a Caml and
> O'Caml implementation for MacOS X ?
No problem at all: it is Unix (FreeBSD). I have even compiled my software
GeneWeb, without any difficulty.
--
Daniel de RAUGLAUDRE
daniel.de_rauglaudre@inria.fr
http://cristal.inria.fr/~ddr/
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2000-09-28 14:57 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-27 6:20 MacOS X et Caml Laurent Chéno
-- strict thread matches above, loose matches on Subject: below --
2000-09-28 9:22 Damien Doligez
2000-09-27 8:55 Damien Doligez
2000-09-27 19:18 ` Benjamin C. Pierce
2000-09-27 19:18 ` Laurent Chéno
2000-09-28 9:55 ` Sven LUTHER
2000-09-27 7:44 Jean-Jacques Levy
2000-09-27 13:08 ` Julian Assange
2000-09-25 18:18 Laurent Chéno
2000-09-27 3:35 ` Daniel de Rauglaudre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox