Closed
Bug 565972
Opened 15 years ago
Closed 15 years ago
We should not make build/win32 for Windows 64 bit builds
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 561740
People
(Reporter: armenzg, Unassigned)
References
Details
I was able to build a Windows 64 bit build only after commenting out the code that calls build/win32 into the build process.
ted what should the if statement look like instead of the following?
> ifeq (WINNT,$(OS_ARCH))
> DIRS = win32
> endif
something similar to?
http://mxr.mozilla.org/mozilla-central/source/gfx/qcms/Makefile.in
line 19 -- ifeq ($(OS_ARCH)_$(OS_TEST),WINNT_x86_64)
Here is code at guilt:
http://hg.mozilla.org/mozilla-central/file/tip/build/Makefile.in#l52
Here is the log for reference:
https://bugzilla.mozilla.org/attachment.cgi?id=445363
and one of the errors:
c:/Users/Administrator/armenzg/mozilla-central/build/win32/vmwarerecordinghelper/vmwarerecordinghelper.cpp(66)
: error C2143: syntax error : missing ';' before '}'
Reporter | ||
Updated•15 years ago
|
Blocks: support-win64
Comment 1•15 years ago
|
||
Dupe of bug 561740? The problem isn't build/win32, it's vmwarerecordinghelper in it. That bug has a r+ed patch too (but doesn't seem to have been checked in yet).
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
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
•