Closed
Bug 404511
Opened 17 years ago
Closed 17 years ago
Building without SVG fails
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: atzaus, Assigned: jwatt)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007111808 Firefox/3.0b2pre
Build Identifier:
When building without SVG the build stops at
nsFrameFrame.cpp
e:/BuildDir/mozilla/layout/generic/nsFrameFrame.cpp(953) : error C2039: 'svg' : is not a member of 'nsGkAtoms'
e:/BuildDir/mozilla/layout/generic/../../content/base/src\nsGkAtoms.h(49) : see declaration of 'nsGkAtoms'
e:/BuildDir/mozilla/layout/generic/nsFrameFrame.cpp(953) : error C2065: 'svg' : undeclared identifier
Using:
--disable-svg
--disable-canvas
VC++ 2008 RTM
MsSDK 6.1
Reproducible: Always
Assignee | ||
Updated•17 years ago
|
Assignee: roc → jwatt
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•17 years ago
|
||
Bustage fix is checked in.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
nsLineLayout.cpp
e:/BuildDir/mozilla/layout/generic/nsLineLayout.cpp(763) : error C2039: 'svgOuterSVGFrame' : is not a member of 'nsGkAtoms'
e:/BuildDir/mozilla/layout/generic/../../content/base/src\nsGkAtoms.h(49) : see declaration of 'nsGkAtoms'
e:/BuildDir/mozilla/layout/generic/nsLineLayout.cpp(763) : error C2065: 'svgOuterSVGFrame' : undeclared identifier
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•17 years ago
|
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•17 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 4•17 years ago
|
||
The bustage as originally reported was fixed. The other bug covers the other issue.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•