OVH Cloud OVH Cloud

Installation de Unison ...

2 réponses
Avatar
Thierry
Bonsoir,
Pour une fois, juste une très courte question.
J'essaye d'installer Unison à partir des ports d'un FreeBSD 4.9 ... Mias
je ne comprends pas pkoi il veut absolument avoir du tk ...car qui dit tk
dit XFree ...

===> unison-2.9.20_1 depends on executable: ocamlc - not found
===> Verifying install for ocamlc in /usr/ports/lang/ocaml
===> ocaml-3.07_1 depends on file: /usr/local/include/tcl8.4 - found
===> ocaml-3.07_1 depends on file: /usr/local/include/tk8.4 - not found
===> Verifying install for /usr/local/include/tk8.4 in /usr/ports/x11-toolkits/tk84
===> tk-8.4.5,1 depends on file: /nonexistent - not found
===> Verifying build for /nonexistent in /usr/ports/lang/tcl84
===> Returning to build of tk-8.4.5,1
===> tk-8.4.5,1 depends on shared library: tcl84.1 - found
===> tk-8.4.5,1 depends on shared library: X11.6 - not found
===> Verifying install for X11.6 in /usr/ports/x11/XFree86-4-libraries
===> Returning to build of tk-8.4.5,1
Error: shared library "X11.6" does not exist
*** Error code 1
Stop in /usr/ports/x11-toolkits/tk84.
*** Error code 1
Stop in /usr/ports/lang/ocaml.
*** Error code 1
Stop in /usr/ports/net/unison.

Merci ... oups faillis oublié, bonne année à tous ...

Thierry

2 réponses

Avatar
Marwan Burelle
On Mon, 05 Jan 2004 22:54:57 +0100
Thierry wrote:

Bonsoir,
Pour une fois, juste une très courte question.
J'essaye d'installer Unison à partir des ports d'un FreeBSD 4.9 ...
Mias je ne comprends pas pkoi il veut absolument avoir du tk ...car qui
dit tk dit XFree ...


Ocaml dépend de TK (il est fourni en standard avec labltk qui permet de
faire des petites interfaces rapidement), mais tu peux utiliser les
variables d'environnement WITHOUT_TK et WITHOUT_X11 (il y a aussi le
module graphics qui utilisent X11 ... comme son nom peut le laisser
penser.)

--
Marwan Burelle,
http://www.lri.fr/~burelle
( | )
http://www.cduce.org

Avatar
Thierry
On Mon, 05 Jan 2004 23:05:32 +0100, Marwan Burelle wrote:


Thierry wrote:

Bonsoir,
Pour une fois, juste une très courte question.
J'essaye d'installer Unison à partir des ports d'un FreeBSD 4.9 ...
Mias je ne comprends pas pkoi il veut absolument avoir du tk ...car qui
dit tk dit XFree ...


Ocaml dépend de TK (il est fourni en standard avec labltk qui permet de
Merci pour ces infos précieuses ..