Closed
Bug 1005630
Opened 11 years ago
Closed 11 years ago
Fix Windows bustage. Port bug 999260 and bug 1003812 to SeaMonkey comm-central
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philip.chee, Assigned: ewong)
Details
Attachments
(1 file, 2 obsolete files)
3.02 KB,
patch
|
jcranmer
:
review+
|
Details | Diff | Splinter Review |
References:
TB Changesets:
http://hg.mozilla.org/comm-central/rev/80f0080632dd
http://hg.mozilla.org/comm-central/rev/5b43432cf4cd
Firefox Bugs:
Bug 999260 - Ship both d3dcompiler _43 and _46+ for use by ANGLE
Bug 1003812 - WindowsGamepad.cpp
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Attachment #8417033 -
Flags: review?(Pidgeot18)
(In reply to Edmund Wong (:ewong) from comment #1)
> Created attachment 8417033 [details] [diff] [review]
> Port patch (v1)
Isn't this patch missing:
+ac_add_options --enable-require-all-d3dc-versions
![]() |
Reporter | |
Comment 3•11 years ago
|
||
Regression fixes:
Bug 1005456 - fails to make win32 build .zip package unless all versions of d3c are found
Bug 1005484 - [MSVC10 Build bustage] 'd3dcompiler_47.dll': No such file or directory
![]() |
Reporter | |
Comment 4•11 years ago
|
||
Comment on attachment 8417033 [details] [diff] [review]
Port patch (v1)
> +ifdef MOZ_D3DCOMPILER_VISTA_DLL
Typo. This should be #ifdef
> +@BINPATH@/@MOZ_D3DCOMPILER_VISTA_DLL@
> #endif
> +
Attachment #8417033 -
Flags: review?(Pidgeot18)
![]() |
Reporter | |
Comment 5•11 years ago
|
||
You probably need this bit from Bug 1005456:
> ifdef MOZ_ANGLE_RENDERER
> DEFINES += -DMOZ_ANGLE_RENDERER=$(MOZ_ANGLE_RENDERER)
> +ifdef MOZ_D3DCOMPILER_VISTA_DLL
> DEFINES += -DMOZ_D3DCOMPILER_VISTA_DLL=$(MOZ_D3DCOMPILER_VISTA_DLL)
> +endif
> +ifdef MOZ_D3DCOMPILER_XP_DLL
> DEFINES += -DMOZ_D3DCOMPILER_XP_DLL=$(MOZ_D3DCOMPILER_XP_DLL)
> endif
> +endif
![]() |
Assignee | |
Comment 6•11 years ago
|
||
Attachment #8417033 -
Attachment is obsolete: true
Attachment #8417152 -
Flags: review?(Pidgeot18)
![]() |
Assignee | |
Comment 7•11 years ago
|
||
Attachment #8417152 -
Attachment is obsolete: true
Attachment #8417152 -
Flags: review?(Pidgeot18)
Attachment #8417369 -
Flags: review?(Pidgeot18)
Comment 8•11 years ago
|
||
Comment on attachment 8417369 [details] [diff] [review]
Port patch (v3)
Review of attachment 8417369 [details] [diff] [review]:
-----------------------------------------------------------------
From some channel talk I've overhead, it sounds like we may end up requiring the Windows 8 SDK eventually, so it might be prudent for you to work towards getting the Win8 SDK installed on SM builders.
Attachment #8417369 -
Flags: review?(Pidgeot18) → review+
![]() |
Assignee | |
Comment 9•11 years ago
|
||
(In reply to Joshua Cranmer [:jcranmer] from comment #8)
> Comment on attachment 8417369 [details] [diff] [review]
> Port patch (v3)
>
> Review of attachment 8417369 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> From some channel talk I've overhead, it sounds like we may end up requiring
> the Windows 8 SDK eventually, so it might be prudent for you to work towards
> getting the Win8 SDK installed on SM builders.
Looking at the Windows 8 SDK requirements, I don't think that's possible
with the SM builders as the SDK requires 2012, 2008R2, Win8 and Win7.
Our SM builders use 2003. Will need to upgrade/migrate them to 2008 or 8.
![]() |
Assignee | |
Comment 10•11 years ago
|
||
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/459b1b91a901
![]() |
Assignee | |
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•