Opensuse : compil pour claws-mail plante

Fermé
lolveley - 18 nov. 2010 à 02:31
 lolveley - 18 nov. 2010 à 12:09
Bonjour,

j'utilise opensuse 11.3, avec le client de messagerie claws-mail.
pour lire les messages HTML, j'ai besoin du plugin dillo (https://www.dillo.org/source.html qui a lui-même besoin de FLTK (https://www.fltk.org/software.php

mais lorsque je lance "make" j'ai cette erreur :

****************************************************
=== making src ===
Compiling addarc.cxx...
In file included from ../fltk/x.h:38:0,
from addarc.cxx:32:
../fltk/x11.h:65:38: fatal error: X11/extensions/XInput.h: Aucun fichier ou dossier de ce type
compilation terminated.
make[1]: *** [addarc.o] Erreur 1
make: *** [all] Erreur 2
****************************************************

j'ai cherché avec google "X11" mais je ne sais pas ce qui manque et je n'arrive pas à trouver.

vous pouvez m'aider?

merci,
olivier.

A voir également:

1 réponse

well, I added the xorg-x11-devel package and now I have this error:

=== making src ===
=== making images/libjpeg ===
=== making images/libpng ===
=== making images ===
=== making OpenGL ===
=== making fluid ===
=== making glut ===
Linking glpuzzle...
glpuzzle.o: In function 'redraw()':
glpuzzle.cxx:(.text+0xbe7): undefined reference to 'gluPerspective'
glpuzzle.o: In function 'selectPiece(int, int)':
glpuzzle.cxx:(.text+0x12a6): undefined reference to 'gluPickMatrix'
glpuzzle.cxx:(.text+0x12da): undefined reference to 'gluPerspective'
collect2: ld returned 1 exit status
make[1]: *** [glpuzzle] Erreur 1
make: *** [all] Erreur 2


I can't find a GLU rpm for opensuse 11.3.

olivier
0