Re: Cross compile firfox on linux for windows

2016-02-05 Thread wolf . tobias
Am Donnerstag, 4. Februar 2016 16:35:58 UTC+1 schrieb wolf@gmx.net: > I try to do a cross compile on linux centos 64bit for windows 64 bit. I tried > as written here > "https://developer.mozilla.org/en-US/docs/Cross_Compile_Mozilla_for_Mingw32";. > > but I get always this error and don`t kn

Re: Cross compile firfox on linux for windows

2016-02-05 Thread Ehsan Akhgari
On 2016-02-04 10:35 AM, wolf.tob...@gmx.net wrote: > I try to do a cross compile on linux centos 64bit for windows 64 bit. I tried > as written here > "https://developer.mozilla.org/en-US/docs/Cross_Compile_Mozilla_for_Mingw32";. > > but I get always this error and don`t know how to fix it. >

Re: C-C TB Build error: incorrect -II path specification for mozilla/dom/base, "mozilla/" is missing.

2016-02-05 Thread ishikawa
On 2016年02月05日 00:49, ISHIKAWA,chiaki wrote: > On 2016/02/04 0:19, ISHIKAWA,chiaki wrote: >> Hi, >> >> Starting about 12 hours ago, I refreshed my source and got hit with >> another build bustage locally. >> >> Namely, some header files in M-C part of the tree cannot be found during >> compilation.

cross compile firefox on linux for windows 64

2016-02-05 Thread wolf . tobias
I`m using the mozconfig: #Specify the cross compile export CROSS_COMPILE=1 ac_add_options --enable-application=browser ac_add_options --target=x86_64-w64-mingw32 ac_add_options --enable-default-toolkit=cairo-windows mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../mozilla-mingw ac_add_options --enable-d

cross compile xulrunner with mingw for windows 64

2016-02-05 Thread wolf . tobias
I try to cross compile xul runner for windows 64 my mozconfig export CROSS_COMPILE=1 # Make Options mk_add_options MOZ_MAKE_FLAGS="-j4" mk_add_options MOZ_OBJDIR=../bin/xulrunner-win32 # Configure Options ac_add_options --target=x86_64-w64-mingw32 ac_add_options --enable-application=xulrunner ac