Closed Bug 771956 Opened 12 years ago Closed 12 years ago

webrtc module auto generated makefiles incorrectly generating paths in windows format paths (on windows), causing make to barf

Categories

(Core :: WebRTC, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 773423

People

(Reporter: steve, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0
Build ID: 20120704090211

Steps to reproduce:

grabbed latest mozilla-central source bundle via hg & tried building it on windows 7/64.


Actual results:

set build going on windows. it errored out compiling webrtc module.
inspected the Makefiles in webrtc module & found topsrcdir, srcdir & VPATH were incorrectly configured in the [drive]:/path format causing make to barf.

m-c build error : Makefile:52: ../../../../../../z:dev/mozilla/config/rules.mk: No such file or directory
../../../media/webrtc/trunk/common.mk:58: *** target pattern contains no `%'. Stop.

manually replaced those paths with correct /[drive]/path format & build completed as expected.
so example above - changed to /z/dev/mozilla , etc.


Expected results:

build should have compiled without change.
webrtc module makefile generation should generate paths in the correct format on windows.
Version: 14 Branch → Trunk
Component: Untriaged → WebRTC
Product: Firefox → Core
QA Contact: jsmith
This is a dup of the absolute path bug. Need to find the bug number...
(In reply to Jason Smith [:jsmith] from comment #2)
> This is a dup of the absolute path bug. Need to find the bug number...

Having some trouble finding the dup. What bug number was it?
Please retest with the patch that just landed in inbound (when it gets to m-c).  Thanks
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.