Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 70127

Summary: jpilot-0.99.7-r1 compile fails with gcc-2.95
Product: Gentoo Linux Reporter: Matt Taylor <liverbugg>
Component: Current packagesAssignee: Gentoo PDA project <pda>
Status: RESOLVED FIXED    
Severity: normal CC: dragonheart
Priority: High Keywords: Inclusion
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: jpilot-0.99.7-gcc2.patch

Description Matt Taylor 2004-11-04 21:03:13 UTC
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.    -Wall -march=i686 -O3 -pipe  -I/usr/include/libpisock   -I/usr/include/libpisock -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   -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -march=i686 -O3 -pipe  -I/usr/include/libpisock -c address_gui.c
address_gui.c: In function `cb_dialer':
address_gui.c:1433: parse error before `start_iter'
address_gui.c:1437: `text_buffer' undeclared (first use in this function)
address_gui.c:1437: (Each undeclared identifier is reported only once
address_gui.c:1437: for each function it appears in.)
address_gui.c:1438: `start_iter' undeclared (first use in this function)
address_gui.c:1438: `end_iter' undeclared (first use in this function)
make[2]: *** [address_gui.o] Error 1
make[2]: Leaving directory `/mnt/portage/tmp/portage/jpilot-0.99.7-r1/work/jpilot-0.99.7'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/portage/tmp/portage/jpilot-0.99.7-r1/work/jpilot-0.99.7'
make: *** [all] Error 2
Comment 1 Matt Taylor 2004-11-04 21:04:53 UTC
Created attachment 43319 [details, diff]
jpilot-0.99.7-gcc2.patch

fixes compile with gcc-2.95
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-11-04 23:51:23 UTC
gcc-2.95 is unsupported - you will find a lot of progams fail with it now.
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2005-03-12 16:32:29 UTC
Oh well, I added this patch, thanks