Forum Linux.débutant probleme de make

Posté par  .
Étiquettes : aucune
0
3
oct.
2006
bonjour a tous

j'essaye d'installer kinoplus (effet speciaux supplementaire pour kino)

losrque je fait ./configure tous ce passe bien

par contre lors du make j'ai des erreur que je ne suis pas en mesure d'analyser

voici le make au complet

[root@localhost kinoplus-0.3.5]# make
make all-recursive
make[1]: entrant dans le répertoire « /home/ratatouille/Desktop/ki/kinoplus-0.3.5 »
Making all in src
make[2]: entrant dans le répertoire « /home/ratatouille/Desktop/ki/kinoplus-0.3.5/src »
if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local//locale"\" -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libxml2 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/kino -I/usr/include/libxml2 -D_REENTRANT -pthread -g -O2 -MT book.lo -MD -MP -MF ".deps/book.Tpo" -c -o book.lo book.cc; \
then mv -f ".deps/book.Tpo" ".deps/book.Plo"; else rm -f ".deps/book.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\"/usr/local/share\" -DPACKAGE_LOCALE_DIR=\"/usr/local//locale\" -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libxml2 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/kino -I/usr/include/libxml2 -D_REENTRANT -pthread -g -O2 -MT book.lo -MD -MP -MF .deps/book.Tpo -c book.cc -fPIC -DPIC -o .libs/book.o
book.cc:9:24: error: kino_extra.h: Aucun fichier ou répertoire de ce type
book.cc:10:26: error: image_create.h: Aucun fichier ou répertoire de ce type
book.cc:11:31: error: image_transitions.h: Aucun fichier ou répertoire de ce type
book.cc:12:27: error: image_filters.h: Aucun fichier ou répertoire de ce type
book.cc:13:27: error: audio_filters.h: Aucun fichier ou répertoire de ce type
book.cc:49: error: expected class-name before '{' token
book.cc:142: error: expected class-name before '{' token
book.cc:194: error: expected class-name before ',' token
book.cc:550: error: expected class-name before ',' token
book.cc:647: error: expected class-name before ',' token
book.cc:746: error: expected class-name before '{' token
book.cc:781: error: expected class-name before ',' token
book.cc:783: error: expected class-name before '{' token
book.cc: In member function 'void LineDraw::Refresh(double)':
book.cc:970: error: 'SelectedFrames' was not declared in this scope
book.cc:970: error: 'selected' was not declared in this scope
book.cc:970: error: 'GetSelectedFramesForFX' was not declared in this scope
book.cc: At global scope:
book.cc:1192: error: expected class-name before ',' token
book.cc:1194: error: expected class-name before ',' token
book.cc: In member function 'void Tweenies::Refresh(TweenieEntry*)':
book.cc:1368: error: 'SelectedFrames' was not declared in this scope
book.cc:1368: error: 'selected' was not declared in this scope
book.cc:1368: error: 'GetSelectedFramesForFX' was not declared in this scope
book.cc: In member function 'void Tweenies::Refresh(bool)':
book.cc:1406: error: 'SelectedFrames' was not declared in this scope
book.cc:1406: error: 'selected' was not declared in this scope
book.cc:1406: error: 'GetSelectedFramesForFX' was not declared in this scope
book.cc: At global scope:
book.cc:1831: error: expected class-name before ',' token
book.cc:1833: error: expected class-name before '{' token
book.cc: In member function 'void PanZoom::Refresh(PanZoomEntry*)':
book.cc:1958: error: 'SelectedFrames' was not declared in this scope
book.cc:1958: error: 'selected' was not declared in this scope
book.cc:1958: error: 'GetSelectedFramesForFX' was not declared in this scope
book.cc: At global scope:
book.cc:2076: error: expected class-name before ',' token
book.cc:2078: error: expected class-name before '{' token
book.cc: In member function 'void ColourAverage::Refresh(double)':
book.cc:2162: error: 'SelectedFrames' was not declared in this scope
book.cc:2162: error: 'selected' was not declared in this scope
book.cc:2162: error: 'GetSelectedFramesForFX' was not declared in this scope
book.cc: At global scope:
book.cc:2202: error: expected class-name before ',' token
book.cc:2204: error: expected class-name before '{' token
book.cc: In member function 'void Gamma::Refresh(double)':
book.cc:2302: error: 'SelectedFrames' was not declared in this scope
book.cc:2302: error: 'selected' was not declared in this scope
book.cc:2302: error: 'GetSelectedFramesForFX' was not declared in this scope
book.cc: At global scope:
book.cc:2443: error: expected class-name before '{' token
book.cc:2526: error: expected class-name before '{' token
book.cc:2584: error: expected class-name before ',' token
book.cc:2901: error: expected class-name before '{' token
book.cc:2980: error: expected constructor, destructor, or type conversion before '*' token
book.cc:2992: error: expected constructor, destructor, or type conversion before '*' token
book.cc:3020: error: expected constructor, destructor, or type conversion before '*' token
book.cc:3032: error: expected constructor, destructor, or type conversion before '*' token
make[2]: *** [book.lo] Erreur 1
make[2]: quittant le répertoire « /home/xxxxxx/Desktop/ki/kinoplus-0.3.5/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/xxxxxx/Desktop/ki/kinoplus-0.3.5 »


si quelqun a une piste je suis preneur

merci
  • # problème de make

    Posté par  (site web personnel) . Évalué à 5.

    Si t'as un problème avec ton make, va voir sur http://aufeminin.com
    • [^] # Re: problème de make

      Posté par  . Évalué à 1.

      jolie :-)
      • [^] # Re: problème de make

        Posté par  . Évalué à 2.

        book.cc:9:24: error: kino_extra.h: Aucun fichier ou répertoire de ce type

        s'il ne trouve pas ces fichiers de configuration, peut-être devrais tu temporairement les ajouter à ton $PATH, ou corriger les fichiers du main pour les inclure explicitement

        Only wimps use tape backup: real men just upload their important stuff on megaupload, and let the rest of the world ~~mirror~~ link to it

  • # Fichiers maquants

    Posté par  . Évalué à 1.

    Comme indiqué dans ces quelques lignes :
    book.cc:9:24: error: kino_extra.h: Aucun fichier ou répertoire de ce type

    book.cc:10:26: error: image_create.h: Aucun fichier ou répertoire de ce type

    book.cc:11:31: error: image_transitions.h: Aucun fichier ou répertoire de ce type

    book.cc:12:27: error: image_filters.h: Aucun fichier ou répertoire de ce type

    book.cc:13:27: error: audio_filters.h: Aucun fichier ou répertoire de ce type

    Il te manque des fichiers.

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.