fatal error while compiling fltk
hello, I have opensuse 11.3 with gnome, and claws-mail. in order to view html content on claws-mail, I had to compile dillo. so I went to the site, downloaded fltk and tried to compile it (fltk-2.0.x-r7725). but after entering "make", I had this error : ******************************************************************** === 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 ******************************************************************** can you tell me if a peculiar software is missing? I searched with google (X11,RPMs of dillo) but in vain. thanks, Olivier.
It sounds like you're missing your X11 development packages. Google tells me you want xorg-x11-devel, but I'm not an opensuse user myself. Cheers, ~Benjamin On Wed, 17 Nov 2010 19:59:55 -0500, olivier SAINT-EVE <lolveley@yahoo.fr> wrote:
hello,
I have opensuse 11.3 with gnome, and claws-mail. in order to view html content on claws-mail, I had to compile dillo. so I went to the site, downloaded fltk and tried to compile it (fltk-2.0.x-r7725).
but after entering "make", I had this error :
******************************************************************** === 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 ********************************************************************
can you tell me if a peculiar software is missing? I searched with google (X11,RPMs of dillo) but in vain.
thanks,
Olivier.
hello, thank you for your answer. I installed the 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 ************************************************************ sounds like GLU is missing, but an internet search didn't help me to find libglu-mesa, or libglu, or glu, in a rpm format. can you help me a new time? olivier. Le Wed, 17 Nov 2010 21:07:18 -0500, "Benjamin Johnson" <obeythepenguin@gmail.com> a ?crit :
It sounds like you're missing your X11 development packages. Google tells me you want xorg-x11-devel, but I'm not an opensuse user myself.
Cheers, ~Benjamin
On Wed, 17 Nov 2010 19:59:55 -0500, olivier SAINT-EVE <lolveley@yahoo.fr> wrote:
hello,
I have opensuse 11.3 with gnome, and claws-mail. in order to view html content on claws-mail, I had to compile dillo. so I went to the site, downloaded fltk and tried to compile it (fltk-2.0.x-r7725).
but after entering "make", I had this error :
******************************************************************** === 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 ********************************************************************
can you tell me if a peculiar software is missing? I searched with google (X11,RPMs of dillo) but in vain.
thanks,
Olivier.
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
On Thu, Nov 18, 2010 at 12:32:49PM +0100, Joerg Sonnenberger wrote:
On Thu, Nov 18, 2010 at 12:16:40PM +0100, olivier SAINT-EVE wrote:
sounds like GLU is missing, but an internet search didn't help me to find libglu-mesa, or libglu, or glu, in a rpm format.
Try Mesa.
You can install mesa GL, or you may try: ./configure --disable-gl ... when compiling FLTK. Disclaimer: I haven't tried it, but assume it should work. -- Cheers Jorge.-
well, I tried to install mesa, but it is already installed, and the compilation with "--disable-gl" fails with an error while compiling glut. seems I will have HTML support in a long time, if so! olivier Le Thu, 18 Nov 2010 11:21:20 -0300, Jorge Arellano Cid <jcid@dillo.org> a ?crit :
On Thu, Nov 18, 2010 at 12:32:49PM +0100, Joerg Sonnenberger wrote:
On Thu, Nov 18, 2010 at 12:16:40PM +0100, olivier SAINT-EVE wrote:
sounds like GLU is missing, but an internet search didn't help me to find libglu-mesa, or libglu, or glu, in a rpm format.
Try Mesa.
You can install mesa GL, or you may try:
./configure --disable-gl ...
when compiling FLTK.
Disclaimer: I haven't tried it, but assume it should work.
On Thu, Nov 18, 2010 at 05:45:33PM +0100, olivier SAINT-EVE wrote:
well, I tried to install mesa, but it is already installed, and the compilation with "--disable-gl" fails with an error while compiling glut.
seems I will have HTML support in a long time, if so!
FWIW, in Ubuntu, I have: i A libgl1-mesa-dev - A free implementation of the OpenGL API -- i A libgl1-mesa-dri - A free implementation of the OpenGL API -- i A libgl1-mesa-glx - A free implementation of the OpenGL API -- i A libglu1-mesa - The OpenGL utility library (GLU) i libglu1-mesa-dev - The OpenGL utility library -- development i A mesa-common-dev - Developer documentation for Mesa -- Cheers Jorge.-
participants (4)
-
jcid@dillo.org
-
joerg.sonnenberger@web.de
-
lolveley@yahoo.fr
-
obeythepenguin@gmail.com