Re: Cross compiling for Windows on Ubuntu

2019-11-04 Thread kultye
On Friday, November 1, 2019 at 10:16:06 AM UTC-5, Tom Ritter wrote: > Also double check that zipping followed the symlinks and got the actual file > :) Turns out I'm an idiot and assumed the default UI for zipping files in Ubuntu would include the symlinks since the command line version does.

Re: Cross compiling for Windows on Ubuntu

2019-11-01 Thread Tom Ritter
Also double check that zipping followed the symlinks and got the actual file :) ___ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds

Re: Cross compiling for Windows on Ubuntu

2019-11-01 Thread kultye
On Friday, November 1, 2019 at 9:59:30 AM UTC-5, Tom Ritter wrote: > On Thursday, October 31, 2019 at 10:22:00 PM UTC, kul...@gmail.com wrote: > > On Thursday, October 31, 2019 at 10:06:42 AM UTC-5, Tom Ritter wrote: > > > On Thursday, October 31, 2019 at 1:53:46 PM UTC, kul...@gmail.com wrote: >

Re: Cross compiling for Windows on Ubuntu

2019-11-01 Thread Tom Ritter
On Thursday, October 31, 2019 at 10:22:00 PM UTC, kul...@gmail.com wrote: > On Thursday, October 31, 2019 at 10:06:42 AM UTC-5, Tom Ritter wrote: > > On Thursday, October 31, 2019 at 1:53:46 PM UTC, kul...@gmail.com wrote: > > > On Wednesday, October 30, 2019 at 3:00:37 PM UTC-5, Tom Ritter wrote:

Re: Cross compiling for Windows on Ubuntu

2019-10-31 Thread kultye
On Thursday, October 31, 2019 at 10:06:42 AM UTC-5, Tom Ritter wrote: > On Thursday, October 31, 2019 at 1:53:46 PM UTC, kul...@gmail.com wrote: > > On Wednesday, October 30, 2019 at 3:00:37 PM UTC-5, Tom Ritter wrote: > > > On Saturday, October 26, 2019 at 2:07:41 PM UTC, kul...@gmail.com wrote:

Re: Cross compiling for Windows on Ubuntu

2019-10-31 Thread kultye
On Wednesday, October 30, 2019 at 3:00:37 PM UTC-5, Tom Ritter wrote: > On Saturday, October 26, 2019 at 2:07:41 PM UTC, kul...@gmail.com wrote: > > I'm not entirely sure where to extract the nsis tarball to - it looks like > > the instructions about the "annoying situation" refer to building it?

Re: Cross compiling for Windows on Ubuntu

2019-10-30 Thread Tom Ritter
On Saturday, October 26, 2019 at 2:07:41 PM UTC, kul...@gmail.com wrote: > I'm not entirely sure where to extract the nsis tarball to - it looks like > the instructions about the "annoying situation" refer to building it? At any > rate, I extracted it to the root of the repository, with no luck.

Re: Cross compiling for Windows on Ubuntu

2019-10-26 Thread kultye
Thanks for the detailed explanation, Tom! I did just use the prebuilt binaries, and I've been able to make really good progress on the compilation. The only problem left is it's failing while building the uninstaller: cp: cannot stat 'instgen/helper.exe': No such file or directory

Re: Cross compiling for Windows on Ubuntu

2019-10-25 Thread Tom Ritter
Okay, I have at least updated the links in that wiki page so they are no longer a bunch of 404s. build-clang-8-mingw.sh is a bit confusing. [0] describes the environment in which it is run. Under 'fetches -> fetch' is a list of the source checkouts you'll need. Those keywords map to entries

Re: Cross compiling for Windows on Ubuntu

2019-10-25 Thread kultye
Hello, Yes, I did try to run it - the problem is, I'm missing some important bits of information, such as - what are the prerequisites required to run this script? It looks like I need the source for MingGW-w64 and clang, but which directories to I put them in? Georg, your script looks to be

Re: Cross compiling for Windows on Ubuntu

2019-10-25 Thread Georg Koppen
kul...@gmail.com: > Hi, > > Been trying to wrap my head around these instructions: > https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Cross_Compile_Mozilla_for_Mingw32 > > However, I don't quite understand what to do with the bash script to build > the