Closed
Bug 912950
Opened 12 years ago
Closed 8 years ago
Build System broken for Xulrunner 23.0.1 on Windows7 64bit?
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mkl, Unassigned)
Details
Attachments
(1 file)
|
641 bytes,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 (Beta/Release)
Build ID: 20130814063812
Steps to reproduce:
got xulrunner-23.0.1.source.tar.bz2
got latest mozilla-build-tools (1.8.0)
uninstalled visual studio 2008
got visual studio 2012 express
got DirectX-June2010 sdk
made .mozconfig in to of src tree:
started start-msvc11.bat as administrator
cd to top of src tree
issued make -f client.mk
Actual results:
build fails in media/webrtc/trunk/webrtc/modules/video_render/external/video_render_external_impl.cc
with
../../../../../../../media/webrtc/trunk/webrtc/modules/video_render/include\video_render.h(24) : fatal error C1083: Cann
ot open include file: 'webrtc/modules/video_render/include/video_render_defines.h': No such file or directory
make[7]: *** [video_render/external/video_render_external_impl.obj] Error 2
Expected results:
build should have completed, as it did (with the same source) on mac.
btw: pymake did not work at all, therefore used make with the attached .mzconfig
Severity: blocker → normal
Component: XULRunner → Build Config
Product: Toolkit → Core
Did the same on a 32bit Windows7 machine:
Fails the same way.
Comment 2•8 years ago
|
||
Mass close of build system-related xulrunner bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
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
•