Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7262 - gkrellm-plugins-1.2.11-r1 doesn't build with gcc-3.2
Summary: gkrellm-plugins-1.2.11-r1 doesn't build with gcc-3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-30 05:14 UTC by Peter Ruskin
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Ruskin 2002-08-30 05:14:51 UTC
New 1.4beta installation. 
 
gkrellmlaunch.c:861: warning: assignment makes pointer from integer without a 
cast 
gkrellmlaunch.c:863: `first_create' undeclared (first use in this function) 
gkrellmlaunch.c:865: warning: assignment makes integer from pointer without a 
cast 
gkrellmlaunch.c:865: invalid type argument of `->' 
gkrellmlaunch.c:867: parse error before ')' token 
gkrellmlaunch.c:868: invalid type argument of `->' 
gkrellmlaunch.c:888: warning: assignment makes integer from pointer without a 
cast 
gkrellmlaunch.c:888: invalid type argument of `->' 
gkrellmlaunch.c:890: parse error before ')' token 
gkrellmlaunch.c:891: invalid type argument of `->' 
gkrellmlaunch.c:891: invalid type argument of `->' 
gkrellmlaunch.c:892: invalid type argument of `->' 
gkrellmlaunch.c:896: invalid type argument of `->' 
gkrellmlaunch.c:896: `NULL' undeclared (first use in this function) 
gkrellmlaunch.c:897: invalid type argument of `->' 
gkrellmlaunch.c:904: invalid type argument of `->' 
gkrellmlaunch.c:904: invalid type argument of `->' 
gkrellmlaunch.c:905: invalid type argument of `->' 
gkrellmlaunch.c:906: invalid type argument of `->' 
gkrellmlaunch.c:906: invalid type argument of `->' 
gkrellmlaunch.c:920: warning: assignment makes integer from pointer without a 
cast 
gkrellmlaunch.c:920: invalid type argument of `->' 
gkrellmlaunch.c:922: parse error before ')' token 
gkrellmlaunch.c:923: invalid type argument of `->' 
gkrellmlaunch.c:924: `GtkSignalFunc' undeclared (first use in this function) 
gkrellmlaunch.c:924: parse error before "panel_expose_event" 
gkrellmlaunch.c:855: warning: statement with no effect 
gkrellmlaunch.c:888: warning: value computed is not used 
gkrellmlaunch.c: At top level: 
gkrellmlaunch.c:938: parse error before "plugin_mon" 
gkrellmlaunch.c:938: warning: type defaults to `int' in declaration of 
`plugin_mon' 
gkrellmlaunch.c:940: warning: initialization makes integer from pointer without 
a cast 
gkrellmlaunch.c:941: warning: excess elements in scalar initializer 
gkrellmlaunch.c:941: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:942: warning: excess elements in scalar initializer 
gkrellmlaunch.c:942: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:943: warning: excess elements in scalar initializer 
gkrellmlaunch.c:943: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:944: warning: excess elements in scalar initializer 
gkrellmlaunch.c:944: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:945: warning: excess elements in scalar initializer 
gkrellmlaunch.c:945: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:946: warning: excess elements in scalar initializer 
gkrellmlaunch.c:946: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:947: warning: excess elements in scalar initializer 
gkrellmlaunch.c:947: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:948: warning: excess elements in scalar initializer 
gkrellmlaunch.c:948: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:950: `NULL' undeclared here (not in a function) 
gkrellmlaunch.c:950: warning: excess elements in scalar initializer 
gkrellmlaunch.c:950: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:951: `NULL' undeclared here (not in a function) 
gkrellmlaunch.c:951: warning: excess elements in scalar initializer 
gkrellmlaunch.c:951: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:952: `NULL' undeclared here (not in a function) 
gkrellmlaunch.c:952: warning: excess elements in scalar initializer 
gkrellmlaunch.c:952: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:954: `MON_UPTIME' undeclared here (not in a function) 
gkrellmlaunch.c:954: `MON_INSERT_AFTER' undeclared here (not in a function) 
gkrellmlaunch.c:954: warning: excess elements in scalar initializer 
gkrellmlaunch.c:954: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:956: `NULL' undeclared here (not in a function) 
gkrellmlaunch.c:956: warning: excess elements in scalar initializer 
gkrellmlaunch.c:956: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:958: `NULL' undeclared here (not in a function) 
gkrellmlaunch.c:958: warning: excess elements in scalar initializer 
gkrellmlaunch.c:958: warning: (near initialization for `plugin_mon') 
gkrellmlaunch.c:958: warning: data definition has no type or storage class 
gkrellmlaunch.c:964: parse error before '*' token 
gkrellmlaunch.c:965: warning: return type defaults to `int' 
gkrellmlaunch.c: In function `init_plugin': 
gkrellmlaunch.c:972: warning: implicit declaration of function 
`gkrellm_add_meter_style' 
make: *** [gkrellmlaunch.o] Error 1 
 
!!! ERROR: The ebuild did not complete successfully. 
!!! Function src_compile, Line 1, Exitcode 2 
!!! (no error message) 
 
!!! emerge aborting on  
/usr/portage/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild .
Comment 1 Peter Ruskin 2002-08-30 06:09:55 UTC
Sorry, I just realized I'd installed gkrellm-2.0 - I know the plugins don't 
work with that version.