I'v started to study 'How to Modify Firefox Brawser'since last month.

With nightly version , It was successful to build.
But after update to revision f4800de50e03 as follows.

    hg clone http://hg.mozilla.org/mozilla-central/
    hg update f4800de50e03 

BUt at this case, mach command was not activated because mach pakage was also 
removed during update.

 So I don't use hg command but download a zip file of f4800de50e03 revision and 
paste it to 'mozilla-central' directory.

 after that mach command works.

But several after minutes, I saw error messages  as follows.

=======================================================================

aesopc@aesopc-Pad /d/mozilla-firefox
$ ./mach clobber

aesopc@aesopc-Pad /d/mozilla-firefox
$ ./mach build
 0:03.39 c:\mozilla-build\mozmake\mozmake.EXE -f client.mk -s
 0:05.66 Adding client.mk options from d:/mozilla-firefox/.mozconfig:
 0:05.67     MOZ_OBJDIR=$(TOPSRCDIR)/obj-ff
 0:08.78 cd d:/mozilla-firefox/obj-ff
 0:08.85 d:/mozilla-firefox/configure
 0:14.63 creating cache ./config.cache
 0:18.28 checking host system type... i686-pc-mingw32
 0:19.70 checking target system type... i686-pc-mingw32
 0:21.10 checking build system type... i686-pc-mingw32
 0:21.22 checking for mawk... no
 0:21.27 checking for gawk... gawk
 0:21.55 checking for python2.7... /c/mozilla-build/python/python2.7
 0:21.81 Creating Python environment
 0:24.35 New python executable in d:/mozilla-firefox/obj-ff/_virtualenv\Scripts\
python2.7.exe
 0:24.35 Also creating executable in d:/mozilla-firefox/obj-ff/_virtualenv\Scrip
ts\python.exe
 0:35.98 Installing setuptools, pip...done.
 0:38.35 running build_ext
 0:38.36
 0:38.36 copying build\lib.win32-2.7\psutil\_psutil_windows.pyd -> psutil
 0:38.36
 0:38.36 error: could not delete 'psutil\_psutil_windows.pyd':
 0:38.36
 0:38.36
 0:38.36 Error processing command. Ignoring because optional. (optional:setup.py
:python/psutil:build_ext:--inplace)
 0:39.32 checking Python environment is Mozilla virtualenv... yes
 0:39.92 checking for perl5... no
 0:39.97 checking for perl... /usr/bin/perl
 0:40.94 checking for gcc... cl
 0:41.62 checking whether the C compiler (cl  ) works... yes
 0:41.62 checking whether the C compiler (cl  ) is a cross-compiler... no
 0:42.03 checking whether we are using GNU C... no
 0:42.40 checking whether cl accepts -g... no
 0:44.52 checking for c++... cl
 0:45.24 checking whether the C++ compiler (cl  ) works... yes
 0:45.24 checking whether the C++ compiler (cl  ) is a cross-compiler... no
 0:45.67 checking whether we are using GNU C++... no
 0:46.07 checking whether cl accepts -g... no
 0:46.17 checking for ranlib... :
 0:46.23 checking for ml... /c/Program Files (x86)/Microsoft Visual Studio 12.0/
VC/BIN/amd64_x86/ml


.....



 2:16.66 nsprpub> configuring
 2:16.69 nsprpub> running C:/mozilla-build/msys/bin/sh d:/mozilla-firefox/nsprpu
b/configure --build=i686-pc-mingw32 --with-dist-prefix=d:/mozilla-firefox/obj-ff
/dist --with-mozilla --disable-debug --enable-optimize AS=ml.exe CC= CXX= CPP=cl
 -E -nologo LD=link AR=lib RANLIB=echo not_ranlib STRIP=echo not_strip --cache-f
ile=d:/mozilla-firefox/obj-ff/nsprpub/config.cache
 2:21.07 js\src> configuring
 2:21.07 js\src> running C:/mozilla-build/msys/bin/sh d:/mozilla-firefox/js/src/
configure --enable-threadsafe --enable-ctypes --disable-shared-js --with-nspr-cf
lags=-Id:/mozilla-firefox/obj-ff/dist/include/nspr --with-nspr-libs=d:/mozilla-f
irefox/obj-ff/dist/lib/nspr4.lib d:/mozilla-firefox/obj-ff/dist/lib/plc4.lib d:/
mozilla-firefox/obj-ff/dist/lib/plds4.lib  --prefix=d:/mozilla-firefox/obj-ff/di
st --enable-jemalloc --cache-file=d:/mozilla-firefox/obj-ff/js/src/config.cache
 2:21.07 nsprpub> configure: warning: AS=ml.exe: invalid host type
 2:21.08 nsprpub> configure: warning: CC=: invalid host type
 2:21.08 nsprpub> configure: error: can only configure for one host and one targ
et at a time
 2:21.08
 8:31.21 *** Fix above errors and then restart with               "c:/mozilla-bu
ild/mozmake/mozmake.EXE -f client.mk build"
 8:31.25 d:/mozilla-firefox/client.mk:317: recipe for target 'configure' failed
 8:31.25 mozmake.EXE[1]: *** [configure] Error 1
 8:31.26 client.mk:326: recipe for target 'd:/mozilla-firefox/obj-ff/Makefile' f
ailed
 8:31.26 mozmake.EXE: *** [d:/mozilla-firefox/obj-ff/Makefile] Error 2
 8:31.31 0 compiler warnings present.
2

aesopc@aesopc-Pad /d/mozilla-firefox
$

=================================================================================

What can I do?

Thanks.
_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to