Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1379 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  [Pb] Xorg sous Debian

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[Pb] Xorg sous Debian

n°560290
florian95
Posté le 22-09-2004 à 00:06:03  profilanswer
 

Slt all,
 
J'ai tenté de compiler Xorg sous ma debian.
J'ai recuperé les sources ici : http://freedesktop.org/~xorg/X11R6.8.1/src-single/
 
J'ai lancé un : # make World
Et un bon bout de tps apres il me sort cette erreur :

making all in programs/xdm...
make[4]: Entering directory `/home/florian95/Downloads/xc/programs/xdm'
rm -f auth.o
gcc -m32 -c -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall -Wpointer-arith -Wundef     -I../.. -I../../exports/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE                             -DFUNCPROTO=15 -DNARROWPROTO   -DBINDIR=\"/usr/X11R6/bin\" -DXDMDIR=\"/usr/X11R6/lib/X11/xdm\"                   -DHASXDMAUTH             -DUSESHADOW -DUSE_PAM -DUNIXCONN -DTCPCONN -DHAS_STICKY_DIR_BIT -DHAS_FCHOWN -DIPv6             -DGREET_USER_STATIC   -DFRAGILE_DEV_MEM -DDEV_RANDOM=\"/dev/random\"                -DOSMAJORVERSION=2              -DOSMINORVERSION=6                              -DXPM -DUSE_XINERAMA  -DHAS_MKSTEMP    auth.c
Dans le fichier inclus à partir de auth.c:45:
dm.h:106:31: security/pam_appl.h : Aucun fichier ou répertoire de ce type
In file included from auth.c:45:
dm.h:428: error: erreur d'analyse syntaxique before '*' token
dm.h:428: attention : type defaults to `int' in declaration of `thepamhp'
dm.h:428: error: ISO C forbids data definition with no type or storage class
dm.h:429: error: erreur d'analyse syntaxique before '*' token
dm.h:429: attention : type defaults to `int' in declaration of `thepamh'
dm.h:429: error: ISO C forbids data definition with no type or storage class
make[4]: *** [auth.o] Erreur 1
make[4]: Leaving directory `/home/florian95/Downloads/xc/programs/xdm'
make[3]: *** [all] Erreur 2
make[3]: Leaving directory `/home/florian95/Downloads/xc/programs'
make[2]: *** [all] Erreur 2
make[2]: Leaving directory `/home/florian95/Downloads/xc'
make[1]: *** [World] Erreur 2
make[1]: Leaving directory `/home/florian95/Downloads/xc'
make: *** [World] Erreur 2


 
D'ou ca vient, je ne comprend pas trop :s
 
Merci bcp !


Message édité par florian95 le 22-09-2004 à 00:07:21
mood
Publicité
Posté le 22-09-2004 à 00:06:03  profilanswer
 

n°560292
Taz
bisounours-codeur
Posté le 22-09-2004 à 00:15:10  profilanswer
 
n°560293
miminou
Posté le 22-09-2004 à 00:17:47  profilanswer
 

:lol:  
 
pas mieux...

n°560623
florian95
Posté le 22-09-2004 à 19:33:52  profilanswer
 

Merki bcp :p
Une URL de plus dans les bookmarks :D

n°564740
florian95
Posté le 01-10-2004 à 17:58:49  profilanswer
 

Euh, encore une erreur... Venant des CVS...
 

Code :
  1. making all in programs/xcursorgen...
  2. make[4]: Entering directory `/home/florian/Downloads/Xorg/CVS/xc/programs/xcur sorgen'
  3. gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall - Wpointer-arith -Wundef     -I../.. -I../../exports/include   -Dlinux -D__i386_ _ -D_POSIX_C_SOURCE=199309L                             -D_POSIX_SOURCE -D_XOP EN_SOURCE                               -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE                             -DFUNCPROTO=15 -DNARROWPROTO       - c -o xcursorgen.o xcursorgen.c
  4. xcursorgen.c:35:17: png.h : Aucun fichier ou répertoire de ce type
  5. xcursorgen.c:140: error: erreur d'analyse syntaxique before "png"
  6. xcursorgen.c: Dans la fonction « premultiply_data »:
  7. xcursorgen.c:144: error: `row_info' undeclared (first use in this function)
  8. xcursorgen.c:144: error: (Each undeclared identifier is reported only once
  9. xcursorgen.c:144: error: for each function it appears in.)
  10. xcursorgen.c:146: error: `data' undeclared (first use in this function)
  11. xcursorgen.c: Dans la fonction « load_image »:
  12. xcursorgen.c:165: error: `png_structp' undeclared (first use in this function)
  13. xcursorgen.c:165: error: erreur d'analyse syntaxique before "png"
  14. xcursorgen.c:166: error: `png_infop' undeclared (first use in this function)
  15. xcursorgen.c:167: error: `png_bytepp' undeclared (first use in this function)
  16. xcursorgen.c:170: error: `png_uint_32' undeclared (first use in this function)
  17. xcursorgen.c:170: error: erreur d'analyse syntaxique before "width"
  18. xcursorgen.c:174: error: `png' undeclared (first use in this function)
  19. xcursorgen.c:174: attention : implicit declaration of function `png_create_rea d_struct'
  20. xcursorgen.c:174: error: `PNG_LIBPNG_VER_STRING' undeclared (first use in this  function)
  21. xcursorgen.c:178: error: `info' undeclared (first use in this function)
  22. xcursorgen.c:178: attention : implicit declaration of function `png_create_inf o_struct'
  23. xcursorgen.c:181: attention : implicit declaration of function `png_destroy_re ad_struct'
  24. xcursorgen.c:185: attention : implicit declaration of function `setjmp'
  25. xcursorgen.c:210: attention : implicit declaration of function `png_init_io'
  26. xcursorgen.c:211: attention : implicit declaration of function `png_read_info'
  27. xcursorgen.c:212: attention : implicit declaration of function `png_get_IHDR'
  28. xcursorgen.c:212: error: `width' undeclared (first use in this function)
  29. xcursorgen.c:212: error: `height' undeclared (first use in this function)
  30. xcursorgen.c:217: error: `PNG_COLOR_TYPE_PALETTE' undeclared (first use in thi s function)
  31. xcursorgen.c:218: attention : implicit declaration of function `png_set_expand '
  32. xcursorgen.c:220: error: `PNG_COLOR_TYPE_GRAY' undeclared (first use in this f unction)
  33. xcursorgen.c:223: attention : implicit declaration of function `png_get_valid'
  34. xcursorgen.c:223: error: `PNG_INFO_tRNS' undeclared (first use in this functio n)
  35. xcursorgen.c:227: attention : implicit declaration of function `png_set_strip_ 16'
  36. xcursorgen.c:230: attention : implicit declaration of function `png_set_packin g'
  37. xcursorgen.c:232: error: `PNG_COLOR_TYPE_GRAY_ALPHA' undeclared (first use in this function)
  38. xcursorgen.c:233: attention : implicit declaration of function `png_set_gray_t o_rgb'
  39. xcursorgen.c:235: error: `PNG_INTERLACE_NONE' undeclared (first use in this fu nction)
  40. xcursorgen.c:236: attention : implicit declaration of function `png_set_interl ace_handling'
  41. xcursorgen.c:238: attention : implicit declaration of function `png_set_bgr'
  42. xcursorgen.c:239: attention : implicit declaration of function `png_set_filler '
  43. xcursorgen.c:239: error: `PNG_FILLER_AFTER' undeclared (first use in this func tion)
  44. xcursorgen.c:241: attention : implicit declaration of function `png_set_read_u ser_transform_fn'
  45. xcursorgen.c:243: attention : implicit declaration of function `png_read_updat e_info'
  46. xcursorgen.c:252: error: `rows' undeclared (first use in this function)
  47. xcursorgen.c:252: error: `png_bytep' undeclared (first use in this function)
  48. xcursorgen.c:257: attention : implicit declaration of function `png_read_image '
  49. xcursorgen.c:258: attention : implicit declaration of function `png_read_end'
  50. make[4]: *** [xcursorgen.o] Erreur 1
  51. make[4]: Leaving directory `/home/florian/Downloads/Xorg/CVS/xc/programs/xcurs orgen'
  52. make[3]: *** [all] Erreur 2
  53. make[3]: Leaving directory `/home/florian/Downloads/Xorg/CVS/xc/programs'
  54. make[2]: *** [all] Erreur 2
  55. make[2]: Leaving directory `/home/florian/Downloads/Xorg/CVS/xc'
  56. make[1]: *** [World] Erreur 2
  57. make[1]: Leaving directory `/home/florian/Downloads/Xorg/CVS/xc'
  58. make: *** [World] Erreur 2


 
Que telecharger cette fois ci ?? :D
 
Merci bcp

n°564744
Taz
bisounours-codeur
Posté le 01-10-2004 à 18:07:57  profilanswer
 

il te manque clairement libpng

n°564901
florian95
Posté le 02-10-2004 à 00:54:03  profilanswer
 

Merci bcp !!!
 
La compilation ainsi que l'installation se sont tres bien passés ! Mais j'ai quelques bugs de clavier :
- Je suis sur un portable (IBM T42p) et pour les chiffres je doit active le num lock pas moyen d'utiliser le CAPS avec les touche &é"'(- ...
- Je ne peux utiliser les majuscules en restant sur appuyé sur SHIFT et dont pas de point (.)
- Pour faire "xorgconfig" qui je crois est l'outils de configuration il me sort ca :
# xorgconfig
xorgconfig: error while loading shared libraries: libxkbfile.so.1: cannot open shared object file: No such file or directory
 
Comment faire au grand maitre :D :D :D

n°565519
splurf
Rm -Rf / && oops :o
Posté le 03-10-2004 à 12:42:42  profilanswer
 

je me permet de squatter un peu le topic.
 
j'ai l'erreur suivante.
 
savez vous comment la résoudre?
 

Code :
  1. make[4]: Entering directory `/usr/src/xc/lib/Xft1'
  2. rm -f xftcfg.o
  3. gcc -m32 -c -O0 -g  -ansi -pedantic -Wall -Wpointer-arith -Wundef   -I/usr/include/freetype2 -I/usr/include/freetype2/config -I../../exports/include/X11  -I../.. -I../../exports/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                            -D_POSIX_SOURCE -D_XOPEN_SOURCE                    -D_BSD_SOURCE -D_SVID_SOURCE                              -D_GNU_SOURCE                            -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API    -DFREETYPE2  -DXFREE86_FT2     -fPIC xftcfg.c
  4. Dans le fichier inclus à partir de xftcfg.c:28:
  5. xftint.h:29:35: fontconfig/fontconfig.h : Aucun fichier ou répertoire de ce type
  6. Dans le fichier inclus à partir de XftFreetype.h:28,
  7.           à partir de xftint.h:31,
  8.           à partir de xftcfg.c:28:
  9. Xft.h:29:35: fontconfig/fontconfig.h : Aucun fichier ou répertoire de ce type
  10. Dans le fichier inclus à partir de xftint.h:31,
  11.           à partir de xftcfg.c:28:
  12. XftFreetype.h:29:22: ft2build.h : Aucun fichier ou répertoire de ce type
  13. XftFreetype.h:30:10: #include attend "NOM_DE_FICHIER" ou <NOM_DE_FICHIER>
  14. distcc[28069] ERROR: compile xftcfg.c on deb failed
  15. make[4]: *** [xftcfg.o] Erreur 1
  16. make[4]: Leaving directory `/usr/src/xc/lib/Xft1'
  17. make[3]: *** [all] Erreur 2
  18. make[3]: Leaving directory `/usr/src/xc/lib'
  19. make[2]: *** [all] Erreur 2
  20. make[2]: Leaving directory `/usr/src/xc'
  21. make[1]: *** [World] Erreur 2
  22. make[1]: Leaving directory `/usr/src/xc'
  23. make: *** [World] Erreur 2

n°565530
Taz
bisounours-codeur
Posté le 03-10-2004 à 12:51:51  profilanswer
 

bande de gros boulets ... analphabètes ... allez, cherche des RPM ou des DEB, sinon passe ton chemin.

n°565534
splurf
Rm -Rf / && oops :o
Posté le 03-10-2004 à 12:55:48  profilanswer
 

Taz a écrit :

bande de gros boulets ... analphabètes ... allez, cherche des RPM ou des DEB, sinon passe ton chemin.


 
tres constructif.....

mood
Publicité
Posté le 03-10-2004 à 12:55:48  profilanswer
 

n°565539
Taz
bisounours-codeur
Posté le 03-10-2004 à 13:01:16  profilanswer
 

splurf a écrit :

tres constructif.....

OK, alors j'en rajoute. Si tu n'est pas capable de lire, si c'est la première fois que tu compile quelque chose, ÇA N'EST MEME PAS LA PEINE D'ESSAYER

n°565545
splurf
Rm -Rf / && oops :o
Posté le 03-10-2004 à 13:08:14  profilanswer
 

Taz a écrit :

OK, alors j'en rajoute. Si tu n'est pas capable de lire, si c'est la première fois que tu compile quelque chose, ÇA N'EST MEME PAS LA PEINE D'ESSAYER


beau principe.....tu n'y arrive pas donc tu n'y arrivera pas.
 
tres belle théorie de l'évolution....

n°565552
Taz
bisounours-codeur
Posté le 03-10-2004 à 13:15:01  profilanswer
 

bon, ben alors commence par apprendre à lire, apprends ce qu'est une bibliothèque et pourquoi elle est fournie en 2 morceaux: libX and libX-dev
 
ensuite on verra

n°565561
splurf
Rm -Rf / && oops :o
Posté le 03-10-2004 à 13:21:29  profilanswer
 

Code :
  1. dim oct  3 13:19:22 CEST 2004
  2. Full build of Release 6.8 complete.


.......

n°565563
splurf
Rm -Rf / && oops :o
Posté le 03-10-2004 à 13:21:55  profilanswer
 

Taz a écrit :

bon, ben alors commence par apprendre à lire, apprends ce qu'est une bibliothèque et pourquoi elle est fournie en 2 morceaux: libX and libX-dev
 
ensuite on verra

 
:hello:

n°565567
florian95
Posté le 03-10-2004 à 13:26:51  profilanswer
 

Slt,
 
Pour mon pb, suffisait de faire ldconfig...
 
Taz, ton intervention est encore plus pathetique que le reste... Super pedagogique... Si c'est pour dire/faire des choses de ce type, retiens toi, tous le monde y gagnera !
"J'ai besoin d'aide, j'ai chercher sur google mais je trouve pas mon erreur"
Taz : "TG connard" Super...
Réponse conseillée : "Ton erreur est standart, cherche du cote de libX-dev qui sont les outils permettant la compilation de ton programme, aufaite sur http://pakagedebian.com tu trouvera l'equivalent packages - fichiers !"
 
Je sais meme pas pk je reagi... C'est vrai de dire que le probleme de linux ne vient pas du systeme mais de ses utilisateurs ! Les linuxiens tuent Linux et sa distribution...

n°565574
Taz
bisounours-codeur
Posté le 03-10-2004 à 13:31:34  profilanswer
 

quoi que tu en penses je suis pédagogique.
 
Mais je peux rien faire pour les neuneux qui recontrent un
"fontconfig/fontconfig.h : Aucun fichier ou répertoire de ce type" et sont même pas foutu de demander "ou je peux télécharger ce fichier"
 
ça sert à rien de vouloir assembler ton PC, si tu ne sais même pas ce qu'est une vis

n°565885
NeoY2k
Posté le 03-10-2004 à 22:41:45  profilanswer
 

Drapal

n°566126
bastien59
Posté le 04-10-2004 à 13:53:14  profilanswer
 

1 - pas la peine de se taper dessus, ça n'a jamais fait avancer les choses...
2 - vous êtes tous dans le vrai !
 
Taz a raison, il faudrait peut-être apprendre à pêcher plutôt qu'attendre qu'on vous file les poissons. Là ou il a tord, c'est sur la forme (désolé Taz). Commencer par "bande de gros boulets ... analphabètes ... allez, cherche des RPM ou des DEB, sinon passe ton chemin" c'est pas très pédagogique, en tout cas pas très diplomate...
 
Bref les gars, faites un chtit effort, Taz maîtrise le sujet mais ne va pas toujours répéter la même chose.  
Taz, cool, ils veulent juste apprendre et n'ont pas ton niveau d'expertise !!!
 
a+
 
PS : c'est quoi un DEB  :lol:  
ok je sors  :pt1cable:


Message édité par bastien59 le 04-10-2004 à 13:54:52
n°566134
splurf
Rm -Rf / && oops :o
Posté le 04-10-2004 à 14:12:42  profilanswer
 

bastien59 a écrit :


Taz, cool, ils veulent juste apprendre et n'ont pas ton niveau d'expertise !!!


 
Un expert .....


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  [Pb] Xorg sous Debian

 

Sujets relatifs
[Xfree 4.3 + Gnome + Debian sid]pb de résolutiontelecharge un lien internet sous debian texte comment faire ?
[Debian][Sarge][LaTeX][EMACS][ AUCTeX] Probleme d'update recent ?Problème postfix sur passerelle debian
Pb d'installation sarge Debian via le net HELP!!!![Debian] Dupliquer un disque (avec agrandissement des partitions).
[debian] Crash XMMS suite a shuffle + changement de chanson[debian sarge] Serveur?
[debian]Quel modem adsl usb?[debian] => ip ?
Plus de sujets relatifs à : [Pb] Xorg sous Debian


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR