| Summary: | dev-cpp/libgnomeuimm-2.20.0 doesn't compile with gcc-4.3 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | milan hodoscek <milan> |
| Component: | [OLD] GNOME | Assignee: | GNOME C++ Bindings Maintainers (OBSOLETE) <gnome-mm+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2007.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | compile libgnomeuimm with gcc-4.3 | ||
|
Description
milan hodoscek
2008-01-25 23:11:13 UTC
Please send patches to upstream, copy the bug url here and we'll put them in portage. Thanks for reporting Created attachment 141899 [details, diff]
compile libgnomeuimm with gcc-4.3
OK, I made the patches for this in the attachement. Hope they work as is :-) I am adding the error message so that people can search for it .lo -MD -MP -MF .deps/ui-items-stock.Tpo -c ui-items-stock.cc -fPIC -DPIC -o .libs/ui-items-stock.o mv -f .deps/wrap_init.Tpo .deps/wrap_init.Plo mv -f .deps/init.Tpo .deps/init.Plo mv -f .deps/ui-items-icon.Tpo .deps/ui-items-icon.Plo app-helper.cc: In copy constructor 'Gnome::UI::Items::Info::Info(const Gnome::UI::Items::Info&)': app-helper.cc:83: error: 'memcpy' was not declared in this scope app-helper.cc: In member function 'Gnome::UI::Items::Info& Gnome::UI::Items::Info::operator=(const Gnome::UI::Items::Info&)': app-helper.cc:100: error: 'memcpy' was not declared in this scope make[4]: *** [app-helper.lo] Error 1 I've bumped to 2.20.1 which supposedly has the patches if it's not fixed, please reopen. Thanks for reporting. |