-
la compilation GTK
Salut
Quand je compile GTK j'obtiens les erreurs suivantes
In file included from /usr/include/glib-2.0/glib/gbookmarkfile.h:24,
from /usr/include/glib-2.0/glib.h:36,
from /usr/include/gtk-2.0/gdk/gdktypes.h:32,
from /usr/include/gtk-2.0/gdk/gdkcolor.h:31,
from /usr/include/gtk-2.0/gdk/gdkcairo.h:23,
from /usr/include/gtk-2.0/gdk/gdk.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:31,
from table1.c:7:
In file included from table1.c:6:
/usr/include/stdlib.h:140: erreur: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__ctype_get_mb_cur_max’
In file included from table1.c:6:
/usr/include/stdlib.h:455: erreur: expected declaration specifiers or ‘...’ before ‘size_t’
est ce que quelq un peut m expliquer
merci d'avance
-
Là, comme ça, j'dirais qu't'as fait une erreur de syntaxe dans ton fichier table1.c...
-
c'est cette partie que je ne comprend pas
In file included from /usr/include/glib-2.0/glib/gbookmarkfile.h:24,
from /usr/include/glib-2.0/glib.h:36,
from /usr/include/gtk-2.0/gdk/gdktypes.h:32,
from /usr/include/gtk-2.0/gdk/gdkcolor.h:31,
from /usr/include/gtk-2.0/gdk/gdkcairo.h:23,
from /usr/include/gtk-2.0/gdk/gdk.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:31,
-
On dirait l'arbre des dépendances de la fonction qui a buggé...
-
est ce que tes flags de compilation sont bien après la définition des fichiers ?
(pourrais tu donner ta ligne de compile stp)
-