Closed Bug 945588 Opened 11 years ago Closed 11 years ago

SkConfig8888.h:44:20: error: redefinition of 'SkCopyBitmapToConfig8888' when building with 12 unified sources instead of 16

Categories

(Core :: Graphics, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla28

People

(Reporter: glandium, Assigned: ehsan.akhgari)

References

Details

(Whiteboard: [qa-])

Attachments

(1 file)

Open python/mozbuild/mozbuild/backend/recursivemake.py, search for files_per_unification, replace its value (16) with 12.

This is the (one of the multiple) error(s) you can get then:

gfx/skia/src/core/SkConfig8888.h:44:20: error: redefinition of 'SkCopyBitmapToConfig8888'
static inline void SkCopyBitmapToConfig8888(uint32_t* dstPixels,
                   ^
gfx/skia/src/core/SkConfig8888.h:44:20: note: previous definition is here
static inline void SkCopyBitmapToConfig8888(uint32_t* dstPixels,
                   ^
In file included from obj-x86_64-unknown-linux-gnu/gfx/skia/Unified_cpp_gfx_skia2.cpp:83:
In file included from gfx/skia/src/core/SkDevice.cpp:247:
gfx/skia/src/core/SkConfig8888.h:62:20: error: redefinition of 'SkCopyConfig8888ToBitmap'
static inline void SkCopyConfig8888ToBitmap(const SkBitmap& dstBmp,
                   ^
gfx/skia/src/core/SkConfig8888.h:62:20: note: previous definition is here
static inline void SkCopyConfig8888ToBitmap(const SkBitmap& dstBmp,
Blocks: unified
Assignee: nobody → ehsan
Attachment #8341679 - Flags: review?(gwright)
Comment on attachment 8341679 [details] [diff] [review]
Add include guards to SkConfig8888.h

Please add a .patch file to the patches directory
Attachment #8341679 - Flags: review?(gwright) → review+
https://hg.mozilla.org/mozilla-central/rev/d48872b9112c
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: