Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65029 - multi-gnome-terminal-1.6.2-r1 compile fails with gcc-2.95
Summary: multi-gnome-terminal-1.6.2-r1 compile fails with gcc-2.95
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-22 16:26 UTC by Matt Taylor
Modified: 2005-01-17 10:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
zvtterm.patch (zvtterm.patch,366 bytes, patch)
2004-09-22 16:28 UTC, Matt Taylor
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Taylor 2004-09-22 16:26:53 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include						-I../intl					-I../intl					-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0						-I/usr/include/libglade-1.0 -I/usr/include/gnome-xml -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/X11R6/include				-DGNOMESBINDIR=\""/usr/sbin"\"				-DGNOME_TERMINAL_GLADEDIR=\""/usr/share/mgt/glade"\"		-DGNOMELOCALEDIR=\""/usr/share/locale\""  -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include  -march=i686 -O3 -pipe -Wall -Wunused  -c zvtterm.c
zvtterm.c: In function `zvt_term_readdata':
zvtterm.c:4550: parse error before `int'
zvtterm.c:4551: `maxread' undeclared (first use in this function)
zvtterm.c:4551: (Each undeclared identifier is reported only once
zvtterm.c:4551: for each function it appears in.)
make[3]: *** [zvtterm.o] Error 1
make[3]: *** Waiting for unfinished jobs....
multi-gnome-terminal.c: In function `main_terminal_program':
multi-gnome-terminal.c:7752: warning: statement with no effect
multi-gnome-terminal.c:7753: warning: statement with no effect
make[3]: Leaving directory `/mnt/portage/tmp/portage/multi-gnome-terminal-1.6.2-r1/work/multi-gnome-terminal-1.6.2/gnome-terminal'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/portage/tmp/portage/multi-gnome-terminal-1.6.2-r1/work/multi-gnome-terminal-1.6.2/gnome-terminal'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/portage/tmp/portage/multi-gnome-terminal-1.6.2-r1/work/multi-gnome-terminal-1.6.2'
make: *** [all-recursive-am] Error 2

!!! ERROR: x11-terms/multi-gnome-terminal-1.6.2-r1 failed.
!!! Function src_compile, Line 49, Exitcode 2
!!! Compilation failed
Comment 1 Matt Taylor 2004-09-22 16:28:34 UTC
Created attachment 40190 [details, diff]
zvtterm.patch

moves variable definition to top of block
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2004-12-20 03:54:31 UTC
Any chance you can look into this? I doubt any of us are running a gcc-2 profile.
Comment 3 foser (RETIRED) gentoo-dev 2005-01-16 14:09:32 UTC
patch seems ok, added & thnx.
Comment 4 foser (RETIRED) gentoo-dev 2005-01-17 10:13:26 UTC
and closing.