On Wednesday, August 3, 2016 at 9:01:03 PM UTC+3, icanre...@gmail.com wrote:
> When I do: ./mach run
> This is what I get:
> 
> firefox-hg $ ./mach run
>  0:00.90 /tmp/obj-x86_64-pc-linux-gnu/dist/bin/firefox -no-remote -profile 
> /tmp/obj-x86_64-pc-linux-gnu/tmp/scratch_user
> JavaScript error: resource://gre/modules/osfile/osfile_shared_allthreads.jsm, 
> line 92: NS_ERROR_FILE_NOT_FOUND: Component returned failure code: 0x80520012 
> (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.import]

Oh oops, looks like I misinterpreted the above error for whatever reason!
Looking at line 92 it's this:
  Cu.import("resource://gre/modules/ctypes.jsm");                               
and I'm using --disable-ctypes in mozconfig! so that explains it!
However, then, ctypes is necessary? because I'd rather not use it:
> js-ctypes allows application and extension code to call back and forth to 
> native code written in C. C++ support is possible through vtable pointers see 
> Using COM from js-ctypes.
src: https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes

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

Reply via email to