Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447766 - media-gfx/inkscape-0.48.4 - widgets/desktop-widget.h:242:32: error: stray ‘,’ at end of member declaration GtkWidget *commands_toolbox,;
Summary: media-gfx/inkscape-0.48.4 - widgets/desktop-widget.h:242:32: error: stray ‘,’...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-18 20:26 UTC by octoploid
Modified: 2012-12-19 03:01 UTC (History)
1 user (show)

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 octoploid 2012-12-18 20:26:06 UTC
...
In file included from desktop-events.cpp:41:0:
widgets/desktop-widget.h:242:32: error: stray ‘,’ at end of member declaration
     GtkWidget *commands_toolbox,;
                                ^
make[2]: *** [desktop-events.o] Error 1


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-12-18 20:35:50 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 2 octoploid 2012-12-18 21:20:46 UTC
(In reply to comment #1)
> 1) Please post your `emerge --info' output in a comment.
> 2) Please attach the entire build log to this bug report.

Well, just delete the ',' and things will be fine.
Comment 3 Tim Harder gentoo-dev 2012-12-18 22:04:24 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > 1) Please post your `emerge --info' output in a comment.
> > 2) Please attach the entire build log to this bug report.
> 
> Well, just delete the ',' and things will be fine.

Just get in the habit of posting that info for build failures since we require it.

In this case it would be interesting since newer gcc versions don't fail since the c++ parser was changed to discard commas at the end of member declarations. Therefore, I'm assuming you're using <gcc-4.6, probably the latest stable gcc-4.5.4.

Anyway, upstream already patched this in master so we can pull a patch in until a new release is out, but I'd still like to see the requested info as per comment #1.
Comment 4 Tim Harder gentoo-dev 2012-12-18 22:05:36 UTC
Also btw, if you're the bug reporter you shouldn't need to add yourself to the CC list as well.
Comment 5 Tim Harder gentoo-dev 2012-12-19 03:01:53 UTC
Fixed in CVS.