Mozilla firefox build fails with 'does not match the static pattern 'c:/C'' -


i've followed simple firefox build instructions, following error occured:

gabor@amanda /c/dev/mozilla-central $ ./mach build  0:00.36 c:/mozilla-build/msys/bin/sh.exe -c c:/mozilla-build/python/python.exe c:/dev/mozilla-central/build/pymake/make.py -f client.mk -s  0:03.79 adding client.mk options c:/dev/mozilla-central/.mozconfig:  0:03.79     moz_objdir=$(topsrcdir)/obj-ff  0:03.79     found_mozconfig := c:/dev/mozilla-central/.mozconfig  0:04.83 c:\dev\mozilla-central\obj-ff\backend.recursivemakebackend.pp:1:0:targe t 'backend.recursivemakebackend' not match static pattern 'c:/c'  0:04.83 c:\dev\mozilla-central\client.mk:398:0: command 'c:/mozilla-build/pytho n/python.exe c:/dev/mozilla-central/build/pymake/pymake/../make.py -j4 -c c:/dev /mozilla-central/obj-ff' failed, return code 2  0:04.83 c:\dev\mozilla-central\client.mk:185:0: command 'c:/mozilla-build/pytho n/python.exe c:/dev/mozilla-central/build/pymake/pymake/../make.py -f c:/dev/moz illa-central/client.mk realbuild' failed, return code 2  0:04.95 0 compiler warnings present. 2 

anyone knows can problem?

mozconfig contains this: mk_add_options moz_objdir=@topsrcdir@/obj-ff


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -