Closed
Bug 301723
Opened 20 years ago
Closed 20 years ago
vc6 can't compile cairo
Categories
(Core Graveyard :: GFX, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta4
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file, 1 obsolete file)
5.08 KB,
patch
|
tor
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
c:/builds/debug-vc6-nopsdk/gfx/cairo/cairo/src/../../../../../../mozilla/gfx/cairo/cairo/src/cairo-win32-surface.c(635)
: error C2065: 'AC_SRC_ALPHA' : nichtdeklarierter Bezeichner
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Comment 2•20 years ago
|
||
this is not an issue for similar defines in nsImageWin.h because AC_SRC_ALPHA is
unused there:
/gfx/src/windows/nsImageWin.cpp, line 628 -- blendFunction.AlphaFormat = 1; //
AC_SRC_ALPHA
/gfx/src/windows/nsImageWin.h, line 52 -- #define AC_SRC_ALPHA 0x01
Assignee | ||
Comment 3•20 years ago
|
||
also fixes bug 299686
Assignee: general → cbiesinger
Attachment #190133 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #190136 -
Flags: review?(tor)
Assignee | ||
Updated•20 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.8beta4
Attachment #190136 -
Flags: review?(tor) → review+
Assignee | ||
Comment 4•20 years ago
|
||
Comment on attachment 190136 [details] [diff] [review]
patch v2
allows compiling cairo on vc6 without installing a platform sdk. very low risk.
Attachment #190136 -
Flags: approval1.8b4?
Updated•20 years ago
|
Attachment #190136 -
Flags: approval1.8b4? → approval1.8b4+
Assignee | ||
Comment 5•20 years ago
|
||
Checking in gfx/cairo/alphablend.diff;
/cvsroot/mozilla/gfx/cairo/alphablend.diff,v <-- alphablend.diff
new revision: 1.3; previous revision: 1.2
done
Checking in gfx/cairo/cairo/src/cairo-win32-surface.c;
/cvsroot/mozilla/gfx/cairo/cairo/src/cairo-win32-surface.c,v <--
cairo-win32-surface.c
new revision: 1.2; previous revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•