Bonjour à tous,
je n'arrive pas à installer un programme sur MDK 9.2 alors que sur RH7.3
cela à fonctionné super.
Est ce que quelqu'un comprends pourquoi cette différence. Est ce une
histoire de source non dispo pour cette distrib? urpmi ne donne rien et
un requête google "xf86Version.h" me laisse penser que je dois trouver
ce fichier qqpart mas ou? sur le web? sur les CD?
à l'aide...

merci. 


voici le contenu du fichier
XCOMM $XFree86:
xc/programs/Xserver/hw/xfree86/input/binstead/Imakefile,v 1.5 2000/08/11
19:10:47 dawes Exp $
 
#define IHaveModules
#include <Server.tmpl>
 
SRCS = binstead.c
 
OBJS = binstead.o
 
DRIVER = binstead
 
INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86SRC)/loader -I$(XF86OSSRC) \
                 -I$(SERVERSRC)/mi -I$(SERVERSRC)/include
-I$(XINCLUDESRC) -I$(EXTINCSRC)
 
#if MakeHasPosixVariableSubstitutions
SubdirLibraryRule($(OBJS))
#endif
 
ModuleObjectRule()
 
ObjectModuleTarget($(DRIVER),$(OBJS))
 
InstallObjectModule($(DRIVER),$(MODULEDIR),input)
 
DependTarget()
 
InstallDriverSDKObjectModule($(DRIVER),$(DRIVERSDKMODULEDIR),input)


voici le résultat de la commande 

[EMAIL PROTECTED] /]# cd /usr/local/lma7/
[EMAIL PROTECTED] lma7]# /usr/X11R6/bin/xmkmf -a
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
make Makefiles
make: Rien à faire pour « Makefiles ».
make includes
make: Rien à faire pour « includes ».
make depend
makedepend  -- -I. -I./programs/Xserver/hw/xfree86/common
-I./programs/Xserver/hw/xfree86/loader -I./programs/Xserv
er/hw/xfree86/os-support                 -I./programs/Xserver/mi
-I./programs/Xserver/include -I./exports/include/X 11
-I./include/extensions  -I/usr/X11R6/include    -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L                   - D_POSIX_SOURCE
-D_XOPEN_SOURCE                          -D_BSD_SOURCE -D_SVID_SOURCE
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP        -DXCSECURITY -DTOGCUP  
-DXF86BIGFONT -DDPMSExtension    -DPIXPRIV -DPANORAMIX      -DRENDER
-DRANDR -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV
-DSINGLEDEPTH                           - DXFreeXDGA
-DXvExtension                                -DXFree86LOADER 
-DXFree86Server                          -
DXF86VIDMODE                           
-DXvMCExtension                                                           - 
DSMART_SCHEDULE                                 -DBUILDDEBUG -DXResExtension    
                        -DX_BYTE_OR DER=X_LITTLE_ENDIAN -DNDEBUG  
-DFUNCPROTO=15 -DNARROWPROTO  -DIN_MODULE -DXFree86Module   -DUSE_MAKEDEPEND -- 
binst ead.c
makedepend: warning:  binstead.c, line 59: cannot find include file
"xf86Version.h"
        not in ./xf86Version.h
        not in ./programs/Xserver/hw/xfree86/common/xf86Version.h
        not in ./programs/Xserver/hw/xfree86/loader/xf86Version.h
        not in ./programs/Xserver/hw/xfree86/os-support/xf86Version.h
        not in ./programs/Xserver/mi/xf86Version.h
        not in ./programs/Xserver/include/xf86Version.h
        not in ./exports/include/X11/xf86Version.h
        not in ./include/extensions/xf86Version.h
        not in /usr/X11R6/include/xf86Version.h
        not in /usr/local/lib/gcc-include/xf86Version.h
        not in /usr/include/xf86Version.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/xf86Version.h
makedepend: warning:  /usr/include/gnu/stubs.h:  non-portable whitespace
encountered at line 7
makedepend: warning:  binstead.c, line 71: cannot find include file
"misc.h"
        not in ./misc.h
        not in ./programs/Xserver/hw/xfree86/common/misc.h
        not in ./programs/Xserver/hw/xfree86/loader/misc.h
        not in ./programs/Xserver/hw/xfree86/os-support/misc.h
        not in ./programs/Xserver/mi/misc.h
        not in ./programs/Xserver/include/misc.h
        not in ./exports/include/X11/misc.h
        not in ./include/extensions/misc.h
        not in /usr/X11R6/include/misc.h
        not in /usr/local/lib/gcc-include/misc.h
        not in /usr/include/misc.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/misc.h
makedepend: warning:  binstead.c, line 72: cannot find include file
"xf86.h"
        not in ./xf86.h
        not in ./programs/Xserver/hw/xfree86/common/xf86.h
        not in ./programs/Xserver/hw/xfree86/loader/xf86.h
        not in ./programs/Xserver/hw/xfree86/os-support/xf86.h
        not in ./programs/Xserver/mi/xf86.h
        not in ./programs/Xserver/include/xf86.h
        not in ./exports/include/X11/xf86.h
        not in ./include/extensions/xf86.h
        not in /usr/X11R6/include/xf86.h
        not in /usr/local/lib/gcc-include/xf86.h
        not in /usr/include/xf86.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/xf86.h
makedepend: warning:  binstead.c, line 76: cannot find include file
"xf86_ansic.h"
        not in ./xf86_ansic.h
        not in ./programs/Xserver/hw/xfree86/common/xf86_ansic.h
        not in ./programs/Xserver/hw/xfree86/loader/xf86_ansic.h
        not in ./programs/Xserver/hw/xfree86/os-support/xf86_ansic.h
        not in ./programs/Xserver/mi/xf86_ansic.h
        not in ./programs/Xserver/include/xf86_ansic.h
        not in ./exports/include/X11/xf86_ansic.h
        not in ./include/extensions/xf86_ansic.h
        not in /usr/X11R6/include/xf86_ansic.h
        not in /usr/local/lib/gcc-include/xf86_ansic.h
        not in /usr/include/xf86_ansic.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/xf86_ansic.h
makedepend: warning:  binstead.c, line 77: cannot find include file
"xisb.h"
        not in ./xisb.h
        not in ./programs/Xserver/hw/xfree86/common/xisb.h
        not in ./programs/Xserver/hw/xfree86/loader/xisb.h
        not in ./programs/Xserver/hw/xfree86/os-support/xisb.h
        not in ./programs/Xserver/mi/xisb.h
        not in ./programs/Xserver/include/xisb.h
        not in ./exports/include/X11/xisb.h
        not in ./include/extensions/xisb.h
        not in /usr/X11R6/include/xisb.h
        not in /usr/local/lib/gcc-include/xisb.h
        not in /usr/include/xisb.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/xisb.h
makedepend: warning:  binstead.c, line 78: cannot find include file
"xf86_OSproc.h"
        not in ./xf86_OSproc.h
        not in ./programs/Xserver/hw/xfree86/common/xf86_OSproc.h
        not in ./programs/Xserver/hw/xfree86/loader/xf86_OSproc.h
        not in ./programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h
        not in ./programs/Xserver/mi/xf86_OSproc.h
        not in ./programs/Xserver/include/xf86_OSproc.h
        not in ./exports/include/X11/xf86_OSproc.h
        not in ./include/extensions/xf86_OSproc.h
        not in /usr/X11R6/include/xf86_OSproc.h
        not in /usr/local/lib/gcc-include/xf86_OSproc.h
        not in /usr/include/xf86_OSproc.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/xf86_OSproc.h
makedepend: warning:  binstead.c, line 79: cannot find include file
"xf86Xinput.h"
        not in ./xf86Xinput.h
        not in ./programs/Xserver/hw/xfree86/common/xf86Xinput.h
        not in ./programs/Xserver/hw/xfree86/loader/xf86Xinput.h
        not in ./programs/Xserver/hw/xfree86/os-support/xf86Xinput.h
        not in ./programs/Xserver/mi/xf86Xinput.h
        not in ./programs/Xserver/include/xf86Xinput.h
        not in ./exports/include/X11/xf86Xinput.h
        not in ./include/extensions/xf86Xinput.h
        not in /usr/X11R6/include/xf86Xinput.h
        not in /usr/local/lib/gcc-include/xf86Xinput.h
        not in /usr/include/xf86Xinput.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/xf86Xinput.h
makedepend: warning:  binstead.c, line 80: cannot find include file
"exevents.h"
        not in ./exevents.h
        not in ./programs/Xserver/hw/xfree86/common/exevents.h
        not in ./programs/Xserver/hw/xfree86/loader/exevents.h
        not in ./programs/Xserver/hw/xfree86/os-support/exevents.h
        not in ./programs/Xserver/mi/exevents.h
        not in ./programs/Xserver/include/exevents.h
        not in ./exports/include/X11/exevents.h
        not in ./include/extensions/exevents.h
        not in /usr/X11R6/include/exevents.h
        not in /usr/local/lib/gcc-include/exevents.h
        not in /usr/include/exevents.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/exevents.h
makedepend: warning:  binstead.c, line 81: cannot find include file
"keysym.h"
        not in ./keysym.h
        not in ./programs/Xserver/hw/xfree86/common/keysym.h
        not in ./programs/Xserver/hw/xfree86/loader/keysym.h
        not in ./programs/Xserver/hw/xfree86/os-support/keysym.h
        not in ./programs/Xserver/mi/keysym.h
        not in ./programs/Xserver/include/keysym.h
        not in ./exports/include/X11/keysym.h
        not in ./include/extensions/keysym.h
        not in /usr/X11R6/include/keysym.h
        not in /usr/local/lib/gcc-include/keysym.h
        not in /usr/include/keysym.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/keysym.h
makedepend: warning:  binstead.c, line 82: cannot find include file
"mipointer.h"
        not in ./mipointer.h
        not in ./programs/Xserver/hw/xfree86/common/mipointer.h
        not in ./programs/Xserver/hw/xfree86/loader/mipointer.h
        not in ./programs/Xserver/hw/xfree86/os-support/mipointer.h
        not in ./programs/Xserver/mi/mipointer.h
        not in ./programs/Xserver/include/mipointer.h
        not in ./exports/include/X11/mipointer.h
        not in ./include/extensions/mipointer.h
        not in /usr/X11R6/include/mipointer.h
        not in /usr/local/lib/gcc-include/mipointer.h
        not in /usr/include/mipointer.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/mipointer.h
makedepend: warning:  binstead.c, line 85: cannot find include file
"xf86Module.h"
        not in ./xf86Module.h
        not in ./programs/Xserver/hw/xfree86/common/xf86Module.h
        not in ./programs/Xserver/hw/xfree86/loader/xf86Module.h
        not in ./programs/Xserver/hw/xfree86/os-support/xf86Module.h
        not in ./programs/Xserver/mi/xf86Module.h
        not in ./programs/Xserver/include/xf86Module.h
        not in ./exports/include/X11/xf86Module.h
        not in ./include/extensions/xf86Module.h
        not in /usr/X11R6/include/xf86Module.h
        not in /usr/local/lib/gcc-include/xf86Module.h
        not in /usr/include/xf86Module.h
        not in
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/include/xf86Module.h



Linux-Azur :      http://www.linux-azur.org
Désinscriptions: http://www.linux-azur.org/liste.php3
**** Pas de message au format HTML, SVP ****

Répondre à