Dans le cadre d'un projet je reprend les fichiers source de gimp pour ajouté des fonctionnalités et en modifiés certaines existantes...
Mon probleme est le suivant :
J'ai tout intégré les fichier sources de gimp dans un projet dev-cpp, mais je n'arrive pas a le compilé.
J'ai installer gtk+ runtime présent sous : http://gtk.alkia.org/
et le devpack gtk+ du meme site.
j'ai aussi fait un pkg-conf gtk2.0 --cflags --libs avec succès.
message d'erreur :
In file included from C:/Dev-Cpp/include/glib-2.0/glib/galloca.h:30,
from C:/Dev-Cpp/include/glib-2.0/glib.h:30,
from C:/Dev-Cpp/include/glib-2.0/gobject/gtype.h:26,
from C:/Dev-Cpp/include/glib-2.0/gobject/gboxed.h:26,
from C:/Dev-Cpp/include/glib-2.0/glib-object.h:25,
from ../../../../../Bureau/gimp-2.2.10-i586-setup/gimp-2.2.10/app/app_procs.c:33:
C:/Dev-Cpp/include/glib-2.0/glib/gtypes.h:30:24: glibconfig.h: No such file or directory
In file included from C:/Dev-Cpp/include/glib-2.0/glib/galloca.h:30,
from C:/Dev-Cpp/include/glib-2.0/glib.h:30,
from C:/Dev-Cpp/include/glib-2.0/gobject/gtype.h:26,
from C:/Dev-Cpp/include/glib-2.0/gobject/gboxed.h:26,
from C:/Dev-Cpp/include/glib-2.0/glib-object.h:25,
from ../../../../../Bureau/gimp-2.2.10-i586-setup/gimp-2.2.10/app/app_procs.c:33:
C:/Dev-Cpp/include/glib-2.0/glib/gtypes.h:41: error: expected constructor, destructor, or type conversion before "typedef"
C:/Dev-Cpp/include/glib-2.0/glib/gtypes.h:41: error: expected `,' or `;' before "typedef"
C:/Dev-Cpp/include/glib-2.0/glib/gtypes.h:90: error: expected init-declarator before '*' token
C:/Dev-Cpp/include/glib-2.0/glib/gtypes.h:90: error: expected `,' or `;' before '*' token
etc...
Quelqu'un pourrait-il m'aider svpl ??
Sylvain
Partager