Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54115 - gnomeradio 1.4 fails to compile with gtk 2.4
Summary: gnomeradio 1.4 fails to compile with gtk 2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 45747
  Show dependency tree
 
Reported: 2004-06-16 13:26 UTC by Alexander Kreuzer
Modified: 2004-08-19 11:29 UTC (History)
0 users

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


Attachments
updated ebuild (gnomeradio-1.4.ebuild,934 bytes, text/plain)
2004-06-16 13:26 UTC, Alexander Kreuzer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kreuzer 2004-06-16 13:26:00 UTC
gnomeradio uses the in gtk 2.4 deprecated gtkcombo widget and defines

-DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED 

so it fails to compile
Comment 1 Alexander Kreuzer 2004-06-16 13:26:46 UTC
Created attachment 33394 [details]
updated ebuild
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-06-16 13:32:37 UTC
just use sed -i
Comment 3 foser (RETIRED) gentoo-dev 2004-08-19 11:29:04 UTC
fixed, although a bit different than you do.

also added a fix for gcc34 compilation.

Thanks for the report.