Probleme pour installer splashy

bonjour
je viens de telecharger splashy-0.3.10.tar.gz
je le decompresse et je lance le ./configure apres une grosse bataille j ai gagner :laughing: mais il me fait encore une erreur :imp: :imp: :imp:

j ai ajoute 2 lignes avant l erreur o k ou

[code] -DG_DISABLE_CHECKS -MT splashy_config-splashy_config-functions.o -MD -MP -MF .deps/splashy_config-splashy_config-functions.Tpo -c -o splashy_config-splashy_config-functions.o test -f 'splashy_config-functions.c' || echo './'splashy_config-functions.c
splashy_config-functions.c:40:71: error: magic.h: Aucun fichier ou répertoire de ce type
splashy_config-functions.c: In function ‘install_theme’:
splashy_config-functions.c:126: error: ‘magic_t’ undeclared (first use in this function)
splashy_config-functions.c:126: error: (Each undeclared identifier is reported only once
splashy_config-functions.c:126: error: for each function it appears in.)
splashy_config-functions.c:126: error: expected ‘;’ before ‘cookie’
splashy_config-functions.c:127: error: ‘cookie’ undeclared (first use in this function)
cc1: warnings being treated as errors
splashy_config-functions.c:133: warning: implicit declaration of function ‘magic_load’
splashy_config-functions.c:135: warning: implicit declaration of function ‘magic_error’
splashy_config-functions.c:135: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’
splashy_config-functions.c:139: warning: implicit declaration of function ‘magic_file’
splashy_config-functions.c:139: warning: assignment makes pointer from integer without a cast
splashy_config-functions.c:161: warning: implicit declaration of function ‘magic_close’
splashy_config-functions.c: In function ‘check_image’:
splashy_config-functions.c:1288: error: ‘magic_t’ undeclared (first use in this function)
splashy_config-functions.c:1288: error: expected ‘;’ before ‘cookie’
splashy_config-functions.c:1289: error: ‘cookie’ undeclared (first use in this function)
splashy_config-functions.c:1297: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’
splashy_config-functions.c:1301: warning: assignment makes pointer from integer without a cast
make[2]: *** [splashy_config-splashy_config-functions.o] Erreur 1
make[2]: quittant le répertoire « /home/zyriuse/splashy-0.3.10/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/zyriuse/splashy-0.3.10 »
make: *** [all] Erreur 2

[/code]

merci de votre aide a tous :smt006
je m adresse a vous car je ne comprend pas l erreur :laughing: :laughing:

*--------
splashy_config-functions.c:40:71: error: magic.h: Aucun fichier ou répertoire de ce type
*--------

regarde si le fichier existe :smt006

Et pourquoi ne pas tout simplement utiliser les paquets ?

j ai essayer de part apt-get install splashy
mais la ligne que j ai rajouter dans /etc/apt/sources.list ne trouve pas le fichier en question
j ai donc télécharger splashy de part son site, et j essaye de l installer manuellement.

merci de vos reponse

Configure correctement APT (fichiers sources.list et preferences) et installe le paquet.

Installer manuellement est une très mauvaise idée.

ok je vais essayer sa ce soir je te tiendrais au courant.

merci pour votre aide a tous :exclamation: :exclamation: :exclamation:

je viens d eassayer je n arrive cela ne change rien j ai tourjour le probleme
je suis a la lettre ce tuto http://pureedelinux.net/howto/bootsplash.html
mon noyau est le 2.6.18 , jai telecharger les sources du kernel sur ftp://ftp.eu.kernel.org/pub/linux/kernel/v2.6/ et le bootsplash aussi sur un autre site je ne sais plus le quel mais j ai le bootsplash-3.1.6-2.6.20.diff

j arrive bien a patcher le noyau mais quand apres je fais make menuconfig
j ai une erreur :laughing: :laughing: :laughing:

scripts/kconfig/lxdialog/dialog.h:197: error: expected ‘)’ before ‘*’ token scripts/kconfig/lxdialog/dialog.h:198: error: expected ‘)’ before ‘*’ token scripts/kconfig/lxdialog/dialog.h:200: error: expected ‘)’ before ‘*’ token scripts/kconfig/lxdialog/checklist.c:31: error: expected ‘)’ before ‘*’ token scripts/kconfig/lxdialog/checklist.c:59: error: expected ‘)’ before ‘*’ token scripts/kconfig/lxdialog/checklist.c:95: error: expected ‘)’ before ‘*’ token scripts/kconfig/lxdialog/checklist.c: In function ‘dialog_checklist’: scripts/kconfig/lxdialog/checklist.c:116: error: ‘WINDOW’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:116: error: (Each undeclared identifier is reported only once scripts/kconfig/lxdialog/checklist.c:116: error: for each function it appears in.) scripts/kconfig/lxdialog/checklist.c:116: error: ‘dialog’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:116: error: ‘list’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:116: warning: left-hand operand of comma expression has no effect scripts/kconfig/lxdialog/checklist.c:129: warning: implicit declaration of function ‘getmaxy’ scripts/kconfig/lxdialog/checklist.c:129: error: ‘stdscr’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:130: error: ‘KEY_MAX’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:131: warning: implicit declaration of function ‘getmaxx’ scripts/kconfig/lxdialog/checklist.c:137: error: ‘COLS’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:138: error: ‘LINES’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:140: warning: implicit declaration of function ‘draw_shadow’ scripts/kconfig/lxdialog/checklist.c:142: warning: implicit declaration of function ‘newwin’ scripts/kconfig/lxdialog/checklist.c:143: warning: implicit declaration of function ‘keypad’ scripts/kconfig/lxdialog/checklist.c:143: error: ‘TRUE’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:145: warning: implicit declaration of function ‘draw_box’ scripts/kconfig/lxdialog/checklist.c:146: error: ‘struct dialog_color’ has no member named ‘atr’ scripts/kconfig/lxdialog/checklist.c:146: error: ‘struct dialog_color’ has no member named ‘atr’ scripts/kconfig/lxdialog/checklist.c:147: warning: implicit declaration of function ‘wattrset’ scripts/kconfig/lxdialog/checklist.c:147: error: ‘struct dialog_color’ has no member named ‘atr’ scripts/kconfig/lxdialog/checklist.c:148: warning: implicit declaration of function ‘mvwaddch’ scripts/kconfig/lxdialog/checklist.c:150: warning: implicit declaration of function ‘waddch’ scripts/kconfig/lxdialog/checklist.c:151: error: ‘struct dialog_color’ has no member named ‘atr’ scripts/kconfig/lxdialog/checklist.c:154: warning: implicit declaration of function ‘print_title’ scripts/kconfig/lxdialog/checklist.c:156: error: ‘struct dialog_color’ has no member named ‘atr’ scripts/kconfig/lxdialog/checklist.c:157: warning: implicit declaration of function ‘print_autowrap’ scripts/kconfig/lxdialog/checklist.c:164: warning: implicit declaration of function ‘subwin’ scripts/kconfig/lxdialog/checklist.c:171: error: ‘struct dialog_color’ has no member named ‘atr’ scripts/kconfig/lxdialog/checklist.c:171: error: ‘struct dialog_color’ has no member named ‘atr’ scripts/kconfig/lxdialog/checklist.c:189: warning: implicit declaration of function ‘print_item’ scripts/kconfig/lxdialog/checklist.c:192: warning: implicit declaration of function ‘print_arrows’ scripts/kconfig/lxdialog/checklist.c:195: warning: implicit declaration of function ‘print_buttons’ scripts/kconfig/lxdialog/checklist.c:197: warning: implicit declaration of function ‘wnoutrefresh’ scripts/kconfig/lxdialog/checklist.c:199: warning: implicit declaration of function ‘doupdate’ scripts/kconfig/lxdialog/checklist.c:202: warning: implicit declaration of function ‘wgetch’ scripts/kconfig/lxdialog/checklist.c:210: error: ‘KEY_UP’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:210: error: ‘KEY_DOWN’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:220: error: ‘FALSE’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:221: warning: implicit declaration of function ‘scrollok’ scripts/kconfig/lxdialog/checklist.c:222: warning: implicit declaration of function ‘wscrl’ scripts/kconfig/lxdialog/checklist.c:232: warning: implicit declaration of function ‘wrefresh’ scripts/kconfig/lxdialog/checklist.c:293: warning: implicit declaration of function ‘delwin’ scripts/kconfig/lxdialog/checklist.c:297: error: ‘KEY_LEFT’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:298: error: ‘KEY_RIGHT’ undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:310: warning: implicit declaration of function ‘on_key_esc’ scripts/kconfig/lxdialog/checklist.c:312: error: ‘KEY_RESIZE’ undeclared (first use in this function) make[1]: *** [scripts/kconfig/lxdialog/checklist.o] Erreur 1 make: *** [menuconfig] Erreur 2

avez vous un site ou il y a de bon tuto!! car je suis 2 site pour essayer de comprendre.

merci avous tous de votre aide