Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109173 - libgnomecanvasmm-2.6.1 and libglademm-2.4.1 fails to compile with libsigc++2.0.15
Summary: libgnomecanvasmm-2.6.1 and libglademm-2.4.1 fails to compile with libsigc++2....
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: GNOME C++ Bindings Maintainers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 11:04 UTC by Federico Ferri (RETIRED)
Modified: 2006-11-24 00:59 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 Federico Ferri (RETIRED) gentoo-dev 2005-10-13 11:04:12 UTC
compilation stops because it can't find some sigc++2.0 (inexistent) header files

In file included from /usr/include/sigc++-2.0/sigc++/signal.h:8,
                 from /usr/include/sigc++-2.0/sigc++/sigc++.h:23,
                 from /usr/include/glibmm-2.4/glibmm/dispatcher.h:24,
                 from /usr/include/glibmm-2.4/glibmm.h:32,
                 from ../../libgnomecanvas/libgnomecanvasmm/canvas.h:6,
                 from canvas.cc:3:
/usr/include/sigc++-2.0/sigc++/signal_base.h:28:34: sigc++/functors/slot.h: No
such file or directory
/usr/include/sigc++-2.0/sigc++/signal_base.h:29:37: sigc++/functors/mem_fun.h:
No such file or directory
[snip: this triggers a lot of errors]

it seems that downgrading from =libsigc++-2.0.15 to =libsigc++-2.0.14 solves the
problem. (the same error happens in dev-cpp/libglademm-2.4.1)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-24 00:59:44 UTC
Please try w/ >=dev-cpp/libgnomecanvasmm-2.12.0 and >=dev-cpp/libglademm-2.6.2, thanks.