Closed
Bug 585628
Opened 14 years ago
Closed 14 years ago
Shared builds broken building xpcshell by bug 579178 - manifest enumeration changes
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla2.0b4
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
(deleted),
patch
|
benjamin
:
review+
benjamin
:
approval2.0+
|
Details | Diff | Splinter Review |
Bug 579178 broke shared builds:
link -NOLOGO -OUT:xpcshell.exe -PDB:xpcshell.pdb -NXCOMPAT -DYNAMICBASE -SAFESEH -DEBUG -DEBUGTYPE:CV xpcshell.obj ./module.res ../../../../dist/lib/xpcomglue_s.lib e:/buildbot/comm-central-trunk-bloat-win32/build/objdir-tb/mozilla/dist/lib/xpcom.lib e:/buildbot/comm-central-trunk-bloat-win32/build/objdir-tb/mozilla/dist/lib/xul.lib e:/buildbot/comm-central-trunk-bloat-win32/build/objdir-tb/mozilla/dist/lib/mozalloc.lib e:/buildbot/comm-central-trunk-bloat-win32/build/objdir-tb/mozilla/dist/lib/mozjs.lib e:/buildbot/comm-central-trunk-bloat-win32/build/objdir-tb/mozilla/dist/lib/nspr4.lib e:/buildbot/comm-central-trunk-bloat-win32/build/objdir-tb/mozilla/dist/lib/plc4.lib e:/buildbot/comm-central-trunk-bloat-win32/build/objdir-tb/mozilla/dist/lib/plds4.lib kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib
xpcshell.obj : error LNK2019: unresolved external symbol __imp__XRE_AddManifestLocation referenced in function _main
NEXT ERROR xpcshell.exe : fatal error LNK1120: 1 unresolved externals
Possible fix attached, I'm currently building this, though I am told it has compiled on windows.
Comment 1•14 years ago
|
||
This patch lets me build Thunderbird and run xpcshell tests on OS X 10.6, fwiw.
Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 464067 [details] [diff] [review]
Possible fix
This should fix the bustage for shared builds.
Attachment #464067 -
Flags: review?(benjamin)
Attachment #464067 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #464067 -
Flags: review?(benjamin)
Attachment #464067 -
Flags: review+
Attachment #464067 -
Flags: approval2.0?
Attachment #464067 -
Flags: approval2.0+
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b4
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•