View previous topic :: View next topic |
Author |
Message |
itsmeet n00b
Joined: 06 Jun 2003 Posts: 7 Location: Germany - BaWü
|
Posted: Mon Jun 16, 2003 3:52 pm Post subject: ERROR: dev-ml/lablgl-0.98 failed. |
|
|
ich bekomme folgende fehlermeldung beim emerge dev-ml/lablgl-0.98 was kann ich dagegen tun?
* It seems you don't have ocaml compiled with tk support
* or you don't have ocaml installed and tcltk USE flag is
* not defined.
*
* lablgl requires ocaml be built with tk support.
*
* Please make sure that ocaml is installed with tk support.
!!! ERROR: dev-ml/lablgl-0.98 failed.
!!! Function dyn_setup, Line 436, Exitcode 1
!!! pkg_setup function failed; exiting. _________________ vendi, vidi, delevi |
|
Back to top |
|
|
Scandium Retired Dev
Joined: 22 Apr 2002 Posts: 340 Location: Germany
|
Posted: Mon Jun 16, 2003 3:55 pm Post subject: |
|
|
Hallo,
das bedeutet, dass ocaml mit tk support compiliert werden muss.
mit "emerge -pv ocaml" wird dir angezeigt, welche use flags benutzt werden.
Für das Paket gibt es eh nur eine use flag, nämlich "tcltk".
Um ocaml mit tcltk support zu kompilieren musst du einfach
Code: | USE="tcltk" emerge ocaml |
machen.
Last edited by Scandium on Mon Jun 16, 2003 6:03 pm; edited 1 time in total |
|
Back to top |
|
|
itsmeet n00b
Joined: 06 Jun 2003 Posts: 7 Location: Germany - BaWü
|
Posted: Mon Jun 16, 2003 4:01 pm Post subject: |
|
|
vielen dank _________________ vendi, vidi, delevi |
|
Back to top |
|
|
|