Skip to content

Instantly share code, notes, and snippets.

@Endle
Created November 7, 2014 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Endle/97b96d61f5828dd42af2 to your computer and use it in GitHub Desktop.
Save Endle/97b96d61f5828dd42af2 to your computer and use it in GitHub Desktop.
Gist by paste.py @ 2014-11-07 19:06:59.784755
make_package: Building xulrunner...
mozconfig is unchanged
make -f /home/lizhenbo/src/gecko/client.mk realbuild CREATE_MOZCONFIG_JSON=
Adding client.mk options from /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/mozconfig:
CONFIG_GUESS=i686-w64-mingw32
AUTOCLOBBER=1
MOZ_OBJDIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86
OBJDIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86
FOUND_MOZCONFIG=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/mozconfig
make[1]: Entering directory `/home/lizhenbo/src/gecko'
Generating /home/lizhenbo/src/gecko/configure using autoconf
cd /home/lizhenbo/src/gecko; /usr/bin/autoconf-2.13
Generating /home/lizhenbo/src/gecko/js/src/configure using autoconf
cd /home/lizhenbo/src/gecko/js/src; /usr/bin/autoconf-2.13
make[2]: Entering directory `/home/lizhenbo/src/gecko'
cp /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/mozconfig /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/.mozconfig
cd /home/lizhenbo/src/wine_gecko-2.34-beta2-x86
/home/lizhenbo/src/gecko/configure
Adding configure options from /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/mozconfig
--target=i686-w64-mingw32
--disable-debug
--enable-optimize
--enable-application=xulrunner
--enable-default-toolkit=cairo-windows
--disable-accessibility
--disable-tests
--disable-updater
--disable-necko-wifi
--disable-crashreporter
--disable-webgl
--disable-webrtc
--without-intl-api
--disable-sandbox
loading cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... i686-w64-mingw32
checking build system type... x86_64-unknown-linux-gnu
checking for gawk... (cached) gawk
checking for python2.7... (cached) /usr/bin/python2.7
Creating Python environment
checking Python environment is Mozilla virtualenv... yes
checking for perl5... (cached) /usr/bin/perl
cross compiling from x86_64-unknown-linux-gnu to i686-w64-mingw32
checking for host c compiler... checking for cc... (cached) cc
cc
checking for host c++ compiler... checking for c++... (cached) c++
c++
checking for ranlib... no
checking for ar... no
checking whether the host c compiler (cc ) works... yes
checking whether the host c++ compiler (c++ ) works... yes
checking for i686-w64-mingw32-gcc... (cached) i686-w64-mingw32-gcc
checking for gcc... i686-w64-mingw32-gcc
checking whether the C compiler (i686-w64-mingw32-gcc -DWINE_GECKO_SRC ) works... yes
checking whether the C compiler (i686-w64-mingw32-gcc -DWINE_GECKO_SRC ) is a cross-compiler... yes
checking whether we are using GNU C... (cached) yes
checking whether i686-w64-mingw32-gcc accepts -g... (cached) yes
checking for i686-w64-mingw32-g++... (cached) i686-w64-mingw32-g++
checking for c++... i686-w64-mingw32-g++
checking whether the C++ compiler (i686-w64-mingw32-g++ -DWINE_GECKO_SRC ) works... yes
checking whether the C++ compiler (i686-w64-mingw32-g++ -DWINE_GECKO_SRC ) is a cross-compiler... yes
checking whether we are using GNU C++... (cached) yes
checking whether i686-w64-mingw32-g++ accepts -g... (cached) yes
checking for i686-w64-mingw32-ranlib... (cached) i686-w64-mingw32-ranlib
checking for i686-w64-mingw32-ar... (cached) i686-w64-mingw32-ar
checking for i686-w64-mingw32-as... (cached) /usr/bin/i686-w64-mingw32-as
checking for i686-w64-mingw32-ld... (cached) i686-w64-mingw32-ld
checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip
checking for i686-w64-mingw32-windres... (cached) i686-w64-mingw32-windres
checking for w32api version >= 3.14... yes
checking for windres version >= 2.14.90... (Linux/GNU
/home/lizhenbo/src/gecko/configure: line 4607: test: (Linux/GNU: integer expression expected
checking for i686-w64-mingw32-widl... no
checking for widl... no
checking for Windows SDK being recent enough... yes
checking how to run the C preprocessor... (cached) i686-w64-mingw32-gcc -E
checking how to run the C++ preprocessor... (cached) i686-w64-mingw32-g++ -E
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking for minimum required perl version >= 5.006... 5.018004
checking for full perl installation... yes
checking for doxygen... (cached) /usr/bin/doxygen
checking for autoconf... (cached) /usr/bin/autoconf
checking for unzip... (cached) /usr/bin/unzip
checking for zip... (cached) /usr/bin/zip
checking for xargs... (cached) /usr/bin/xargs
checking for rpmbuild... (cached) /usr/bin/rpmbuild
checking for make... (cached) /usr/bin/make
checking for X... (cached) libraries /usr/lib64, headers /usr/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) no
checking for gethostbyname in -lnsl... (cached) no
checking for connect... (cached) no
checking for connect in -lsocket... (cached) no
checking for remove... (cached) no
checking for shmat... (cached) no
checking for shmat in -lipc... (cached) no
checking for IceConnectionNumber in -lICE... (cached) no
checking that static assertion macros used in autoconf tests work... (cached) yes
checking for --noexecstack option to as... no
checking for -z noexecstack option to ld... no
checking for -z text option to ld... no
checking for --build-id option to ld... no
checking for --ignore-unresolved-symbol option to ld... yes
checking if toolchain supports -mssse3 option... yes
checking if toolchain supports -msse4.1 option... yes
checking for x86 AVX2 asm support in compiler... yes
checking whether the C compiler supports -Werror=return-type... yes
checking whether the C compiler supports -Werror=int-to-pointer-cast... yes
checking whether the C compiler supports -Wtype-limits... yes
checking whether the C compiler supports -Wempty-body... yes
checking whether the C compiler supports -Wsign-compare... yes
checking whether the C++ compiler supports -Werror=return-type... yes
checking whether the C++ compiler supports -Werror=int-to-pointer-cast... yes
checking whether the C++ compiler supports -Werror=type-limits... yes
checking whether the C++ compiler supports -Wempty-body... yes
checking whether the C++ compiler supports -Wsign-compare... yes
checking whether the C++ compiler supports -Wno-invalid-offsetof... yes
checking whether the C++ compiler supports -Wno-inline-new-delete... no
checking whether ld has archive extraction flags... (cached) yes
checking for 64-bit OS... no
checking for custom <inttypes.h> implementation... none specified
checking whether the C compiler supports -Wno-format... yes
checking whether the C++ compiler supports -Wno-format... yes
checking whether the C++ compiler (i686-w64-mingw32-g++ -mwindows -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -static-libgcc -static-libstdc++ -Wl,--enable-stdcall-fixup -Wl,--large-address-aware) actually is a C++ compiler... yes
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for gcc c++0x headers bug without rtti... (cached) no
checking for host gcc c++0x headers bug without rtti... (cached) no
checking for gcc PR49911... no
checking for gcc pr39608... no
checking for __force_align_arg_pointer__ attribute... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for sys/byteorder.h... (cached) no
checking for compat.h... (cached) no
checking for getopt.h... (cached) yes
checking for sys/bitypes.h... (cached) no
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking for gnu/libc-version.h... (cached) no
checking for nl_types.h... (cached) no
checking for malloc.h... (cached) yes
checking for X11/XKBlib.h... (cached) no
checking for io.h... (cached) yes
checking for cpuid.h... (cached) yes
checking for sys/statvfs.h... (cached) no
checking for sys/statfs.h... (cached) no
checking for sys/vfs.h... (cached) no
checking for sys/mount.h... (cached) no
checking for sys/quota.h... (cached) no
checking for sys/sysmacros.h... (cached) no
checking for linux/quota.h... (cached) no
checking for linux/if_addr.h... (cached) no
checking for linux/rtnetlink.h... (cached) no
checking for sys/types.h... (cached) yes
checking for netinet/in.h... (cached) no
checking for byteswap.h... (cached) no
checking for sockaddr_in.sin_len... (cached) false
checking for sockaddr_in6.sin6_len... (cached) false
checking for sockaddr.sa_len... (cached) false
checking for sys/cdefs.h... (cached) yes
checking for linux/perf_event.h... (cached) no
checking for gethostbyname_r in -lc_r... (cached) no
checking for library containing dlopen... (cached) no
checking for dladdr... (cached) no
checking for memmem... (cached) no
checking for socket in -lsocket... (cached) no
checking for pthread_create in -lpthreads... (cached) no
checking for pthread_create in -lpthread... (cached) yes
checking whether i686-w64-mingw32-gcc -mwindows accepts -pthread... yes
checking whether i686-w64-mingw32-gcc -mwindows needs -traditional... (cached) no
checking for 8-bit clean memcmp... (cached) no
checking for stat64... (cached) no
checking for lstat64... (cached) no
checking for truncate64... (cached) yes
checking for statvfs64... (cached) no
checking for statvfs... (cached) no
checking for statfs64... (cached) no
checking for statfs... (cached) no
checking for getpagesize... (cached) yes
checking for localtime_r... (cached) no
checking for arc4random... (cached) no
checking for arc4random_buf... (cached) no
checking for clock_gettime(CLOCK_MONOTONIC)... (cached)
checking for wcrtomb... (cached) yes
checking for mbrtowc... (cached) yes
checking for res_ninit()... (cached) no
checking for nl_langinfo and CODESET... (cached) no
checking for an implementation of va_copy()... (cached) yes
checking whether va_list can be copied by value... (cached) yes
checking whether the C++ "using" keyword resolves ambiguity... (cached) yes
checking for C++ dynamic_cast to void*... (cached) no
checking whether C++ requires implementation of unused virtual methods... (cached) yes
checking for trouble comparing to zero near std::operator!=()... (cached) no
checking for __thread keyword for TLS variables... (cached) yes
checking for malloc.h... (cached) yes
checking for strndup... (cached) no
checking for posix_memalign... (cached) no
checking for memalign... (cached) no
checking for valloc... (cached) no
checking for malloc_usable_size... (cached) no
checking for __attribute__((always_inline))... (cached) yes
checking for __attribute__((malloc))... (cached) yes
checking for __attribute__((warn_unused_result))... (cached) yes
checking for LC_MESSAGES... (cached) no
checking for localeconv... (cached) yes
checking NSPR selection... source-tree
checking for YASM assembler... checking for yasm... (cached) yasm
checking for application to build... xulrunner
checking if app-specific confvars.sh exists... /home/lizhenbo/src/gecko/xulrunner/confvars.sh
checking __attribute__ ((aligned ())) support... (cached) 64
checking for java... (cached) /bin/java
checking for javac... (cached) :
checking for javah... (cached) :
checking for jar... (cached) :
checking for jarsigner... (cached) :
checking for keytool... (cached) /bin/keytool
Found D3D compiler in Windows SDK 8.0.
Windows SDK not found.
checking for d3d10.h... (cached) yes
/home/lizhenbo/src/gecko/configure: line 22177: reg: command not found
/home/lizhenbo/src/gecko/configure: line 22180: reg: command not found
/home/lizhenbo/src/gecko/configure: line 22182: reg: command not found
DirectX SDK not found.
Couldn't find an acceptable DirectX SDK for ANGLE, needed for d3dcompiler_43.
Either ignore, install DirectX SDK (June 2010 version or newer), or reconfigure with --disable-webgl.
checking for makensisu-3.0a2.exe... no
checking for makensisu-2.46.exe... no
checking for makensis... no
checking for gnutar... (cached) gtar
checking for wget... (cached) wget
checking for valid optimization flags... yes
configure: warning: When not building jemalloc, you need to set WIN32_REDIST_DIR to the path to the Visual C++ Redist (usually VCINSTALLDIR\redist\x86\Microsoft.VC80.CRT, for VC++ v8) if you intend to distribute your build.
checking for __cxa_demangle... (cached) yes
checking for unwind.h... (cached) yes
checking for _Unwind_Backtrace... (cached) yes
checking for -pipe support... yes
checking whether C compiler supports -fprofile-generate... yes
checking whether C compiler supports -fno-integrated-as... no
checking what kind of list files are supported by the linker... linkerscript
checking what kind of ordering can be done with the linker... none
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/int_types.h... (cached) no
checking for d3d9.h... (cached) yes
checking for d3d10.h... (cached) yes
checking for posix_fadvise... (cached) no
checking for posix_fallocate... (cached) no
creating ./config.status
configuring in js/src
running /bin/sh /home/lizhenbo/src/gecko/js/src/configure --target=i686-w64-mingw32 --disable-debug --enable-optimize --enable-application=xulrunner --enable-default-toolkit=cairo-windows --disable-accessibility --disable-tests --disable-updater --disable-necko-wifi --disable-crashreporter --disable-webgl --disable-webrtc --without-intl-api --disable-sandbox --enable-threadsafe --without-intl-api --enable-ctypes --disable-gcgenerational --with-nspr-cflags=-I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr --with-nspr-libs=-L/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib -lnspr4 -lplc4 -lplds4 --prefix=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist --cache-file=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config.cache
loading cache /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... i686-w64-mingw32
checking build system type... x86_64-unknown-linux-gnu
checking for gawk... (cached) gawk
checking for perl5... (cached) /usr/bin/perl
cross compiling from x86_64-unknown-linux-gnu to i686-w64-mingw32
checking for host c compiler... checking for cc... (cached) cc
cc
checking for host c++ compiler... checking for c++... (cached) c++
c++
checking for ranlib... no
checking for ar... no
checking whether the host c compiler (cc ) works... yes
checking whether the host c++ compiler (c++ ) works... yes
checking for i686-w64-mingw32-gcc... (cached) i686-w64-mingw32-gcc
checking for gcc... i686-w64-mingw32-gcc
checking whether the C compiler (i686-w64-mingw32-gcc -DWINE_GECKO_SRC ) works... yes
checking whether the C compiler (i686-w64-mingw32-gcc -DWINE_GECKO_SRC ) is a cross-compiler... yes
checking whether we are using GNU C... (cached) yes
checking whether i686-w64-mingw32-gcc accepts -g... (cached) yes
checking for i686-w64-mingw32-g++... (cached) i686-w64-mingw32-g++
checking for c++... i686-w64-mingw32-g++
checking whether the C++ compiler (i686-w64-mingw32-g++ -DWINE_GECKO_SRC ) works... yes
checking whether the C++ compiler (i686-w64-mingw32-g++ -DWINE_GECKO_SRC ) is a cross-compiler... yes
checking whether we are using GNU C++... (cached) yes
checking whether i686-w64-mingw32-g++ accepts -g... (cached) yes
checking for i686-w64-mingw32-ranlib... (cached) i686-w64-mingw32-ranlib
checking for i686-w64-mingw32-ar... (cached) i686-w64-mingw32-ar
checking for i686-w64-mingw32-as... (cached) /usr/bin/i686-w64-mingw32-as
checking for i686-w64-mingw32-ld... (cached) i686-w64-mingw32-ld
checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip
checking for i686-w64-mingw32-windres... (cached) i686-w64-mingw32-windres
checking for w32api version >= 3.14... yes
checking for windres version >= 2.14.90... (Linux/GNU
/home/lizhenbo/src/gecko/js/src/configure: line 3825: test: (Linux/GNU: integer expression expected
checking for Windows SDK being recent enough... yes
checking how to run the C preprocessor... (cached) i686-w64-mingw32-gcc -E
checking how to run the C++ preprocessor... (cached) i686-w64-mingw32-g++ -E
checking for sb-conf... no
checking for ve... no
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking for tar archiver... checking for gnutar... (cached) gtar
gtar
checking for minimum required perl version >= 5.006... 5.018004
checking for full perl installation... yes
Using Python from environment variable $PYTHON
checking Python environment is Mozilla virtualenv... yes
checking for doxygen... (cached) /usr/bin/doxygen
checking for autoconf... (cached) /usr/bin/autoconf
checking for xargs... (cached) /usr/bin/xargs
checking for make... (cached) /usr/bin/make
checking for X... (cached) libraries /usr/lib64, headers /usr/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) no
checking for gethostbyname in -lnsl... (cached) no
checking for connect... (cached) no
checking for connect in -lsocket... (cached) no
checking for remove... (cached) no
checking for shmat... (cached) no
checking for shmat in -lipc... (cached) no
checking for IceConnectionNumber in -lICE... (cached) no
checking that static assertion macros used in autoconf tests work... (cached) yes
checking for --noexecstack option to as... no
checking for -z noexecstack option to ld... no
checking for -z text option to ld... no
checking for --build-id option to ld... no
checking whether the C compiler supports -Werror=return-type... yes
checking whether the C compiler supports -Werror=int-to-pointer-cast... yes
checking whether the C compiler supports -Wtype-limits... yes
checking whether the C compiler supports -Wempty-body... yes
checking whether the C compiler supports -Wsign-compare... yes
checking whether the C++ compiler supports -Werror=return-type... yes
checking whether the C++ compiler supports -Werror=int-to-pointer-cast... yes
checking whether the C++ compiler supports -Wtype-limits... yes
checking whether the C++ compiler supports -Wempty-body... yes
checking whether the C++ compiler supports -Werror=conversion-null... yes
checking whether the C++ compiler supports -Wsign-compare... yes
checking whether the C++ compiler supports -Wno-invalid-offsetof... yes
checking whether ld has archive extraction flags... (cached) yes
checking for 64-bit OS... no
checking for custom <inttypes.h> implementation... none specified
checking whether the C compiler supports -Wno-format... yes
checking whether the C++ compiler supports -Wno-format... yes
checking whether the C++ compiler (i686-w64-mingw32-g++ -mwindows -DWINE_GECKO_SRC -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -static-libgcc -static-libstdc++ -Wl,--large-address-aware) actually is a C++ compiler... yes
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for ssize_t... (cached) yes
checking for endian.h... (cached) no
checking for machine/endian.h... (cached) no
checking for sys/isa_defs.h... (cached) no
checking for gcc c++0x headers bug without rtti... (cached) no
checking for host gcc c++0x headers bug without rtti... (cached) no
checking for gcc PR49911... no
checking for gcc pr39608... no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for sys/byteorder.h... (cached) no
checking for compat.h... (cached) no
checking for getopt.h... (cached) yes
checking for sys/bitypes.h... (cached) no
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking for gnu/libc-version.h... (cached) no
checking for nl_types.h... (cached) no
checking for malloc.h... (cached) yes
checking for X11/XKBlib.h... (cached) no
checking for io.h... (cached) yes
checking for cpuid.h... (cached) yes
checking for sys/statvfs.h... (cached) no
checking for sys/statfs.h... (cached) no
checking for sys/vfs.h... (cached) no
checking for sys/mount.h... (cached) no
checking for sys/quota.h... (cached) no
checking for linux/quota.h... (cached) no
checking for sys/cdefs.h... (cached) yes
checking for linux/perf_event.h... (cached) no
checking for gethostbyname_r in -lc_r... (cached) no
checking for library containing dlopen... (cached) no
checking for socket in -lsocket... (cached) no
checking for pthread_create in -lpthreads... (cached) no
checking for pthread_create in -lpthread... (cached) yes
checking whether i686-w64-mingw32-gcc -mwindows accepts -pthread... yes
checking whether i686-w64-mingw32-gcc -mwindows needs -traditional... (cached) no
checking for 8-bit clean memcmp... (cached) no
checking for getc_unlocked... (cached) no
checking for _getc_nolock... (cached) yes
checking for localtime_r... (cached) no
checking for sin in -lm... (cached) yes
checking for log2... (cached) yes
checking for log1p... (cached) yes
checking for expm1... (cached) yes
checking for sqrt1pm1... (cached) no
checking for acosh... (cached) yes
checking for asinh... (cached) yes
checking for atanh... (cached) yes
checking for trunc... (cached) yes
checking for cbrt... (cached) yes
checking for wcrtomb... (cached) yes
checking for mbrtowc... (cached) yes
checking for res_ninit()... (cached) no
checking for nl_langinfo and CODESET... (cached) no
checking for an implementation of va_copy()... (cached) yes
checking whether va_list can be copied by value... (cached) yes
checking whether the C++ "using" keyword resolves ambiguity... (cached) yes
checking for C++ dynamic_cast to void*... (cached) no
checking whether C++ requires implementation of unused virtual methods... (cached) yes
checking for trouble comparing to zero near std::operator!=()... (cached) no
checking for __thread keyword for TLS variables... (cached) yes
checking for __attribute__((always_inline))... (cached) yes
checking for __attribute__((malloc))... (cached) yes
checking for __attribute__((warn_unused_result))... (cached) yes
checking for LC_MESSAGES... (cached) no
checking for localeconv... (cached) yes
checking NSPR selection... command-line
checking for valid optimization flags... yes
checking for __cxa_demangle... (cached) yes
checking for -pipe support... yes
checking whether C compiler supports -fprofile-generate... yes
checking for tm_zone tm_gmtoff in struct tm... (cached) no
checking what kind of list files are supported by the linker... linkerscript
checking what kind of ordering can be done with the linker... none
checking for posix_fadvise... (cached) no
checking for posix_fallocate... (cached) no
checking for setlocale... (cached) yes
checking for localeconv... (cached) yes
creating ./config.status
Reticulating splines...
Finished reading 692 moz.build files in 0.52s
Processed into 5125 build config descriptors in 1.31s
Backend executed in 1.98s
1195 total backend files; 0 created; 0 updated; 1195 unchanged; 0 deleted; 85 -> 565 Makefile
Total wall time: 4.01s; CPU time: 3.82s; Efficiency: 95%; Untracked: 0.20s
make[2]: Leaving directory `/home/lizhenbo/src/gecko'
make -j8 -C /home/lizhenbo/src/wine_gecko-2.34-beta2-x86
make[2]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
make export
if test -d dist/bin ; then touch dist/bin/.purgecaches ; fi
make[3]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/bin _build_manifests/install/dist_bin
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/idl _build_manifests/install/dist_idl
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/include _build_manifests/install/dist_include
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/public _build_manifests/install/dist_public
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/private _build_manifests/install/dist_private
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python -m mozbuild.action.process_install_manifest dist/sdk _build_manifests/install/dist_sdk
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python -m mozbuild.action.process_install_manifest _tests _build_manifests/install/tests
From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
From dist/sdk: Kept 0 existing; Added/updated 0; Removed 22 files and 4 directories.
From dist/private: Kept 0 existing; Added/updated 0; Removed 157 files and 2 directories.
From dist/bin: Kept 54 existing; Added/updated 0; Removed 7 files and 2 directories.
From dist/idl: Kept 1053 existing; Added/updated 0; Removed 0 files and 0 directories.
From dist/include: Kept 4077 existing; Added/updated 0; Removed 190 files and 6 directories.
From _tests: Kept 5002 existing; Added/updated 0; Removed 0 files and 0 directories.
make recurse_export
make[4]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config'
../config/nsinstall -R -m 755 'nsinstall' '../dist/bin'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config'
../config/nsinstall -R -m 644 '../mozilla-config.h' '../dist/include'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python /home/lizhenbo/src/gecko/toolkit/xre/make-platformini.py --print-buildid > buildid
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/probes'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/probes'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/build'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/build'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/xpidl'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/mozglue/build'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/mozglue/build'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/nspr'
make -C ../../../nsprpub export SHARED_LIBRARY= IMPORT_LIBRARY= SHARED_LIB_PDB=
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/memory/mozalloc'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/memory/mozalloc'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/sqlite'
make[5]: Nothing to be done for `export'.
make[6]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub'
make -C config export
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/sqlite'
make[7]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/config'
rm -f /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/bin/nspr-config
make[7]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/config'
make -C pr export
make[6]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/idl-parser'
../../config/nsinstall -R -m 644 '/home/lizhenbo/src/gecko/other-licenses/ply/ply/__init__.py' '../../dist/sdk/bin/ply'
../../config/nsinstall -R -m 644 '/home/lizhenbo/src/gecko/other-licenses/ply/ply/lex.py' '../../dist/sdk/bin/ply'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/ffi'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/ffi'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/media/libtheora/lib'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/media/libtheora/lib'
../../config/nsinstall -R -m 644 '/home/lizhenbo/src/gecko/other-licenses/ply/ply/yacc.py' '../../dist/sdk/bin/ply'
make[7]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr'
make -C include export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/nss'
make -C /home/lizhenbo/src/gecko/security/nss/lib private_export CC=' i686-w64-mingw32-gcc -mwindows' SOURCE_MD_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist SOURCE_MDHEADERS_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr DIST=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist NSPR_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr NSPR_LIB_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib MOZILLA_CLIENT=1 NO_MDUPDATE=1 NSS_ENABLE_ECC=1 OS_DLLFLAGS='-static-libgcc' NSPR31_LIB_PREFIX=lib SQLITE_LIB_NAME=mozsqlite3 SQLITE_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include topsrcdir='/home/lizhenbo/src/gecko' BUILD='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/$(subst $(topsrcdir)/security/,,$(CURDIR))' BUILD_TREE='$(BUILD)' OBJDIR='$(BUILD)' DEPENDENCIES='$(BUILD)/.deps' SINGLE_SHLIB_DIR='$(BUILD)' SOURCE_XP_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist BUILD_OPT=1 OPT_CODE_SIZE=1 NS_USE_GCC=1 OS_TARGET=WIN95 NSS_ENABLE_ZLIB= PROGRAMS= CHECKLOC= NATIVE_CC='cc' CC=' i686-w64-mingw32-gcc -mwindows' CCC=' i686-w64-mingw32-g++ -mwindows' LINK='i686-w64-mingw32-ld' AS=' i686-w64-mingw32-gcc -mwindows' AR='i686-w64-mingw32-ar crs $@' RANLIB='i686-w64-mingw32-ranlib' RC='i686-w64-mingw32-windres -O coff --use-temp-file' OS_ARCH='WINNT' OS_TEST='i686' CPU_ARCH='i686' FREEBL_NO_DEPEND=0 NSS_NO_PKCS11_BYPASS=1 PUBLIC_EXPORT_DIR='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/$(MODULE)' SOURCE_XPHEADERS_DIR='$(SOURCE_XP_DIR)/include/$(MODULE)' MODULE_INCLUDES='$(addprefix -I$(SOURCE_XP_DIR)/include/,$(REQUIRES))' MAKE_OBJDIR='$(INSTALL) -D $(OBJDIR)' TARGETS='$(LIBRARY) $(SHARED_LIBRARY) $(PROGRAM)' NSINSTALL='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall' INSTALL='$(NSINSTALL) -t'
../../config/nsinstall -R -m 644 '/home/lizhenbo/src/gecko/xpcom/idl-parser/header.py' '../../dist/sdk/bin'
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include'
make -C md export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/media/libjpeg'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/media/libjpeg'
make -C /home/lizhenbo/src/gecko/security/nss/cmd/lib private_export CC=' i686-w64-mingw32-gcc -mwindows' SOURCE_MD_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist SOURCE_MDHEADERS_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr DIST=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist NSPR_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr NSPR_LIB_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib MOZILLA_CLIENT=1 NO_MDUPDATE=1 NSS_ENABLE_ECC=1 OS_DLLFLAGS='-static-libgcc' NSPR31_LIB_PREFIX=lib SQLITE_LIB_NAME=mozsqlite3 SQLITE_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include topsrcdir='/home/lizhenbo/src/gecko' BUILD='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/$(subst $(topsrcdir)/security/,,$(CURDIR))' BUILD_TREE='$(BUILD)' OBJDIR='$(BUILD)' DEPENDENCIES='$(BUILD)/.deps' SINGLE_SHLIB_DIR='$(BUILD)' SOURCE_XP_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist BUILD_OPT=1 OPT_CODE_SIZE=1 NS_USE_GCC=1 OS_TARGET=WIN95 NSS_ENABLE_ZLIB= PROGRAMS= CHECKLOC= NATIVE_CC='cc' CC=' i686-w64-mingw32-gcc -mwindows' CCC=' i686-w64-mingw32-g++ -mwindows' LINK='i686-w64-mingw32-ld' AS=' i686-w64-mingw32-gcc -mwindows' AR='i686-w64-mingw32-ar crs $@' RANLIB='i686-w64-mingw32-ranlib' RC='i686-w64-mingw32-windres -O coff --use-temp-file' OS_ARCH='WINNT' OS_TEST='i686' CPU_ARCH='i686' FREEBL_NO_DEPEND=0 NSS_NO_PKCS11_BYPASS=1 PUBLIC_EXPORT_DIR='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/$(MODULE)' SOURCE_XPHEADERS_DIR='$(SOURCE_XP_DIR)/include/$(MODULE)' MODULE_INCLUDES='$(addprefix -I$(SOURCE_XP_DIR)/include/,$(REQUIRES))' MAKE_OBJDIR='$(INSTALL) -D $(OBJDIR)' TARGETS='$(LIBRARY) $(SHARED_LIBRARY) $(PROGRAM)' NSINSTALL='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall' INSTALL='$(NSINSTALL) -t'
../../config/nsinstall -R -m 644 '/home/lizhenbo/src/gecko/xpcom/idl-parser/typelib.py' '../../dist/sdk/bin'
../../config/nsinstall -R -m 644 '/home/lizhenbo/src/gecko/xpcom/idl-parser/xpidl.py' '../../dist/sdk/bin'
make[6]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib'
cd util; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/media/libopus'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/media/libopus'
make[6]: Entering directory `/home/lizhenbo/src/gecko/security/nss/cmd/lib'
make -C /home/lizhenbo/src/gecko/security/nss/cmd/shlibsign private_export CC=' i686-w64-mingw32-gcc -mwindows' SOURCE_MD_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist SOURCE_MDHEADERS_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr DIST=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist NSPR_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr NSPR_LIB_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib MOZILLA_CLIENT=1 NO_MDUPDATE=1 NSS_ENABLE_ECC=1 OS_DLLFLAGS='-static-libgcc' NSPR31_LIB_PREFIX=lib SQLITE_LIB_NAME=mozsqlite3 SQLITE_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include topsrcdir='/home/lizhenbo/src/gecko' BUILD='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/$(subst $(topsrcdir)/security/,,$(CURDIR))' BUILD_TREE='$(BUILD)' OBJDIR='$(BUILD)' DEPENDENCIES='$(BUILD)/.deps' SINGLE_SHLIB_DIR='$(BUILD)' SOURCE_XP_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist BUILD_OPT=1 OPT_CODE_SIZE=1 NS_USE_GCC=1 OS_TARGET=WIN95 NSS_ENABLE_ZLIB= PROGRAMS= CHECKLOC= NATIVE_CC='cc' CC=' i686-w64-mingw32-gcc -mwindows' CCC=' i686-w64-mingw32-g++ -mwindows' LINK='i686-w64-mingw32-ld' AS=' i686-w64-mingw32-gcc -mwindows' AR='i686-w64-mingw32-ar crs $@' RANLIB='i686-w64-mingw32-ranlib' RC='i686-w64-mingw32-windres -O coff --use-temp-file' OS_ARCH='WINNT' OS_TEST='i686' CPU_ARCH='i686' FREEBL_NO_DEPEND=0 NSS_NO_PKCS11_BYPASS=1 PUBLIC_EXPORT_DIR='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/$(MODULE)' SOURCE_XPHEADERS_DIR='$(SOURCE_XP_DIR)/include/$(MODULE)' MODULE_INCLUDES='$(addprefix -I$(SOURCE_XP_DIR)/include/,$(REQUIRES))' MAKE_OBJDIR='$(INSTALL) -D $(OBJDIR)' TARGETS='$(LIBRARY) $(SHARED_LIBRARY) $(PROGRAM)' NSINSTALL='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall' INSTALL='$(NSINSTALL) -t'
../../config/nsinstall -R -m 644 '../../xpcom/idl-parser/xpidllex.py' '../../dist/sdk/bin'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/apps'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/apps'
Creating /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/md'
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_openbsd.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_nto.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_osf1.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_riscos.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_dgux.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_bsdi.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_aix32.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_hpux64.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_os2.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_linux.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_qnx.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_darwin.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_beos.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_irix32.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_winnt.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_win95.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_solaris.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_unixware7.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_freebsd.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_scoos.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_irix64.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_unixware.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_aix64.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_symbian.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_netbsd.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_hpux32.cfg /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr/md
../../config/nsinstall -R -m 644 '../../xpcom/idl-parser/xpidlyacc.py' '../../dist/sdk/bin'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 basicutil.h secutil.h pk11table.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_win95.cfg /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr
make[6]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/cmd/lib'
make[6]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/idl-parser'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python -m mozbuild.action.process_install_manifest ../../dist/idl ../../_build_manifests/install/dist_idl
mv -f /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr/_win95.cfg /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr/prcpucfg.h
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/md'
make -C private export
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/private'
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/private/pprio.h /home/lizhenbo/src/gecko/nsprpub/pr/include/private/pprthred.h /home/lizhenbo/src/gecko/nsprpub/pr/include/private/prpriv.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr/private
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/private'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/media/libvpx'
make[5]: Nothing to be done for `export'.
make -C obsolete export
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/media/libvpx'
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/util'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/freetype2'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/freetype2'
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/obsolete'
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/pralarm.h /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/probslet.h /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/protypes.h /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/prsem.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr/obsolete
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 templates.c /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[6]: Entering directory `/home/lizhenbo/src/gecko/security/nss/cmd/shlibsign'
cd mangle; make private_export
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/obsolete'
../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/prcvar.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlock.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prrng.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prenv.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prprf.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtypes.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtime.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlink.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prdtoa.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prwin16.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtrace.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prproces.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prmon.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prsystem.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prinrval.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prmem.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prrwlock.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prerr.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prinet.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prcmon.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtpool.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prshm.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prcountr.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prclist.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prerror.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlog.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prmwait.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prio.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prolock.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prinit.h /home/lizhenbo/src/gecko/nsprpub/pr/include/pratom.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prpdce.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlong.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prshma.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prvrsion.h /home/lizhenbo/src/gecko/nsprpub/pr/include/nspr.h /home/lizhenbo/src/gecko/nsprpub/pr/include/pripcsem.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prnetdb.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prthread.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prbit.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/util'
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include'
make -C src export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom'
../config/nsinstall -R -m 644 'xpcom-config.h' '../dist/include'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/modules/libpref'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/modules/libpref'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/locale/windows'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/locale/windows'
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
make -C io export
make -C /home/lizhenbo/src/gecko/security/nss/cmd/lib export CC=' i686-w64-mingw32-gcc -mwindows' SOURCE_MD_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist SOURCE_MDHEADERS_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr DIST=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist NSPR_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr NSPR_LIB_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib MOZILLA_CLIENT=1 NO_MDUPDATE=1 NSS_ENABLE_ECC=1 OS_DLLFLAGS='-static-libgcc' NSPR31_LIB_PREFIX=lib SQLITE_LIB_NAME=mozsqlite3 SQLITE_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include topsrcdir='/home/lizhenbo/src/gecko' BUILD='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/$(subst $(topsrcdir)/security/,,$(CURDIR))' BUILD_TREE='$(BUILD)' OBJDIR='$(BUILD)' DEPENDENCIES='$(BUILD)/.deps' SINGLE_SHLIB_DIR='$(BUILD)' SOURCE_XP_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist BUILD_OPT=1 OPT_CODE_SIZE=1 NS_USE_GCC=1 OS_TARGET=WIN95 NSS_ENABLE_ZLIB= PROGRAMS= CHECKLOC= NATIVE_CC='cc' CC=' i686-w64-mingw32-gcc -mwindows' CCC=' i686-w64-mingw32-g++ -mwindows' LINK='i686-w64-mingw32-ld' AS=' i686-w64-mingw32-gcc -mwindows' AR='i686-w64-mingw32-ar crs $@' RANLIB='i686-w64-mingw32-ranlib' RC='i686-w64-mingw32-windres -O coff --use-temp-file' OS_ARCH='WINNT' OS_TEST='i686' CPU_ARCH='i686' FREEBL_NO_DEPEND=0 NSS_NO_PKCS11_BYPASS=1 PUBLIC_EXPORT_DIR='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/$(MODULE)' SOURCE_XPHEADERS_DIR='$(SOURCE_XP_DIR)/include/$(MODULE)' MODULE_INCLUDES='$(addprefix -I$(SOURCE_XP_DIR)/include/,$(REQUIRES))' MAKE_OBJDIR='$(INSTALL) -D $(OBJDIR)' TARGETS='$(LIBRARY) $(SHARED_LIBRARY) $(PROGRAM)' NSINSTALL='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall' INSTALL='$(NSINSTALL) -t' PRIVATE_EXPORTS=
cd freebl; make private_export
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/io'
make[9]: Nothing to be done for `export'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/io'
make -C linking export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/cmd/shlibsign/mangle'
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/linking'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/src'
make[9]: Nothing to be done for `export'.
../../config/nsinstall -R -m 644 'js-config.h' '../../dist/include'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/linking'
make -C malloc export
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/src'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/cmd/shlibsign/mangle'
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/malloc'
make[9]: Nothing to be done for `export'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/malloc'
make -C md export
There are no private exports.
make[6]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/cmd/shlibsign'
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md'
make -C windows export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/locales'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/locales'
make[6]: Entering directory `/home/lizhenbo/src/gecko/security/nss/cmd/lib'
make[10]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md/windows'
make[10]: Nothing to be done for `export'.
make[10]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md/windows'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/unicharutil/util'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/unicharutil/util'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk'
../config/nsinstall -R -m 644 'necko-config.h' '../dist/include'
There are no private exports.
make[6]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/cmd/lib'
make -C /home/lizhenbo/src/gecko/security/nss/cmd/shlibsign export CC=' i686-w64-mingw32-gcc -mwindows' SOURCE_MD_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist SOURCE_MDHEADERS_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr DIST=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist NSPR_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr NSPR_LIB_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib MOZILLA_CLIENT=1 NO_MDUPDATE=1 NSS_ENABLE_ECC=1 OS_DLLFLAGS='-static-libgcc' NSPR31_LIB_PREFIX=lib SQLITE_LIB_NAME=mozsqlite3 SQLITE_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include topsrcdir='/home/lizhenbo/src/gecko' BUILD='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/$(subst $(topsrcdir)/security/,,$(CURDIR))' BUILD_TREE='$(BUILD)' OBJDIR='$(BUILD)' DEPENDENCIES='$(BUILD)/.deps' SINGLE_SHLIB_DIR='$(BUILD)' SOURCE_XP_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist BUILD_OPT=1 OPT_CODE_SIZE=1 NS_USE_GCC=1 OS_TARGET=WIN95 NSS_ENABLE_ZLIB= PROGRAMS= CHECKLOC= NATIVE_CC='cc' CC=' i686-w64-mingw32-gcc -mwindows' CCC=' i686-w64-mingw32-g++ -mwindows' LINK='i686-w64-mingw32-ld' AS=' i686-w64-mingw32-gcc -mwindows' AR='i686-w64-mingw32-ar crs $@' RANLIB='i686-w64-mingw32-ranlib' RC='i686-w64-mingw32-windres -O coff --use-temp-file' OS_ARCH='WINNT' OS_TEST='i686' CPU_ARCH='i686' FREEBL_NO_DEPEND=0 NSS_NO_PKCS11_BYPASS=1 PUBLIC_EXPORT_DIR='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/$(MODULE)' SOURCE_XPHEADERS_DIR='$(SOURCE_XP_DIR)/include/$(MODULE)' MODULE_INCLUDES='$(addprefix -I$(SOURCE_XP_DIR)/include/,$(REQUIRES))' MAKE_OBJDIR='$(INSTALL) -D $(OBJDIR)' TARGETS='$(LIBRARY) $(SHARED_LIBRARY) $(PROGRAM)' NSINSTALL='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall' INSTALL='$(NSINSTALL) -t' PRIVATE_EXPORTS=
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md'
make -C memory export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/freebl'
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/memory'
make[9]: Nothing to be done for `export'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/memory'
make -C misc export
make[6]: Entering directory `/home/lizhenbo/src/gecko/security/nss/cmd/shlibsign'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 alghmac.h blapi.h hmacct.h secmpi.h secrng.h ec.h ecl/ecl.h ecl/ecl-curve.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/misc'
make[9]: Nothing to be done for `export'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/misc'
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/freebl'
make -C threads export
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads'
make -C combined export
cd dbm; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/testshell'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/testshell'
make[10]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads/combined'
make[10]: Nothing to be done for `export'.
make[10]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads/combined'
cd mangle; make export
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads'
make build
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/chromium'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/chromium'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/glue'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/glue'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python /home/lizhenbo/src/gecko/config/pythonpath.py \
-I/home/lizhenbo/src/gecko/other-licenses/ply \
/home/lizhenbo/src/gecko/ipc/ipdl/ipdl.py \
--outheaders-dir=_ipdlheaders \
--outcpp-dir=. \
-I/home/lizhenbo/src/gecko/content/media/gmp -I/home/lizhenbo/src/gecko/content/media/webspeech/synth/ipc -I/home/lizhenbo/src/gecko/dom/asmjscache -I/home/lizhenbo/src/gecko/dom/bluetooth/ipc -I/home/lizhenbo/src/gecko/dom/devicestorage -I/home/lizhenbo/src/gecko/dom/filesystem -I/home/lizhenbo/src/gecko/dom/fmradio/ipc -I/home/lizhenbo/src/gecko/dom/indexedDB/ipc -I/home/lizhenbo/src/gecko/dom/ipc -I/home/lizhenbo/src/gecko/dom/mobilemessage/ipc -I/home/lizhenbo/src/gecko/dom/network -I/home/lizhenbo/src/gecko/dom/plugins/ipc -I/home/lizhenbo/src/gecko/dom/storage -I/home/lizhenbo/src/gecko/dom/telephony/ipc -I/home/lizhenbo/src/gecko/extensions/spellcheck/hunspell/src -I/home/lizhenbo/src/gecko/gfx/layers/ipc -I/home/lizhenbo/src/gecko/hal/sandbox -I/home/lizhenbo/src/gecko/ipc/glue -I/home/lizhenbo/src/gecko/ipc/testshell -I/home/lizhenbo/src/gecko/js/ipc -I/home/lizhenbo/src/gecko/layout/ipc -I/home/lizhenbo/src/gecko/netwerk/cookie -I/home/lizhenbo/src/gecko/netwerk/dns -I/home/lizhenbo/src/gecko/netwerk/ipc -I/home/lizhenbo/src/gecko/netwerk/protocol/ftp -I/home/lizhenbo/src/gecko/netwerk/protocol/http -I/home/lizhenbo/src/gecko/netwerk/protocol/websocket -I/home/lizhenbo/src/gecko/netwerk/protocol/wyciwyg -I/home/lizhenbo/src/gecko/uriloader/exthandler -I/home/lizhenbo/src/gecko/uriloader/prefetch \
/home/lizhenbo/src/gecko/content/media/gmp/GMPTypes.ipdlh /home/lizhenbo/src/gecko/content/media/gmp/PGMP.ipdl /home/lizhenbo/src/gecko/content/media/gmp/PGMPAudioDecoder.ipdl /home/lizhenbo/src/gecko/content/media/gmp/PGMPDecryptor.ipdl /home/lizhenbo/src/gecko/content/media/gmp/PGMPStorage.ipdl /home/lizhenbo/src/gecko/content/media/gmp/PGMPTimer.ipdl /home/lizhenbo/src/gecko/content/media/gmp/PGMPVideoDecoder.ipdl /home/lizhenbo/src/gecko/content/media/gmp/PGMPVideoEncoder.ipdl /home/lizhenbo/src/gecko/content/media/webspeech/synth/ipc/PSpeechSynthesis.ipdl /home/lizhenbo/src/gecko/content/media/webspeech/synth/ipc/PSpeechSynthesisRequest.ipdl /home/lizhenbo/src/gecko/dom/asmjscache/PAsmJSCacheEntry.ipdl /home/lizhenbo/src/gecko/dom/bluetooth/ipc/BluetoothTypes.ipdlh /home/lizhenbo/src/gecko/dom/bluetooth/ipc/PBluetooth.ipdl /home/lizhenbo/src/gecko/dom/bluetooth/ipc/PBluetoothRequest.ipdl /home/lizhenbo/src/gecko/dom/devicestorage/PDeviceStorageRequest.ipdl /home/lizhenbo/src/gecko/dom/filesystem/PFileSystemRequest.ipdl /home/lizhenbo/src/gecko/dom/fmradio/ipc/PFMRadio.ipdl /home/lizhenbo/src/gecko/dom/fmradio/ipc/PFMRadioRequest.ipdl /home/lizhenbo/src/gecko/dom/indexedDB/ipc/IndexedDBParams.ipdlh /home/lizhenbo/src/gecko/dom/indexedDB/ipc/PIndexedDB.ipdl /home/lizhenbo/src/gecko/dom/indexedDB/ipc/PIndexedDBCursor.ipdl /home/lizhenbo/src/gecko/dom/indexedDB/ipc/PIndexedDBDatabase.ipdl /home/lizhenbo/src/gecko/dom/indexedDB/ipc/PIndexedDBDeleteDatabaseRequest.ipdl /home/lizhenbo/src/gecko/dom/indexedDB/ipc/PIndexedDBIndex.ipdl /home/lizhenbo/src/gecko/dom/indexedDB/ipc/PIndexedDBObjectStore.ipdl /home/lizhenbo/src/gecko/dom/indexedDB/ipc/PIndexedDBRequest.ipdl /home/lizhenbo/src/gecko/dom/indexedDB/ipc/PIndexedDBTransaction.ipdl /home/lizhenbo/src/gecko/dom/ipc/DOMTypes.ipdlh /home/lizhenbo/src/gecko/dom/ipc/PBlob.ipdl /home/lizhenbo/src/gecko/dom/ipc/PBlobStream.ipdl /home/lizhenbo/src/gecko/dom/ipc/PBrowser.ipdl /home/lizhenbo/src/gecko/dom/ipc/PColorPicker.ipdl /home/lizhenbo/src/gecko/dom/ipc/PContent.ipdl /home/lizhenbo/src/gecko/dom/ipc/PContentBridge.ipdl /home/lizhenbo/src/gecko/dom/ipc/PContentPermission.ipdlh /home/lizhenbo/src/gecko/dom/ipc/PContentPermissionRequest.ipdl /home/lizhenbo/src/gecko/dom/ipc/PCrashReporter.ipdl /home/lizhenbo/src/gecko/dom/ipc/PCycleCollectWithLogs.ipdl /home/lizhenbo/src/gecko/dom/ipc/PDocumentRenderer.ipdl /home/lizhenbo/src/gecko/dom/ipc/PFileDescriptorSet.ipdl /home/lizhenbo/src/gecko/dom/ipc/PFilePicker.ipdl /home/lizhenbo/src/gecko/dom/ipc/PMemoryReportRequest.ipdl /home/lizhenbo/src/gecko/dom/ipc/PScreenManager.ipdl /home/lizhenbo/src/gecko/dom/ipc/PTabContext.ipdlh /home/lizhenbo/src/gecko/dom/mobilemessage/ipc/PMobileMessageCursor.ipdl /home/lizhenbo/src/gecko/dom/mobilemessage/ipc/PSms.ipdl /home/lizhenbo/src/gecko/dom/mobilemessage/ipc/PSmsRequest.ipdl /home/lizhenbo/src/gecko/dom/mobilemessage/ipc/SmsTypes.ipdlh /home/lizhenbo/src/gecko/dom/network/PTCPServerSocket.ipdl /home/lizhenbo/src/gecko/dom/network/PTCPSocket.ipdl /home/lizhenbo/src/gecko/dom/network/PUDPSocket.ipdl /home/lizhenbo/src/gecko/dom/plugins/ipc/PBrowserStream.ipdl /home/lizhenbo/src/gecko/dom/plugins/ipc/PPluginBackgroundDestroyer.ipdl /home/lizhenbo/src/gecko/dom/plugins/ipc/PPluginIdentifier.ipdl /home/lizhenbo/src/gecko/dom/plugins/ipc/PPluginInstance.ipdl /home/lizhenbo/src/gecko/dom/plugins/ipc/PPluginModule.ipdl /home/lizhenbo/src/gecko/dom/plugins/ipc/PPluginScriptableObject.ipdl /home/lizhenbo/src/gecko/dom/plugins/ipc/PPluginStream.ipdl /home/lizhenbo/src/gecko/dom/plugins/ipc/PPluginSurface.ipdl /home/lizhenbo/src/gecko/dom/plugins/ipc/PStreamNotify.ipdl /home/lizhenbo/src/gecko/dom/storage/PStorage.ipdl /home/lizhenbo/src/gecko/dom/telephony/ipc/PTelephony.ipdl /home/lizhenbo/src/gecko/dom/telephony/ipc/PTelephonyRequest.ipdl /home/lizhenbo/src/gecko/dom/telephony/ipc/TelephonyTypes.ipdlh /home/lizhenbo/src/gecko/extensions/spellcheck/hunspell/src/PRemoteSpellcheckEngine.ipdl /home/lizhenbo/src/gecko/gfx/layers/ipc/LayersMessages.ipdlh /home/lizhenbo/src/gecko/gfx/layers/ipc/LayersSurfaces.ipdlh /home/lizhenbo/src/gecko/gfx/layers/ipc/PCompositable.ipdl /home/lizhenbo/src/gecko/gfx/layers/ipc/PCompositor.ipdl /home/lizhenbo/src/gecko/gfx/layers/ipc/PImageBridge.ipdl /home/lizhenbo/src/gecko/gfx/layers/ipc/PLayer.ipdl /home/lizhenbo/src/gecko/gfx/layers/ipc/PLayerTransaction.ipdl /home/lizhenbo/src/gecko/gfx/layers/ipc/PSharedBufferManager.ipdl /home/lizhenbo/src/gecko/gfx/layers/ipc/PTexture.ipdl /home/lizhenbo/src/gecko/hal/sandbox/PHal.ipdl /home/lizhenbo/src/gecko/ipc/glue/InputStreamParams.ipdlh /home/lizhenbo/src/gecko/ipc/glue/PBackground.ipdl /home/lizhenbo/src/gecko/ipc/glue/PBackgroundSharedTypes.ipdlh /home/lizhenbo/src/gecko/ipc/glue/PBackgroundTest.ipdl /home/lizhenbo/src/gecko/ipc/glue/PProcLoader.ipdl /home/lizhenbo/src/gecko/ipc/glue/ProtocolTypes.ipdlh /home/lizhenbo/src/gecko/ipc/glue/URIParams.ipdlh /home/lizhenbo/src/gecko/ipc/testshell/PTestShell.ipdl /home/lizhenbo/src/gecko/ipc/testshell/PTestShellCommand.ipdl /home/lizhenbo/src/gecko/js/ipc/JavaScriptTypes.ipdlh /home/lizhenbo/src/gecko/js/ipc/PJavaScript.ipdl /home/lizhenbo/src/gecko/layout/ipc/PRenderFrame.ipdl /home/lizhenbo/src/gecko/netwerk/cookie/PCookieService.ipdl /home/lizhenbo/src/gecko/netwerk/dns/PDNSRequest.ipdl /home/lizhenbo/src/gecko/netwerk/dns/PDNSRequestParams.ipdlh /home/lizhenbo/src/gecko/netwerk/ipc/NeckoChannelParams.ipdlh /home/lizhenbo/src/gecko/netwerk/ipc/PChannelDiverter.ipdl /home/lizhenbo/src/gecko/netwerk/ipc/PNecko.ipdl /home/lizhenbo/src/gecko/netwerk/ipc/PRemoteOpenFile.ipdl /home/lizhenbo/src/gecko/netwerk/ipc/PRtspChannel.ipdl /home/lizhenbo/src/gecko/netwerk/ipc/PRtspController.ipdl /home/lizhenbo/src/gecko/netwerk/protocol/ftp/PFTPChannel.ipdl /home/lizhenbo/src/gecko/netwerk/protocol/http/PHttpChannel.ipdl /home/lizhenbo/src/gecko/netwerk/protocol/websocket/PWebSocket.ipdl /home/lizhenbo/src/gecko/netwerk/protocol/wyciwyg/PWyciwygChannel.ipdl /home/lizhenbo/src/gecko/uriloader/exthandler/PExternalHelperApp.ipdl /home/lizhenbo/src/gecko/uriloader/prefetch/POfflineCacheUpdate.ipdl
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
../../config/./nsinstall -R -m 444 ./nspr4_s.a /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/cmd/shlibsign/mangle'
make[7]: Nothing to be done for `export'.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/cmd/shlibsign/mangle'
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
make[7]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr'
make -C lib export
make[6]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/cmd/shlibsign'
make[7]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib'
make -C ds export
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/ds'
../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/lib/ds/plarenas.h /home/lizhenbo/src/gecko/nsprpub/lib/ds/plarena.h /home/lizhenbo/src/gecko/nsprpub/lib/ds/plhash.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr
../../config/./nsinstall -R -m 444 ./plds4_s.a /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/ds'
make -C libc export
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc'
make -C include export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/ipc'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/ipc'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/app'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/app'
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm'
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/include'
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plbase64.h /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plstr.h /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plgetopt.h /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plerror.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/include'
cd include; make private_export
make -C src export
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/src'
../../../config/./nsinstall -R -m 444 ./plc4_s.a /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/src'
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc'
make[7]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib'
make[6]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/nspr'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/hal'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/hal'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/rdf/util'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/rdf/util'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/xpconnect/shell'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/xpconnect/shell'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/testing/gtest'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/testing/gtest'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/uriloader/exthandler'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/uriloader/exthandler'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/bindings'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/bindings'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm/include'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/uriloader/prefetch'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/uriloader/prefetch'
Creating /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/dbm
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/parser/expat/lib'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/parser/expat/lib'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 hsearch.h page.h extern.h queue.h hash.h mpool.h search.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/dbm
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm/include'
cd src; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/cairo/cairo/src'
../../../../config/nsinstall -R -m 644 'cairo-features.h' '../../../../dist/include/cairo'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/cairo/libpixman/src'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/cairo/libpixman/src'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/cairo/cairo/src'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/gl'
make[5]: Nothing to be done for `export'.
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/2d'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/gl'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/2d'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/angle'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/angle'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm/src'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm/src'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/graphite2/src'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/graphite2/src'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/harfbuzz/src'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/harfbuzz/src'
cd softoken; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/thebes'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/thebes'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/layers'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/layers'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/devicestorage'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/devicestorage'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/encoding'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/encoding'
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/filesystem'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/filesystem'
cd legacydb; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/fmradio'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/fmradio'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/asmjscache'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/asmjscache'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/media/gmp-plugin'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/media/gmp-plugin'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/storage'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/storage'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken/legacydb'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken/legacydb'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/mobilemessage'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/mobilemessage'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/indexedDB/ipc'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/indexedDB/ipc'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/network'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/network'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 lgglue.h lowkeyi.h lowkeyti.h pkcs11ni.h softoken.h softoknt.h softkver.h sdb.h sftkdbt.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/plugins/ipc'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/plugins/ipc'
cd base; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/webidl'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/webidl'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/telephony'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/telephony'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/ipc'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/ipc'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/plugins/ipc/hangui'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/plugins/ipc/hangui'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/bluetooth'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/bluetooth'
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/base'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 baset.h base.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/skia'
make[5]: Nothing to be done for `export'.
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/webspeech/synth'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/webspeech/synth'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/gmp'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/gmp'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/gfx/skia'
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/base'
cd dev; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/ipc'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/ipc'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/style'
../../config/nsinstall -R -m 644 'nsStyleStructList.h' '../../dist/include'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/style'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/extensions/spellcheck/locales'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/extensions/spellcheck/locales'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/media'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/media'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/extensions/spellcheck/hunspell/src'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/extensions/spellcheck/hunspell/src'
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/dev'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/manager/boot/src'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/manager/boot/src'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/manager/pki/src'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/manager/pki/src'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 ckhelper.h devm.h devtm.h devt.h dev.h nssdevt.h nssdev.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/urlformatter'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/urlformatter'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/telemetry'
../../../config/nsinstall -R -m 644 'TelemetryHistogramEnums.h' '../../../dist/include/mozilla'
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/dev'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/telemetry'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/feeds'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/feeds'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/content'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/content'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/locales'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/locales'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/extensions/pref/autoconfig/src'
../../../../config/nsinstall -R -m 644 '/home/lizhenbo/src/gecko/extensions/pref/autoconfig/src/prefcalls.js' '../../../../dist/bin/defaults/autoconfig'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/crashreporter/google-breakpad/src/common'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/crashreporter/google-breakpad/src/common'
cd pki; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/services/common'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/services/common'
../../../../config/nsinstall -R -m 644 '/home/lizhenbo/src/gecko/extensions/pref/autoconfig/src/win/platform.js' '../../../../dist/bin/defaults/autoconfig'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/services/sync'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/services/sync'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/extensions/pref/autoconfig/src'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/addon-sdk'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/addon-sdk'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/library'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/library'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/tools/quitter'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/tools/quitter'
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/pki'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/stub'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/stub'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/app'
../../config/nsinstall -D ../../dist/branding
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/examples/simple'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/examples/simple'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pki.h pkit.h nsspkit.h nsspki.h pkistore.h pki3hack.h pkitm.h pkim.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
cp /home/lizhenbo/src/gecko/xulrunner/app/xulrunner.ico ../../dist/branding/xulrunner.ico
cp /home/lizhenbo/src/gecko/xulrunner/app/xulrunner.ico ../../dist/branding/app.ico
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/pki'
cp /home/lizhenbo/src/gecko/xulrunner/app/document.ico ../../dist/branding/document.ico
cd libpkix; make private_export
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/app'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/xre'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/xre'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/tools/redit'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/tools/redit'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/build/win32'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/build/win32'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/db/sqlite3/src'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/db/sqlite3/src'
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/idl-parser'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/idl-parser'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/src/shell'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/src/shell'
cd include; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/typelib/xpt'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/typelib/xpt'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/base'
../../config/nsinstall -R -m 644 'ErrorListCDefines.h' '../../dist/include'
../../config/nsinstall -R -m 644 'ErrorListCxxDefines.h' '../../dist/include'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/unicharutil/util/internal'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/unicharutil/util/internal'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/cookie'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/cookie'
From ../../dist/idl: Kept 1053 existing; Added/updated 0; Removed 0 files and 0 directories.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/base'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/dns'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/dns'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/protocol/ftp'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/protocol/ftp'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/protocol/websocket'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/protocol/websocket'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/protocol/http'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/protocol/http'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/protocol/wyciwyg'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/protocol/wyciwyg'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/include'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix.h pkix_crlsel.h pkix_errorstrings.h pkix_results.h pkixt.h pkix_certsel.h pkix_params.h pkix_revchecker.h pkix_certstore.h pkix_pl_pki.h pkix_sample_modules.h pkix_checker.h pkix_pl_system.h pkix_util.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/ipc'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/ipc'
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/include'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/app/profile'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/app/profile'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/library/gtest'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/library/gtest'
cd pkix; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/typelib/xpt/tools'
../../../../config/nsinstall -R -m 644 '/home/lizhenbo/src/gecko/xpcom/typelib/xpt/tools/xpt.py' '../../../../dist/sdk/bin'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue/standalone'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue/standalone'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/typelib/xpt/tools'
cd certsel; make private_export
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue/nomozalloc'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue/nomozalloc'
make[6]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/makefiles/xpidl'
mkdir -p '../../../dist/include/'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue/staticruntime'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue/staticruntime'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/certsel'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/app/profile/chrome'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xulrunner/app/profile/chrome'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_certselector.h pkix_comcertselparams.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/certsel'
make[6]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/makefiles/xpidl'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/xpidl'
cd crlsel; make private_export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue/standalone/staticruntime'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/glue/standalone/staticruntime'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/crlsel'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_comcrlselparams.h pkix_crlselector.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/crlsel'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/xpconnect/src'
make[5]: Nothing to be done for `export'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/js/xpconnect/src'
cd checker; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/checker'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_basicconstraintschecker.h pkix_certchainchecker.h pkix_crlchecker.h pkix_ekuchecker.h pkix_expirationchecker.h pkix_namechainingchecker.h pkix_nameconstraintschecker.h pkix_ocspchecker.h pkix_policychecker.h pkix_revocationmethod.h pkix_revocationchecker.h pkix_signaturechecker.h pkix_targetcertchecker.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/checker'
cd params; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/params'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_procparams.h pkix_trustanchor.h pkix_valparams.h pkix_resourcelimits.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/params'
cd results; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/results'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_buildresult.h pkix_policynode.h pkix_valresult.h pkix_verifynode.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/results'
cd store; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/store'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_store.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/store'
cd top; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/top'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_build.h pkix_lifecycle.h pkix_validate.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/top'
cd util; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/util'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_tools.h pkix_error.h pkix_logger.h pkix_list.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/util'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix'
cd pkix_pl_nss; make private_export
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss'
cd pki; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/pki'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_pl_basicconstraints.h pkix_pl_cert.h pkix_pl_certpolicyinfo.h pkix_pl_certpolicymap.h pkix_pl_certpolicyqualifier.h pkix_pl_crl.h pkix_pl_crldp.h pkix_pl_crlentry.h pkix_pl_date.h pkix_pl_generalname.h pkix_pl_infoaccess.h pkix_pl_nameconstraints.h pkix_pl_ocsprequest.h pkix_pl_ocspresponse.h pkix_pl_publickey.h pkix_pl_x500name.h pkix_pl_ocspcertid.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/pki'
cd system; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/system'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_pl_common.h pkix_pl_mem.h pkix_pl_object.h pkix_pl_string.h pkix_pl_primhash.h pkix_pl_bigint.h pkix_pl_mutex.h pkix_pl_bytearray.h pkix_pl_lifecycle.h pkix_pl_oid.h pkix_pl_hashtable.h pkix_pl_rwlock.h pkix_pl_monitorlock.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/system'
cd module; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/module'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkix_pl_aiamgr.h pkix_pl_colcertstore.h pkix_pl_httpcertstore.h pkix_pl_httpdefaultclient.h pkix_pl_ldapt.h pkix_pl_ldapcertstore.h pkix_pl_ldapresponse.h pkix_pl_ldaprequest.h pkix_pl_ldapdefaultclient.h pkix_pl_nsscontext.h pkix_pl_pk11certstore.h pkix_pl_socket.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/module'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix'
cd certdb; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/certdb'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 genname.h xconst.h certxutl.h certi.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/certdb'
cd certhigh; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/certhigh'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 ocspti.h ocspi.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/certhigh'
cd pk11wrap; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/pk11wrap'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 secmodi.h dev3hack.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/pk11wrap'
cd cryptohi; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/cryptohi'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/cryptohi'
cd nss; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/nss'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 nssrenam.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/nss'
cd zlib; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/zlib'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 zlib.h zconf.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/zlib'
cd ssl; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/ssl'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/ssl'
cd pkcs12; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/pkcs12'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/pkcs12'
cd pkcs7; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/pkcs7'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 p7local.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/pkcs7'
cd smime; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/smime'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 cmslocal.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/smime'
cd crmf; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/crmf'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 crmfi.h crmfit.h cmmfi.h cmmfit.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/crmf'
cd jar; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/jar'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/jar'
cd ckfw; make private_export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw'
cd builtins; make private_export
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw/builtins'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw/builtins'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 ck.h ckfw.h ckfwm.h ckfwtm.h ckmd.h ckt.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/private/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw'
There are no private exports.
make[6]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib'
make -C /home/lizhenbo/src/gecko/security/nss/lib export CC=' i686-w64-mingw32-gcc -mwindows' SOURCE_MD_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist SOURCE_MDHEADERS_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr DIST=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist NSPR_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr NSPR_LIB_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib MOZILLA_CLIENT=1 NO_MDUPDATE=1 NSS_ENABLE_ECC=1 OS_DLLFLAGS='-static-libgcc' NSPR31_LIB_PREFIX=lib SQLITE_LIB_NAME=mozsqlite3 SQLITE_INCLUDE_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include topsrcdir='/home/lizhenbo/src/gecko' BUILD='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/$(subst $(topsrcdir)/security/,,$(CURDIR))' BUILD_TREE='$(BUILD)' OBJDIR='$(BUILD)' DEPENDENCIES='$(BUILD)/.deps' SINGLE_SHLIB_DIR='$(BUILD)' SOURCE_XP_DIR=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist BUILD_OPT=1 OPT_CODE_SIZE=1 NS_USE_GCC=1 OS_TARGET=WIN95 NSS_ENABLE_ZLIB= PROGRAMS= CHECKLOC= NATIVE_CC='cc' CC=' i686-w64-mingw32-gcc -mwindows' CCC=' i686-w64-mingw32-g++ -mwindows' LINK='i686-w64-mingw32-ld' AS=' i686-w64-mingw32-gcc -mwindows' AR='i686-w64-mingw32-ar crs $@' RANLIB='i686-w64-mingw32-ranlib' RC='i686-w64-mingw32-windres -O coff --use-temp-file' OS_ARCH='WINNT' OS_TEST='i686' CPU_ARCH='i686' FREEBL_NO_DEPEND=0 NSS_NO_PKCS11_BYPASS=1 PUBLIC_EXPORT_DIR='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/$(MODULE)' SOURCE_XPHEADERS_DIR='$(SOURCE_XP_DIR)/include/$(MODULE)' MODULE_INCLUDES='$(addprefix -I$(SOURCE_XP_DIR)/include/,$(REQUIRES))' MAKE_OBJDIR='$(INSTALL) -D $(OBJDIR)' TARGETS='$(LIBRARY) $(SHARED_LIBRARY) $(PROGRAM)' NSINSTALL='/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall' INSTALL='$(NSINSTALL) -t' PRIVATE_EXPORTS=
make[6]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib'
cd util; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/util'
Creating /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 base64.h ciferfam.h hasht.h nssb64.h nssb64t.h nsslocks.h nssilock.h nssilckt.h nssrwlk.h nssrwlkt.h nssutil.h pkcs11.h pkcs11f.h pkcs11p.h pkcs11t.h pkcs11n.h pkcs11u.h pkcs1sig.h portreg.h secasn1.h secasn1t.h seccomon.h secder.h secdert.h secdig.h secdigt.h secitem.h secoid.h secoidt.h secport.h secerr.h utilmodt.h utilrename.h utilpars.h utilparst.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/util'
cd freebl; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/freebl'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 blapit.h shsign.h ecl/ecl-exp.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/freebl'
cd dbm; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm'
cd include; make export
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm/include'
Creating /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/dbm
There are no private exports.
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 cdefs.h mcom_db.h ncompat.h winfile.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/dbm
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm/include'
cd src; make export
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm/src'
make[8]: Nothing to be done for `export'.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm/src'
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/dbm'
cd softoken; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken'
cd legacydb; make export
cd legacydb; make private_export
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken/legacydb'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken/legacydb'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken/legacydb'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken/legacydb'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/softoken'
cd base; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/base'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 nssbaset.h nssbase.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/base'
cd dev; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/dev'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/dev'
cd pki; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/pki'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/pki'
cd libpkix; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix'
cd include; make export
cd include; make private_export
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/include'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/include'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/include'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/include'
cd pkix; make export
cd pkix; make private_export
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix'
cd certsel; make export
cd certsel; make private_export
cd certsel; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/certsel'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/certsel'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/certsel'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/certsel'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/certsel'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/certsel'
cd crlsel; make export
cd crlsel; make private_export
cd crlsel; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/crlsel'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/crlsel'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/crlsel'
There are no private exports.
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/crlsel'
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/crlsel'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/crlsel'
cd checker; make private_export
cd checker; make export
cd checker; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/checker'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/checker'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/checker'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/checker'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/checker'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/checker'
cd params; make private_export
cd params; make export
cd params; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/params'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/params'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/params'
There are no private exports.
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/params'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/params'
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/params'
cd results; make private_export
cd results; make export
cd results; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/results'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/results'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/results'
There are no private exports.
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/results'
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/results'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/results'
cd store; make private_export
cd store; make private_export
cd store; make export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/store'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/store'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/store'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/store'
There are no private exports.
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/store'
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/store'
cd top; make private_export
cd top; make private_export
cd top; make export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/top'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/top'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/top'
There are no private exports.
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/top'
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/top'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/top'
cd util; make private_export
cd util; make export
cd util; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/util'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/util'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/util'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/util'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/util'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix/util'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix'
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix'
cd pkix_pl_nss; make export
cd pkix_pl_nss; make private_export
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss'
cd pki; make export
cd pki; make private_export
cd pki; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/pki'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/pki'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/pki'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/pki'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/pki'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/pki'
cd system; make export
cd system; make private_export
cd system; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/system'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/system'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/system'
There are no private exports.
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/system'
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/system'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/system'
cd module; make export
cd module; make private_export
cd module; make private_export
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/module'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/module'
make[9]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/module'
There are no private exports.
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/module'
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/module'
There are no private exports.
make[9]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss/module'
There are no private exports.
There are no private exports.
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss'
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix/pkix_pl_nss'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/libpkix'
cd certdb; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/certdb'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 cert.h certt.h certdb.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/certdb'
cd certhigh; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/certhigh'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 ocsp.h ocspt.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/certhigh'
cd pk11wrap; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/pk11wrap'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 secmod.h secmodt.h secpkcs5.h pk11func.h pk11pub.h pk11priv.h pk11sdr.h pk11pqg.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/pk11wrap'
cd cryptohi; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/cryptohi'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 cryptohi.h cryptoht.h key.h keyhi.h keyt.h keythi.h sechash.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/cryptohi'
cd nss; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/nss'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 nss.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/nss'
cd zlib; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/zlib'
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/zlib'
cd ssl; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/ssl'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 ssl.h sslt.h sslerr.h sslproto.h preenc.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/ssl'
cd pkcs12; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/pkcs12'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 pkcs12t.h pkcs12.h p12plcy.h p12.h p12t.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/pkcs12'
cd pkcs7; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/pkcs7'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 secmime.h secpkcs7.h pkcs7t.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/pkcs7'
cd smime; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/smime'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 cms.h cmst.h smime.h cmsreclist.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/smime'
cd crmf; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/crmf'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 crmf.h crmft.h cmmf.h cmmft.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/crmf'
cd jar; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/jar'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 jar.h jar-ds.h jarfile.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/jar'
cd ckfw; make export
make[7]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw'
cd builtins; make export
cd builtins; make private_export
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw/builtins'
make[8]: Entering directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw/builtins'
There are no private exports.
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 nssckbi.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw/builtins'
make[8]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw/builtins'
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/nsinstall -t -m 444 nssck.api nssckepv.h nssckft.h nssckfw.h nssckfwc.h nssckfwt.h nssckg.h nssckmdt.h nssckt.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss
There are no private exports.
make[7]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib/ckfw'
make[6]: Leaving directory `/home/lizhenbo/src/gecko/security/nss/lib'
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/nss'
make[4]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
make[3]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
make compile
make[3]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
make recurse_compile
make[4]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config'
make[5]: Nothing to be done for `host'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/nspr'
make -C ../../../nsprpub libs dist_includedir=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include
make[6]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub'
make -C config export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/db/sqlite3/src'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/db/sqlite3/src'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/modules/zlib/src'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/modules/zlib/src'
make[7]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/config'
rm -f /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/bin/nspr-config
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/unicharutil/util'
../../../config/nsinstall -R -m 644 'libunicharutil_external_s.a' '../../../dist/sdk/lib'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/mfbt'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/mfbt'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/commandlines'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/commandlines'
make[7]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/config'
make -C pr export
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/unicharutil/util'
make[7]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr'
make -C include export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/finalizationwitness'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/finalizationwitness'
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include'
make -C md export
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/md'
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_openbsd.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_nto.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_osf1.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_riscos.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_dgux.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_bsdi.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_aix32.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_hpux64.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_os2.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_linux.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_qnx.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_darwin.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_beos.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_irix32.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_winnt.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_win95.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_solaris.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_unixware7.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_freebsd.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_scoos.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_irix64.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_unixware.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_aix64.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_symbian.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_netbsd.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_hpux32.cfg /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/md
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/wave'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/wave'
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_win95.cfg /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/manager/pki/src'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/manager/pki/src'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/terminator'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/terminator'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/activities'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/activities'
mv -f /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/_win95.cfg /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/prcpucfg.h
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/md'
make -C private export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/devtools/security'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/devtools/security'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/uriloader/prefetch'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/uriloader/prefetch'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/places'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/places'
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/private'
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/private/pprio.h /home/lizhenbo/src/gecko/nsprpub/pr/include/private/pprthred.h /home/lizhenbo/src/gecko/nsprpub/pr/include/private/prpriv.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/private
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/private'
make -C obsolete export
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/obsolete'
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/pralarm.h /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/probslet.h /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/protypes.h /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/prsem.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/obsolete
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/battery'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/battery'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/obsolete'
../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/pr/include/prcvar.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlock.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prrng.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prenv.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prprf.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtypes.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtime.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlink.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prdtoa.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prwin16.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtrace.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prproces.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prmon.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prsystem.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prinrval.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prmem.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prrwlock.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prerr.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prinet.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prcmon.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtpool.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prshm.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prcountr.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prclist.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prerror.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlog.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prmwait.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prio.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prolock.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prinit.h /home/lizhenbo/src/gecko/nsprpub/pr/include/pratom.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prpdce.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlong.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prshma.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prvrsion.h /home/lizhenbo/src/gecko/nsprpub/pr/include/nspr.h /home/lizhenbo/src/gecko/nsprpub/pr/include/pripcsem.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prnetdb.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prthread.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prbit.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include'
make -C src export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/mathml'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/mathml'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/dns'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/netwerk/dns'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/manager/boot/src'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/manager/boot/src'
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
make -C io export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/webaudio/blink'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/webaudio/blink'
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/io'
make[9]: Nothing to be done for `export'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/io'
make -C linking export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/gmp'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/gmp'
WMFUtils.o
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/wmf'
i686-w64-mingw32-g++ -mwindows -o WMFUtils.o -c -DNOMINMAX -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/content/media/wmf -I. -I../../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/WMFUtils.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/linking'
make[9]: Nothing to be done for `export'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/linking'
make -C malloc export
DXVA2Manager.o
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/malloc'
make[9]: Nothing to be done for `export'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/malloc'
make -C md export
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md'
make -C windows export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/reflect/xptcall/md/win32'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/xpcom/reflect/xptcall/md/win32'
i686-w64-mingw32-g++ -mwindows -o DXVA2Manager.o -c -DNOMINMAX -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/content/media/wmf -I. -I../../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/DXVA2Manager.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/content/media/wmf/DXVA2Manager.cpp
WMFReader.o
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/printing'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/printing'
make[10]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md/windows'
make[10]: Nothing to be done for `export'.
make[10]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md/windows'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md'
make -C memory export
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/memory'
make[9]: Nothing to be done for `export'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/memory'
make -C misc export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/find'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/components/find'
i686-w64-mingw32-g++ -mwindows -o WMFReader.o -c -DNOMINMAX -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/content/media/wmf -I. -I../../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/WMFReader.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/content/media/wmf/WMFReader.cpp
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/misc'
make[9]: Nothing to be done for `export'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/misc'
make -C threads export
WMFSourceReaderCallback.o
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads'
make -C combined export
make[10]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads/combined'
make[10]: Nothing to be done for `export'.
make[10]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads/combined'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads'
make build
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
../../config/./nsinstall -R -m 444 ./nspr4_s.a ./nspr4.dll ./libnspr4.a /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib
../../config/./nsinstall -R -m 444 ./nspr4.dll /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/bin
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/tables'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/tables'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
make[7]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr'
make -C lib export
make[7]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib'
make -C ds export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/image/decoders/icon'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/image/decoders/icon'
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/ds'
../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/lib/ds/plarenas.h /home/lizhenbo/src/gecko/nsprpub/lib/ds/plarena.h /home/lizhenbo/src/gecko/nsprpub/lib/ds/plhash.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include
../../config/./nsinstall -R -m 444 ./plds4_s.a ./plds4.dll ./libplds4.a /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib
../../config/./nsinstall -R -m 444 ./plds4.dll /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/bin
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/ds'
make -C libc export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/xslt/base'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/xslt/base'
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc'
make -C include export
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/editor/libeditor'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/editor/libeditor'
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/include'
../../../config/./nsinstall -R -m 444 /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plbase64.h /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plstr.h /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plgetopt.h /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plerror.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/include'
make -C src export
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/src'
../../../config/./nsinstall -R -m 444 ./plc4_s.a ./plc4.dll ./libplc4.a /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/lib
../../../config/./nsinstall -R -m 444 ./plc4.dll /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/bin
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/src'
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc'
make[7]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib'
make[6]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub'
make -C ../../../nsprpub install prefix=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk exec_prefix=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk bindir=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/dummy includedir=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include libdir=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/lib datadir=/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/dummy DESTDIR=
make[6]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub'
make -C config install
make[7]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/config'
../config/./nsinstall -t -m 0755 nspr-config /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/dummy
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/power'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/power'
../config/./nsinstall -D /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/dummy/aclocal
../config/./nsinstall -t -m 0644 /home/lizhenbo/src/gecko/nsprpub/config/nspr.m4 /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/dummy/aclocal
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/uconv'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/intl/uconv'
../config/./nsinstall -D /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/lib/pkgconfig
../config/./nsinstall -t -m 0644 nspr.pc /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/lib/pkgconfig
make[7]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/config'
make -C pr install
make[7]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr'
make -C include install
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/certverifier'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/security/certverifier'
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include'
../../config/./nsinstall -t -m 0644 /home/lizhenbo/src/gecko/nsprpub/pr/include/prcvar.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlock.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prrng.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prenv.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prprf.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtypes.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtime.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlink.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prdtoa.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prwin16.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtrace.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prproces.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prmon.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prsystem.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prinrval.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prmem.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prrwlock.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prerr.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prinet.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prcmon.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prtpool.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prshm.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prcountr.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prclist.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prerror.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlog.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prmwait.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prio.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prolock.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prinit.h /home/lizhenbo/src/gecko/nsprpub/pr/include/pratom.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prpdce.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prlong.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prshma.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prvrsion.h /home/lizhenbo/src/gecko/nsprpub/pr/include/nspr.h /home/lizhenbo/src/gecko/nsprpub/pr/include/pripcsem.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prnetdb.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prthread.h /home/lizhenbo/src/gecko/nsprpub/pr/include/prbit.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/xul/templates/src'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/xul/templates/src'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/profile'
mkdir -p '.deps/'
make -C md install
ProfileUnlockerWin.o
i686-w64-mingw32-g++ -mwindows -o ProfileUnlockerWin.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/toolkit/profile -I. -I/home/lizhenbo/src/gecko/toolkit/profile/../xre -I/home/lizhenbo/src/gecko/profile/dirserviceprovider -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/ProfileUnlockerWin.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/animation'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/animation'
nsProfileLock.o
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/md'
../../../config/./nsinstall -D /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/md
../../../config/./nsinstall -t -m 644 /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_openbsd.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_nto.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_osf1.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_riscos.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_dgux.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_bsdi.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_aix32.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_hpux64.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_os2.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_linux.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_qnx.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_darwin.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_beos.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_irix32.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_winnt.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_win95.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_solaris.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_unixware7.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_freebsd.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_scoos.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_irix64.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_unixware.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_aix64.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_symbian.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_netbsd.cfg /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_hpux32.cfg /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/md
../../../config/./nsinstall -t -m 644 /home/lizhenbo/src/gecko/nsprpub/pr/include/md/_win95.cfg /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include
mv -f /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/_win95.cfg /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/prcpucfg.h
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/xslt/xml'
mkdir -p '.deps/'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/md'
make -C private install
txXMLParser.o
i686-w64-mingw32-g++ -mwindows -o txXMLParser.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/xslt/xml -I. -I/home/lizhenbo/src/gecko/dom/xslt/xml/../base -I/home/lizhenbo/src/gecko/dom/xslt/xml/../xpath -I/home/lizhenbo/src/gecko/dom/xslt/xml/../xslt -I/home/lizhenbo/src/gecko/content/base/src -I../../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/txXMLParser.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/xslt/xml/txXMLParser.cpp
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/private'
../../../config/./nsinstall -t -m 0644 /home/lizhenbo/src/gecko/nsprpub/pr/include/private/pprio.h /home/lizhenbo/src/gecko/nsprpub/pr/include/private/pprthred.h /home/lizhenbo/src/gecko/nsprpub/pr/include/private/prpriv.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/private
txXMLUtils.o
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/xslt/xslt'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/xslt/xslt'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/generic'
make[5]: Nothing to be done for `target'.
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/generic'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/private'
make -C obsolete install
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/obsolete'
../../../config/./nsinstall -t -m 0644 /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/pralarm.h /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/probslet.h /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/protypes.h /home/lizhenbo/src/gecko/nsprpub/pr/include/obsolete/prsem.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/obsolete
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/mobilemessage'
mkdir -p '.deps/'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include/obsolete'
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/include'
make -C src install
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/asmjscache'
mkdir -p '.deps/'
Constants.o
i686-w64-mingw32-g++ -mwindows -o Constants.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/Constants.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/Constants.cpp
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
../../config/./nsinstall -t -m 0755 ./nspr4_s.a ./nspr4.dll ./libnspr4.a /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/lib/
make -C io install
DOMMobileMessageError.o
AsmJSCache.o
i686-w64-mingw32-g++ -mwindows -o AsmJSCache.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/asmjscache -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/AsmJSCache.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/asmjscache/AsmJSCache.cpp
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/io'
make[9]: Nothing to be done for `install'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/io'
make -C linking install
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/linking'
make[9]: Nothing to be done for `install'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/linking'
make -C malloc install
i686-w64-mingw32-g++ -mwindows -o txXMLUtils.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/xslt/xml -I. -I/home/lizhenbo/src/gecko/dom/xslt/xml/../base -I/home/lizhenbo/src/gecko/dom/xslt/xml/../xpath -I/home/lizhenbo/src/gecko/dom/xslt/xml/../xslt -I/home/lizhenbo/src/gecko/content/base/src -I../../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/txXMLUtils.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/xslt/xml/txXMLUtils.cpp
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/malloc'
make[9]: Nothing to be done for `install'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/malloc'
make -C md install
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md'
make -C windows install
make[10]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md/windows'
make[10]: Nothing to be done for `install'.
make[10]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md/windows'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/md'
make -C memory install
i686-w64-mingw32-g++ -mwindows -o DOMMobileMessageError.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/DOMMobileMessageError.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/DOMMobileMessageError.cpp
DeletedMessageInfo.o
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/memory'
make[9]: Nothing to be done for `install'.
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/memory'
make -C misc install
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/misc'
../../../config/./nsinstall -t -m 0755 /home/lizhenbo/src/gecko/nsprpub/pr/src/misc/compile-et.pl /home/lizhenbo/src/gecko/nsprpub/pr/src/misc/prerr.properties /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/dummy
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/misc'
make -C threads install
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads'
make -C combined install
make[10]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads/combined'
make[10]: Nothing to be done for `install'.
make[10]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads/combined'
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src/threads'
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr/src'
make[7]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/pr'
make -C lib install
make[7]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib'
make -C ds install
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/ds'
../../config/./nsinstall -t -m 0644 /home/lizhenbo/src/gecko/nsprpub/lib/ds/plarenas.h /home/lizhenbo/src/gecko/nsprpub/lib/ds/plarena.h /home/lizhenbo/src/gecko/nsprpub/lib/ds/plhash.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/
../../config/./nsinstall -t -m 0755 ./plds4_s.a ./plds4.dll ./libplds4.a /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/lib/
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/ds'
make -C libc install
make[8]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc'
make -C include install
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/include'
../../../config/./nsinstall -t -m 0644 /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plbase64.h /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plstr.h /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plgetopt.h /home/lizhenbo/src/gecko/nsprpub/lib/libc/include/plerror.h /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/nspr-include/
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/include'
make -C src install
make[9]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/src'
../../../config/./nsinstall -t -m 0755 ./plc4_s.a ./plc4.dll ./libplc4.a /home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/sdk/lib/
make[9]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc/src'
make[8]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib/libc'
make[7]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub/lib'
make[6]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/nsprpub'
../../../config/nsinstall -R ../../../nsprpub/config/nspr-config ../../../dist/sdk/bin
rm -f -rf ../../../dist/sdk/dummy
rm -f -f ../../../dist/sdk/lib/nspr4.dll ../../../dist/sdk/lib/plc4.dll ../../../dist/sdk/lib/plds4.dll
rm -f -f ../../../dist/sdk/lib/libnspr4_s.a ../../../dist/sdk/lib/libplc4_s.a ../../../dist/sdk/lib/libplds4_s.a
libdom_xslt_xml.a.desc
rm -f libdom_xslt_xml.a
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python /home/lizhenbo/src/gecko/config/expandlibs_gen.py -o libdom_xslt_xml.a.desc txXMLParser.o txXMLUtils.o
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/config/external/nspr'
i686-w64-mingw32-g++ -mwindows -o DeletedMessageInfo.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/DeletedMessageInfo.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/DeletedMessageInfo.cpp
MmsMessage.o
libdom_asmjscache.a.desc
rm -f libdom_asmjscache.a
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python /home/lizhenbo/src/gecko/config/expandlibs_gen.py -o libdom_asmjscache.a.desc AsmJSCache.o
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/xslt/xml'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/svg'
mkdir -p '.deps/'
SVGFEContainerFrame.o
i686-w64-mingw32-g++ -mwindows -o SVGFEContainerFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SVGFEContainerFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/SVGFEContainerFrame.cpp
SVGFEImageFrame.o
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/asmjscache'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/datastore'
mkdir -p '.deps/'
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/devtools/server'
mkdir -p '.deps/'
DataStore.o
i686-w64-mingw32-g++ -mwindows -o DataStore.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/datastore -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/js/xpconnect/wrappers -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/DataStore.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/datastore/DataStore.cpp
DataStoreCursor.o
nsJSInspector.o
i686-w64-mingw32-g++ -mwindows -o nsJSInspector.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/toolkit/devtools/server -I. -I../../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/nsJSInspector.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/toolkit/devtools/server/nsJSInspector.cpp
i686-w64-mingw32-g++ -mwindows -o SVGFEImageFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SVGFEImageFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/SVGFEImageFrame.cpp
SVGFELeafFrame.o
libtoolkit_devtools_server.a.desc
rm -f libtoolkit_devtools_server.a
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python /home/lizhenbo/src/gecko/config/expandlibs_gen.py -o libtoolkit_devtools_server.a.desc nsJSInspector.o
i686-w64-mingw32-g++ -mwindows -o DataStoreCursor.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/datastore -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/js/xpconnect/wrappers -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/DataStoreCursor.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/datastore/DataStoreCursor.cpp
DataStoreDB.o
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/devtools/server'
i686-w64-mingw32-g++ -mwindows -o DataStoreDB.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/datastore -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/js/xpconnect/wrappers -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/DataStoreDB.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/datastore/DataStoreDB.cpp
DataStoreRevision.o
i686-w64-mingw32-g++ -mwindows -o MmsMessage.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/MmsMessage.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/MmsMessage.cpp
MobileMessageCallback.o
i686-w64-mingw32-g++ -mwindows -o SVGFELeafFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SVGFELeafFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/SVGFELeafFrame.cpp
SVGFEUnstyledLeafFrame.o
i686-w64-mingw32-g++ -mwindows -o MobileMessageCallback.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/MobileMessageCallback.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/MobileMessageCallback.cpp
MobileMessageCursorCallback.o
make[5]: Entering directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/view'
mkdir -p '.deps/'
nsView.o
i686-w64-mingw32-g++ -mwindows -o nsView.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/view -I. -I../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../mozilla-config.h -MD -MP -MF .deps/nsView.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/cairo /home/lizhenbo/src/gecko/view/nsView.cpp
nsViewManager.o
i686-w64-mingw32-g++ -mwindows -o DataStoreRevision.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/datastore -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/js/xpconnect/wrappers -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/DataStoreRevision.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/datastore/DataStoreRevision.cpp
DataStoreService.o
i686-w64-mingw32-g++ -mwindows -o nsViewManager.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/view -I. -I../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../mozilla-config.h -MD -MP -MF .deps/nsViewManager.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/cairo /home/lizhenbo/src/gecko/view/nsViewManager.cpp
In file included from /home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:7:0:
../../dist/include/mozilla/ProfileUnlockerWin.h:34:27: error: 'RM_UNIQUE_PROCESS' has not been declared
nsresult TryToTerminate(RM_UNIQUE_PROCESS& aProcess);
^
../../dist/include/mozilla/ProfileUnlockerWin.h:39:47: error: 'RM_UNIQUE_PROCESS' has not been declared
RM_UNIQUE_PROCESS[], UINT,
^
../../dist/include/mozilla/ProfileUnlockerWin.h:41:80: error: 'RM_PROCESS_INFO' has not been declared
typedef DWORD (WINAPI *RMGETLIST)(DWORD, UINT*, UINT*, RM_PROCESS_INFO[],
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp: In member function 'DWORD mozilla::ProfileUnlockerWin::StartSession(DWORD&)':
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:126:20: error: 'CCH_RM_SESSION_KEY' was not declared in this scope
WCHAR sessionKey[CCH_RM_SESSION_KEY + 1] = {0};
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:127:39: error: 'sessionKey' was not declared in this scope
return mRmStartSession(&aHandle, 0, sessionKey);
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp: In member function 'virtual nsresult mozilla::ProfileUnlockerWin::Unlock(uint32_t)':
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:160:16: error: 'RM_PROCESS_INFO' was not declared in this scope
nsAutoTArray<RM_PROCESS_INFO, 1> info;
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:160:34: error: template argument 1 is invalid
nsAutoTArray<RM_PROCESS_INFO, 1> info;
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:160:40: error: invalid type in declaration before ';' token
nsAutoTArray<RM_PROCESS_INFO, 1> info;
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:164:18: error: 'RmRebootReasonNone' was not declared in this scope
DWORD reason = RmRebootReasonNone;
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:166:10: error: request for member 'SetLength' in 'info', which is of non-class type 'int'
info.SetLength(numEntriesNeeded);
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:169:31: error: invalid types 'int[int]' for array subscript
&info[0], &reason);
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:181:31: error: invalid types 'int[UINT {aka unsigned int}]' for array subscript
rv = TryToTerminate(info[i].Process);
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp: At global scope:
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:193:36: error: 'nsresult mozilla::ProfileUnlockerWin::TryToTerminate' is not a static member of 'class mozilla::ProfileUnlockerWin'
ProfileUnlockerWin::TryToTerminate(RM_UNIQUE_PROCESS& aProcess)
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:193:36: error: 'RM_UNIQUE_PROCESS' was not declared in this scope
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:193:55: error: 'aProcess' was not declared in this scope
ProfileUnlockerWin::TryToTerminate(RM_UNIQUE_PROCESS& aProcess)
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:194:1: error: expected ',' or ';' before '{' token
{
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:277:1: error: expected '}' at end of input
} // namespace mozilla
^
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp: In member function 'DWORD mozilla::ProfileUnlockerWin::StartSession(DWORD&)':
/home/lizhenbo/src/gecko/profile/dirserviceprovider/ProfileUnlockerWin.cpp:128:1: error: control reaches end of non-void function [-Werror=return-type]
}
^
cc1plus: some warnings being treated as errors
make[5]: *** [ProfileUnlockerWin.o] Error 1
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/toolkit/profile'
make[4]: *** [toolkit/profile/target] Error 2
make[4]: *** Waiting for unfinished jobs....
i686-w64-mingw32-g++ -mwindows -o DataStoreService.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/datastore -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/js/xpconnect/wrappers -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/DataStoreService.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/datastore/DataStoreService.cpp
i686-w64-mingw32-g++ -mwindows -o MobileMessageCursorCallback.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/MobileMessageCursorCallback.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/MobileMessageCursorCallback.cpp
MobileMessageManager.o
i686-w64-mingw32-g++ -mwindows -o SVGFEUnstyledLeafFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SVGFEUnstyledLeafFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/SVGFEUnstyledLeafFrame.cpp
SVGTextFrame.o
i686-w64-mingw32-g++ -mwindows -o MobileMessageManager.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/MobileMessageManager.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/MobileMessageManager.cpp
MobileMessageService.o
i686-w64-mingw32-g++ -mwindows -o MobileMessageService.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/MobileMessageService.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/MobileMessageService.cpp
MobileMessageThread.o
libdom_datastore.a.desc
rm -f libdom_datastore.a
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python /home/lizhenbo/src/gecko/config/expandlibs_gen.py -o libdom_datastore.a.desc DataStore.o DataStoreCursor.o DataStoreDB.o DataStoreRevision.o DataStoreService.o
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/datastore'
i686-w64-mingw32-g++ -mwindows -o MobileMessageThread.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/MobileMessageThread.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/MobileMessageThread.cpp
SmsMessage.o
libview.a.desc
rm -f libview.a
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python /home/lizhenbo/src/gecko/config/expandlibs_gen.py -o libview.a.desc nsView.o nsViewManager.o
i686-w64-mingw32-g++ -mwindows -o SVGTextFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SVGTextFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/SVGTextFrame.cpp
SVGViewFrame.o
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/view'
i686-w64-mingw32-g++ -mwindows -o SVGViewFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SVGViewFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/SVGViewFrame.cpp
nsCSSFilterInstance.o
i686-w64-mingw32-g++ -mwindows -o SmsMessage.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SmsMessage.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/SmsMessage.cpp
SmsServicesFactory.o
i686-w64-mingw32-g++ -mwindows -o WMFSourceReaderCallback.o -c -DNOMINMAX -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/content/media/wmf -I. -I../../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/WMFSourceReaderCallback.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/content/media/wmf/WMFSourceReaderCallback.cpp
i686-w64-mingw32-g++ -mwindows -o SmsServicesFactory.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SmsServicesFactory.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/SmsServicesFactory.cpp
SmsChild.o
i686-w64-mingw32-g++ -mwindows -o nsCSSFilterInstance.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsCSSFilterInstance.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsCSSFilterInstance.cpp
nsFilterInstance.o
i686-w64-mingw32-g++ -mwindows -o SmsChild.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SmsChild.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/ipc/SmsChild.cpp
SmsIPCService.o
i686-w64-mingw32-g++ -mwindows -o nsFilterInstance.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsFilterInstance.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsFilterInstance.cpp
nsSVGAFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGAFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGAFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGAFrame.cpp
nsSVGClipPathFrame.o
i686-w64-mingw32-g++ -mwindows -o SmsIPCService.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SmsIPCService.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/ipc/SmsIPCService.cpp
SmsParent.o
i686-w64-mingw32-g++ -mwindows -o nsSVGClipPathFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGClipPathFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGClipPathFrame.cpp
nsSVGContainerFrame.o
i686-w64-mingw32-g++ -mwindows -o SmsParent.o -c -DWIN32_LEAN_AND_MEAN -D_WIN32 -DWIN32 -D_CRT_RAND_S -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DOS_WIN=1 -D_UNICODE -DCHROMIUM_BUILD -DU_STATIC_IMPLEMENTATION -DUNICODE -DNOMINMAX -D_WINDOWS -D_SECURE_ATL -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/dom/mobilemessage -I. -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/ipc/ipdl/_ipdlheaders -I/home/lizhenbo/src/gecko/dom/base -I/home/lizhenbo/src/gecko/ipc/chromium/src -I/home/lizhenbo/src/gecko/ipc/glue -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/SmsParent.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/dom/mobilemessage/ipc/SmsParent.cpp
i686-w64-mingw32-g++ -mwindows -o nsSVGContainerFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGContainerFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGContainerFrame.cpp
nsSVGEffects.o
i686-w64-mingw32-g++ -mwindows -o nsSVGEffects.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGEffects.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGEffects.cpp
nsSVGFilterFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGFilterFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGFilterFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGFilterFrame.cpp
nsSVGFilterInstance.o
i686-w64-mingw32-g++ -mwindows -o nsSVGFilterInstance.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGFilterInstance.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGFilterInstance.cpp
nsSVGForeignObjectFrame.o
libdom_mobilemessage.a.desc
rm -f libdom_mobilemessage.a
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python /home/lizhenbo/src/gecko/config/expandlibs_gen.py -o libdom_mobilemessage.a.desc Constants.o DOMMobileMessageError.o DeletedMessageInfo.o MmsMessage.o MobileMessageCallback.o MobileMessageCursorCallback.o MobileMessageManager.o MobileMessageService.o MobileMessageThread.o SmsMessage.o SmsServicesFactory.o SmsChild.o SmsIPCService.o SmsParent.o
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dom/mobilemessage'
i686-w64-mingw32-g++ -mwindows -o nsSVGForeignObjectFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGForeignObjectFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGForeignObjectFrame.cpp
nsSVGGFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGGFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGGFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGGFrame.cpp
nsSVGGenericContainerFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGGenericContainerFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGGenericContainerFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGGenericContainerFrame.cpp
nsSVGGradientFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGGradientFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGGradientFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGGradientFrame.cpp
nsSVGImageFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGImageFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGImageFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGImageFrame.cpp
nsSVGInnerSVGFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGInnerSVGFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGInnerSVGFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGInnerSVGFrame.cpp
nsSVGIntegrationUtils.o
i686-w64-mingw32-g++ -mwindows -o nsSVGIntegrationUtils.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGIntegrationUtils.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGIntegrationUtils.cpp
nsSVGMarkerFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGMarkerFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGMarkerFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGMarkerFrame.cpp
nsSVGMaskFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGMaskFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGMaskFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGMaskFrame.cpp
nsSVGOuterSVGFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGOuterSVGFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGOuterSVGFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGOuterSVGFrame.cpp
nsSVGPaintServerFrame.o
/home/lizhenbo/src/gecko/content/media/wmf/DXVA2Manager.cpp: In member function 'HRESULT mozilla::D3D9DXVA2Manager::Init()':
/home/lizhenbo/src/gecko/content/media/wmf/DXVA2Manager.cpp:71:12: error: 'Direct3DCreate9Ex' was not declared in this scope
decltype(Direct3DCreate9Ex)* d3d9Create =
^
/home/lizhenbo/src/gecko/content/media/wmf/DXVA2Manager.cpp:71:43: error: invalid type in declaration before '=' token
decltype(Direct3DCreate9Ex)* d3d9Create =
^
/home/lizhenbo/src/gecko/content/media/wmf/DXVA2Manager.cpp:72:6: error: expected primary-expression before 'decltype'
(decltype(Direct3DCreate9Ex)*) GetProcAddress(d3d9lib, "Direct3DCreate9Ex");
^
/home/lizhenbo/src/gecko/content/media/wmf/DXVA2Manager.cpp:72:6: error: expected ')' before 'decltype'
/home/lizhenbo/src/gecko/content/media/wmf/DXVA2Manager.cpp:74:53: error: 'd3d9Create' cannot be used as a function
HRESULT hr = d3d9Create(D3D_SDK_VERSION, getter_AddRefs(d3d9Ex));
^
i686-w64-mingw32-g++ -mwindows -o nsSVGPaintServerFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGPaintServerFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGPaintServerFrame.cpp
nsSVGPathGeometryFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGPathGeometryFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGPathGeometryFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGPathGeometryFrame.cpp
nsSVGPatternFrame.o
make[5]: *** [DXVA2Manager.o] Error 1
make[5]: *** Waiting for unfinished jobs....
i686-w64-mingw32-g++ -mwindows -o nsSVGPatternFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGPatternFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGPatternFrame.cpp
nsSVGStopFrame.o
i686-w64-mingw32-g++ -mwindows -o nsSVGStopFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGStopFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGStopFrame.cpp
nsSVGSwitchFrame.o
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp: In function 'HRESULT mozilla::wmf::MFCreateAttributes(IMFAttributes**, UINT32)':
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:19: error: '::MFCreateAttributes' has not been declared
ENSURE_FUNCTION_PTR(MFCreateAttributes, mfplat.dll)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:19: note: suggested alternative:
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:622:1: note: 'mozilla::wmf::MFCreateAttributes'
MFCreateAttributes(IMFAttributes **ppMFAttributes, UINT32 cInitialSize)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:19: error: '::MFCreateAttributes' has not been declared
ENSURE_FUNCTION_PTR(MFCreateAttributes, mfplat.dll)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:19: note: suggested alternative:
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:622:1: note: 'mozilla::wmf::MFCreateAttributes'
MFCreateAttributes(IMFAttributes **ppMFAttributes, UINT32 cInitialSize)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:64: error: invalid type in declaration before '=' token
ENSURE_FUNCTION_PTR(MFCreateAttributes, mfplat.dll)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:139: error: '::MFCreateAttributes' has not been declared
ENSURE_FUNCTION_PTR(MFCreateAttributes, mfplat.dll)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:139: note: suggested alternative:
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:622:1: note: 'mozilla::wmf::MFCreateAttributes'
MFCreateAttributes(IMFAttributes **ppMFAttributes, UINT32 cInitialSize)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:139: error: '::MFCreateAttributes' has not been declared
ENSURE_FUNCTION_PTR(MFCreateAttributes, mfplat.dll)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:139: note: suggested alternative:
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:622:1: note: 'mozilla::wmf::MFCreateAttributes'
MFCreateAttributes(IMFAttributes **ppMFAttributes, UINT32 cInitialSize)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:130: error: expected primary-expression before 'decltype'
ENSURE_FUNCTION_PTR(MFCreateAttributes, mfplat.dll)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:624:130: error: expected ')' before 'decltype'
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:625:62: error: 'MFCreateAttributesPtr' cannot be used as a function
return (MFCreateAttributesPtr)(ppMFAttributes, cInitialSize);
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFUtils.cpp:626:1: error: control reaches end of non-void function [-Werror=return-type]
}
^
cc1plus: some warnings being treated as errors
make[5]: *** [WMFUtils.o] Error 1
i686-w64-mingw32-g++ -mwindows -o nsSVGSwitchFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGSwitchFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGSwitchFrame.cpp
nsSVGUseFrame.o
In file included from /home/lizhenbo/src/gecko/content/media/wmf/WMFReader.cpp:7:0:
/home/lizhenbo/src/gecko/content/media/wmf/WMFReader.h: In constructor 'mozilla::WMFReader::WMFReader(mozilla::AbstractMediaDecoder*)':
/home/lizhenbo/src/gecko/content/media/wmf/WMFReader.h:98:11: warning: 'mozilla::WMFReader::mAudioFrameSum' will be initialized after [-Wreorder]
int64_t mAudioFrameSum;
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFReader.h:95:11: warning: 'int64_t mozilla::WMFReader::mAudioFrameOffset' [-Wreorder]
int64_t mAudioFrameOffset;
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFReader.cpp:46:1: warning: when initialized here [-Wreorder]
WMFReader::WMFReader(AbstractMediaDecoder* aDecoder)
^
In file included from /home/lizhenbo/src/gecko/content/media/wmf/WMFReader.cpp:7:0:
/home/lizhenbo/src/gecko/content/media/wmf/WMFReader.h:106:8: warning: 'mozilla::WMFReader::mUseHwAccel' will be initialized after [-Wreorder]
bool mUseHwAccel;
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFReader.h:102:8: warning: 'bool mozilla::WMFReader::mMustRecaptureAudioPosition' [-Wreorder]
bool mMustRecaptureAudioPosition;
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFReader.cpp:46:1: warning: when initialized here [-Wreorder]
WMFReader::WMFReader(AbstractMediaDecoder* aDecoder)
^
/home/lizhenbo/src/gecko/content/media/wmf/WMFReader.cpp: In member function 'void mozilla::WMFReader::GetSupportedAudioCodecs(const GUID**, uint32_t*)':
/home/lizhenbo/src/gecko/content/media/wmf/WMFReader.cpp:378:21: error: 'MFMPEG4Format_Base' was not declared in this scope
GUID aacOrMp3 = MFMPEG4Format_Base;
^
make[5]: *** [WMFReader.o] Error 1
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/content/media/wmf'
make[4]: *** [content/media/wmf/target] Error 2
i686-w64-mingw32-g++ -mwindows -o nsSVGUseFrame.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGUseFrame.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGUseFrame.cpp
nsSVGUtils.o
i686-w64-mingw32-g++ -mwindows -o nsSVGUtils.o -c -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/home/lizhenbo/src/gecko/layout/svg -I. -I/home/lizhenbo/src/gecko/layout/svg/../../content/base/src -I/home/lizhenbo/src/gecko/layout/svg/../../content/svg/content/src -I/home/lizhenbo/src/gecko/layout/svg/../../widget -I/home/lizhenbo/src/gecko/layout/svg/../base -I/home/lizhenbo/src/gecko/layout/svg/../generic -I/home/lizhenbo/src/gecko/layout/svg/../style -I/home/lizhenbo/src/gecko/layout/svg/../xul -I../../dist/include -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nspr -I/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/dist/include/nss -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsSVGUtils.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Werror=type-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -Wno-format -DWINE_GECKO_SRC -fno-exceptions -fno-strict-aliasing -mms-bitfields -mstackrealign -fno-keep-inline-dllexport -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer /home/lizhenbo/src/gecko/layout/svg/nsSVGUtils.cpp
liblayout_svg.a.desc
rm -f liblayout_svg.a
/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/_virtualenv/bin/python /home/lizhenbo/src/gecko/config/expandlibs_gen.py -o liblayout_svg.a.desc SVGFEContainerFrame.o SVGFEImageFrame.o SVGFELeafFrame.o SVGFEUnstyledLeafFrame.o SVGTextFrame.o SVGViewFrame.o nsCSSFilterInstance.o nsFilterInstance.o nsSVGAFrame.o nsSVGClipPathFrame.o nsSVGContainerFrame.o nsSVGEffects.o nsSVGFilterFrame.o nsSVGFilterInstance.o nsSVGForeignObjectFrame.o nsSVGGFrame.o nsSVGGenericContainerFrame.o nsSVGGradientFrame.o nsSVGImageFrame.o nsSVGInnerSVGFrame.o nsSVGIntegrationUtils.o nsSVGMarkerFrame.o nsSVGMaskFrame.o nsSVGOuterSVGFrame.o nsSVGPaintServerFrame.o nsSVGPathGeometryFrame.o nsSVGPatternFrame.o nsSVGStopFrame.o nsSVGSwitchFrame.o nsSVGUseFrame.o nsSVGUtils.o
make[5]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86/layout/svg'
make[4]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
make[3]: *** [compile] Error 2
make[3]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/home/lizhenbo/src/wine_gecko-2.34-beta2-x86'
make[1]: *** [realbuild] Error 2
make[1]: Leaving directory `/home/lizhenbo/src/gecko'
make: *** [build] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment