Menu

#10 Crash when compiling

open
nobody
None
5
2007-06-07
2007-06-07
Anonymous
No

I get the next error while executing make:

$ make
make all-recursive
make[1]: Entering directory `/home/sachiel/programs/gfontview-0.5.0'
Making all in po
make[2]: Entering directory `/home/sachiel/programs/gfontview-0.5.0/po'
make[2]: Leaving directory `/home/sachiel/programs/gfontview-0.5.0/po'
Making all in intl
make[2]: Entering directory `/home/sachiel/programs/gfontview-0.5.0/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/sachiel/programs/gfontview-0.5.0/intl'
make[2]: Entering directory `/home/sachiel/programs/gfontview-0.5.0'
c++ -DHAVE_CONFIG_H -I. -I. -I. -DLOCALEDIR=\""/usr/local/share/locale"\" -I/usr/include/freetype -O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -c gfont.C
En el fitxer inclòs dès de gfont.C:45:
gfont.h:161:8: avís: elements superflus al final de la directiva #endif
gfont.C: In function 'int main(int, char**)':
gfont.C:1106: error: using typedef-name 'GdkDragAction' after 'enum'
/usr/include/gtk-1.2/gdk/gdktypes.h:740: error: 'GdkDragAction' has a previous declaration here
make[2]: *** [gfont.o] Error 1
make[2]: Leaving directory `/home/sachiel/programs/gfontview-0.5.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sachiel/programs/gfontview-0.5.0'
make: *** [all-recursive-am] Error 2

I configured it with the '--with-libungif' option. My Distribution is an Archlinux 2007.05. Ask me any additional information if needed.

Discussion


Log in to post a comment.