On 12.10.2014 01:46, locket...@gmail.com wrote:
I'm trying to compile Thunderbird from the latest trunk as of now but getting 
this error fairly early in the build process:

  0:57.89 ==============================
  0:57.89 ERROR PROCESSING MOZBUILD FILE
  0:57.89 ==============================
  0:57.89
  0:57.89 The error occurred while processing the following file:
  0:57.89
  0:57.91     c:/mozilla-source/comm-central/mozilla/moz.build
  0:57.91
  0:57.91 The underlying problem is an illegal file access. This is likely due 
to
  trying to access a file outside of the top source directory.
  0:57.91
  0:57.91 The path whose access was denied is:
  0:57.91
  0:57.91     c:/mozilla-source/comm-central/mail/app.mozbuild
  0:57.91
  0:57.91 Modify the script to not access this file and try again.
  0:57.91
  0:57.92 *** Fix above errors and then restart with\
  0:57.92                "/local/bin/make -f client.mk build"
  0:57.92 make[1]: *** [configure] Error 1
  0:57.92 make: *** 
[/c/mozilla-source/comm-central/obj-i686-pc-mingw32/Makefile]
  Error 2
  0:57.97 0 compiler warnings present.


I checked the file and the permissions seem fine (read/execute for current 
user). My .mozconfig looks like this:
ac_add_options --enable-application=mail
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-calendar


See Bug 1074711. I have worked around the problem by creating the environment variable 'MAKE' and setting it to 'C:/mozilla-build/mozmake/mozmake.exe'. Now the |mach configure| and |mach build| command pick up mozmake instead of the unsupported msys make.

/Stefan
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to