Issue 3092: linux build failure - rev 2825
http://code.google.com/p/chromium/issues/detail?id=3092
New issue report by craig.schlenter:
Build fails using g++ 4.3.0 on fedora core 9:
In file included from
/home/craig/chromium/src/webkit/port/platform/graphics/AffineTransformSkia.cpp:36:
/home/craig/chromium/src/webkit/port/platform/graphics/SkiaUtils.h:17:
error: declaration 'class WebCore::SharedBuffer' does not declare anything
scons: *** [Hammer/webkit/port/platform/graphics/AffineTransformSkia.o]
Error 1
scons: building terminated because of errors.
Including SharedBuffer.h and killing the offending line makes things
compile again. Another option is to do
namespace WebCore {
class SharedBuffer;
}
I have not tested if the windows build is happy with either of these
options.
Attachments:
buildfix.diff 497 bytes
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
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
-~----------~----~----~----~------~----~------~--~---