After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 149684 - Error compiling gnome-terminal 2.6.1
Error compiling gnome-terminal 2.6.1
Status: RESOLVED DUPLICATE of bug 141221
Product: gnome-terminal
Classification: Core
Component: general
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
: 149688 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-08-09 01:21 UTC by Robin Cook
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robin Cook 2004-08-09 01:21:41 UTC
make[4]: Entering directory `/usr/src/gnome-terminal-2.6.1/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DORBIT2=1 -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/startup-notification-1.0   
       -DTERM_LOCALEDIR=\"/usr/share/locale\"
-DEXECUTABLE_NAME=\"gnome-terminal\"    
-DTERM_GLADE_DIR=\"/usr/share/gnome-terminal/glade\"   
-DTERM_GLADE_FILE=\"gnome-terminal.glade2\"
-DTERM_DATADIR=\"/usr/share\"   -DTERM_LIBDIR=\"/usr/lib\"     
-DTERM_PREFIX=\"/usr\"  -DTERM_SYSCONFDIR=\"/etc\"     
-DTERM_PKGDATADIR=\"/usr/share/gnome-terminal\"         -DGDK_DISABLE_DEPRECATED
-DG_DISABLE_DEPRECATED         -DGNOME_DISABLE_DEPRECATED     
-DSN_API_NOT_YET_FROZEN    -I/usr/X11R6/include -DORBIT2=1 -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/startup-notification-1.0  
-O -march=athlon-mp -mmmx -mfpmath=sse -msse -m3dnow -pipe -O3 -Wall -c
eggcellrendererkeys.c
eggcellrendererkeys.c:588: error: conflicting types for
'egg_cell_renderer_keys_set_accelerator'
eggcellrendererkeys.h:73: error: previous declaration of
'egg_cell_renderer_keys_set_accelerator' was here
eggcellrendererkeys.c:588: error: conflicting types for
'egg_cell_renderer_keys_set_accelerator'
eggcellrendererkeys.h:73: error: previous declaration of
'egg_cell_renderer_keys_set_accelerator' was here
eggcellrendererkeys.c:630: error: conflicting types for
'egg_cell_renderer_keys_get_accelerator'
eggcellrendererkeys.h:76: error: previous declaration of
'egg_cell_renderer_keys_get_accelerator' was here
eggcellrendererkeys.c:630: error: conflicting types for
'egg_cell_renderer_keys_get_accelerator'
eggcellrendererkeys.h:76: error: previous declaration of
'egg_cell_renderer_keys_get_accelerator' was here
make[4]: *** [eggcellrendererkeys.o] Error 1
make[4]: Leaving directory `/usr/src/gnome-terminal-2.6.1/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/gnome-terminal-2.6.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnome-terminal-2.6.1'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/src/gnome-terminal-2.6.1'
Comment 1 Kjartan Maraas 2004-08-09 05:08:35 UTC
*** Bug 149688 has been marked as a duplicate of this bug. ***
Comment 2 Kjartan Maraas 2004-09-04 16:46:45 UTC
Does this go away if you relax your gcc flags? Please try using -O2 -g and drop
all the fancy stuff :-)
Comment 3 Mariano Suárez-Alvarez 2004-10-31 07:14:52 UTC

*** This bug has been marked as a duplicate of 141221 ***