Advertisement
Guest User

GNU IceCat cross-compile for Windows error

a guest
Mar 10th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.58 KB | None | 0 0
  1. eliotime3000@eltm3K:~/Documentos/scripts/icecat-45.7.0$ ./mach build
  2.  0:00.28 /usr/bin/make -f client.mk -s
  3.  0:01.73 Adding client.mk options from /home/eliotime3000/Documentos/scripts/icecat-45.7.0/mozconfig:
  4.  0:01.73     AUTOCLOBBER=1
  5.  0:01.73     CONFIG_GUESS=i686-w64-mingw32
  6.  0:01.73     MOZ_OBJDIR=/home/eliotime3000/Documentos/scripts/mozilla-mingw
  7.  0:01.73     OBJDIR=/home/eliotime3000/Documentos/scripts/mozilla-mingw
  8.  0:01.73     FOUND_MOZCONFIG=/home/eliotime3000/Documentos/scripts/icecat-45.7.0/mozconfig
  9.  0:02.31 cd /home/eliotime3000/Documentos/scripts/mozilla-mingw
  10.  0:02.31 /home/eliotime3000/Documentos/scripts/icecat-45.7.0/configure
  11.  0:02.72 Adding configure options from /home/eliotime3000/Documentos/scripts/icecat-45.7.0/mozconfig
  12.  0:02.73   --enable-release
  13.  0:02.73   --enable-application=browser
  14.  0:02.73   --with-ccache
  15.  0:02.73   --with-l10n-base=/home/eliotime3000/Documentos/scripts/icecat-45.7.0/./l10n
  16.  0:02.73   --prefix=/usr
  17.  0:02.73   --host=x86_64-pc-linux
  18.  0:02.73   --target=i686-w64-mingw32
  19.  0:02.73   –with-windows-version=502
  20.  0:02.73   --enable-optimize=-pipe -O2
  21.  0:02.73   --disable-elf-hack
  22.  0:02.73   --enable-stdcxx-compat
  23.  0:02.73   --enable-strip
  24.  0:02.73   --enable-install-strip
  25.  0:02.73   --disable-gnomevfs
  26.  0:02.73   --enable-gio
  27.  0:02.73   --enable-default-toolkit=cairo-windows
  28.  0:02.73   --enable-official-branding
  29.  0:02.73   --with-distribution-id=org.gnu
  30.  0:02.73   --enable-safe-browsing
  31.  0:02.73   --enable-bundled-fonts
  32.  0:02.73   --disable-necko-wifi
  33.  0:02.73   --disable-debug
  34.  0:02.73   --disable-debug-symbols
  35.  0:02.73   --disable-tests
  36.  0:02.73   --disable-crashreporter
  37.  0:02.73   --disable-updater
  38.  0:02.74   --disable-update-channel
  39.  0:02.74   --disable-update-packaging
  40.  0:02.74   --disable-maintenance-service
  41.  0:02.74   --disable-parental-controls
  42.  0:02.74   --disable-webapp-runtime
  43.  0:02.74   --enable-gstreamer=0.10
  44.  0:02.74   --enable-raw
  45.  0:02.74   --enable-wave
  46.  0:02.74   --enable-webm
  47.  0:02.74   --disable-dbus
  48.  0:02.74   --disable-gconf
  49.  0:02.74   --disable-libjpeg_turbo
  50.  0:02.75   --enable-system-hunspell
  51.  0:02.75   --enable-system-ffi
  52.  0:02.75   --enable-system-pixman
  53.  0:02.75   --with-system-libevent
  54.  0:02.75   --with-system-libvpx
  55.  0:02.75   --with-system-nss
  56.  0:02.75   --with-system-icu
  57.  0:02.75   --with-system-bz2
  58.  0:02.75   --with-system-jpeg
  59.  0:02.75   --with-system-zlib
  60.  0:02.75   --enable-system-cairo
  61.  0:02.79 configure: warning: –with-windows-version=502: invalid host type
  62.  0:03.14 loading cache ./config.cache
  63.  0:03.14 configure: error: can only configure for one host and one target at a time
  64.  0:03.14 ------ config.log ------
  65.  0:03.14 This file contains any messages produced by compilers while
  66.  0:03.14 running configure, to aid debugging if configure makes a mistake.
  67.  0:03.14
  68.  0:03.14 configure: error: can only configure for one host and one target at a time
  69.  0:03.14 *** Fix above errors and then restart with\
  70.  0:03.14                "/usr/bin/make -f client.mk build"
  71.  0:03.14 /home/eliotime3000/Documentos/scripts/icecat-45.7.0/client.mk:359: recipe for target 'configure' failed
  72.  0:03.14 make[2]: *** [configure] Error 1
  73.  0:03.15 /home/eliotime3000/Documentos/scripts/icecat-45.7.0/client.mk:373: recipe for target '/home/eliotime3000/Documentos/scripts/mozilla-mingw/Makefile' failed
  74.  0:03.15 make[1]: *** [/home/eliotime3000/Documentos/scripts/mozilla-mingw/Makefile] Error 2
  75.  0:03.15 client.mk:171: recipe for target 'build' failed
  76.  0:03.15 make: *** [build] Error 2
  77.  0:03.16 0 compiler warnings present.
  78. eliotime3000@eltm3K:~/Documentos/scripts/icecat-45.7.0$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement