Issue 2941: compile error on gcc 4.1.2 / gentoo http://code.google.com/p/chromium/issues/detail?id=2941
Comment #2 by honza801: just looking around, and i think, that i found the problem. it looks similar to Issue 1813. i've went through the base/system_monitor.h and added virtual constructor to the PowerObserver class, and whoalaa, it works. (i don't even know if this the correct solution ???) anyway, after doing this the same problems appeared in these files base/system_monitor.h chrome/browser/url_fetcher.h chrome/common/animation.h net/http/http_auth_handler.h net/http/http_auth_handler_basic.h net/http/http_auth_handler_digest.h all of them fixed like the first one and compilation now works. could you please tell me, if the solutions is correct? if so, i can send some patch/es. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
