Closed
Bug 713169
Opened 14 years ago
Closed 14 years ago
gfx/skia/src/core/SkAdvancedTypefaceMetrics.cpp:163: error: explicit instantiation of non-template 'SkAdvancedTypefaceMetrics::AdvanceMetric<short int>* skia_advanced_typeface_metrics_utils::getAdvanceData'
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: cjones, Assigned: cjones)
References
Details
(Whiteboard: [inbound])
Attachments
(1 file)
|
869 bytes,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
When building for gonk.
| Assignee | ||
Comment 1•14 years ago
|
||
OS_TARGET=Android for both gonk and android.
Assignee: nobody → jones.chris.g
Attachment #583995 -
Flags: review?(khuey)
Attachment #583995 -
Flags: review?(khuey) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: [inbound]
| Assignee | ||
Comment 3•14 years ago
|
||
I came across
https://github.com/cgjones/mozilla-central/commit/2466377
in our b2g downstream fork, which doesn't seem to be tracked by a bugzilla bug. That patch enables building skia for gonk, AFAICT. I don't think we want to do that; skia is one of the libraries that oems/chipset folks customize, so I think we'll want to use the skia from alternate repos.
That patch conflicts with this one here, which simply disables skia for gonk. When this bug gets ready to merge into b2g downstream, I'm going to revert the previous commit, and we can carry on the "whither skia?" in another forum.
Comment 4•14 years ago
|
||
> I'm going to revert the previous commit, and we can carry on the "whither skia?" in
> another forum.
sgtm. I think mwu and I didn't really know what was going on here; we just wanted to make it compile. :)
| Assignee | ||
Comment 5•14 years ago
|
||
No worries! Thanks for fixing the build :).
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•