Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53693 - gimageview fails to compile with gcc 3.4
Summary: gimageview fails to compile with gcc 3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-11 22:51 UTC by Bret Towe
Modified: 2004-06-29 06:08 UTC (History)
0 users

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


Attachments
gimv-gcc34.patch (gimv-gcc34.patch,851 bytes, patch)
2004-06-11 22:51 UTC, Bret Towe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bret Towe 2004-06-11 22:51:09 UTC
when trying to compile it goes thru a fair amount and fails on

gimv_thumb_win.c:1218:2: warning: #warning should be implemented as customizable launcher.
gimv_thumb_win.c:2439: error: conflicting types for 'cb_move_tab'
gimv_thumb_win.c:206: error: previous declaration of 'cb_move_tab' was here
gimv_thumb_win.c:2439: error: conflicting types for 'cb_move_tab'
gimv_thumb_win.c:206: error: previous declaration of 'cb_move_tab' was here
gimv_thumb_win.c:206: warning: 'cb_move_tab' used but never defined
gimv_thumb_win.c:2439: warning: 'cb_move_tab' defined but not used
make[3]: *** [gimv_thumb_win.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/gimageview-0.2.25/work/gimageview-0.2.25/src'

patch will be attached simple fix for it
a conditional check for gcc 3.4 i dont think will be needed
looks like a simple bug thats been there (gcc 3.3 ignores it seems)
but gcc 3.4 not stops on it the error
Comment 1 Bret Towe 2004-06-11 22:51:48 UTC
Created attachment 33117 [details, diff]
gimv-gcc34.patch

patch to allow compile with gcc 3.4
Comment 2 Disenchanted (RETIRED) gentoo-dev 2004-06-29 06:08:23 UTC
Patch added, give it some time, then sync and emerge gimageview.

Thanks for the patch.