On Fri, Feb 21, 2020 at 11:00 PM wrote:
> So perhaps theres files that are still pointing back to the "#mozilla"
> directory instead of my new "mozilla" directory ? Could that be why I cannot
> build too?
There might be files in /Users/jacqueline/.mozbuild which reference
your old source direct
Hi Jacqueline,
On Fri, Feb 21, 2020 at 5:25 PM wrote:
> where " /Users/jacqueline/#mozilla " is the path to my repo
Is there an actual pound character ('#') in that directory name? If
so, that is likely to be the problem, since '#' is a meta character in
many environments (for example, it star
Hi Sanchit,
On Wed, Feb 5, 2020 at 5:00 AM Sanchit Arora
wrote:
> How can I verify that the changes I made work (or atleast build) properly
> before submitting the patch?
> Do I need to do ./mach build everytime? Is there a faster way?
Yes, you should do a `mach build` (and then, depending on t
> Following is my compiler specs:
> gcc --version
> gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
This page [1] says the minimum required gcc version for trunk is 7.1,
I wonder if that is part of the problem.
Cheers,
Botond
[1] https://developer.mozilla.org/en-US/docs/Mozilla/Using_CXX_in_
Hi Freya,
What C++ compiler version are you building with? Could you share your
"mozconfig" file?
Thanks,
Botond
On Fri, Jan 31, 2020 at 7:20 AM Freya Mehta wrote:
>
> Hello, I was trying to build Firefox code base using the instructions
> mentioned here:
> https://developer.mozilla.org/en-US/
Thanks. So, the header file is indeed missing the declaration of the
method InitSandboxTesting(). That suggests that, at the time it was
generated, this condition [1] was false.
Is it possible that you added "--enable-debug" after the build was
first started, such that the header file was generate
Could you post the generated header file
mozilla-central/obj-x86_64-pc-linux-gnu/ipc/ipdl/_ipdlheaders/mozilla/gfx/PGPUChild.h
?
Thanks,
Botond
___
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds
Hi Dave,
On Sat, Jan 11, 2020 at 8:35 PM Dave wrote:
> I am a newbie trying to build mozilla-central on debian/Buster but I am
> running into a compiler error. I have run bootstrap.py and have the
> pulled and updated as of this email. I am running "./mach -v -log
> buildlog build"
I assume yo
I think it's just a very memory-intensive crate to compile, the disk
activity and the slowness is likely due to swapping. Try giving your
VM 4 GB of RAM if possible, should work better like that.
Cheers,
Botond
On Sun, Jan 5, 2020 at 5:35 PM wrote:
>
> I'm following these directions:
> https://
On Fri, Aug 30, 2019 at 6:37 AM ishikawa wrote:
> I see a couple of submissions in treeherder where I do not
> see explicit passing of TryChooser string. Hmm...
>
> https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=c4f1d2a2e2acb8c2acaf6996fdc9947613b4a9c1
>
> https://treeherder.
This bug report has some relevant discussion and a workaround:
https://bugzilla.mozilla.org/show_bug.cgi?id=1323381
Cheers,
Botond
On Mon, Jul 1, 2019 at 12:20 AM Paul Schauble wrote:
>
> The Mozilla build system for Windows has an undocumented dependency on
> support for 8.3 short file and di
> I'm trying to build Firefox so that it launches on Debian:Jessie.
> Firefox toolchain is quite modern and requires gcc-6.1+ and llvm-3.9+ - both
> are unavailable on jessie. Pulling dependencies from debian:testing results
> in a build that doesn't run on jessie.
>
> Are there any tips?
You co
On Wed, Oct 11, 2017 at 2:37 PM, Chris Cooper wrote:
> On Wed, Oct 11, 2017 at 1:46 PM, Nathan Froyd wrote:
>> Does this user have a bugzilla :alias so that folks submitting patches
>> via MozReview or similar can just write r=build-peer or something,
>> rather than having to manually select the
13 matches
Mail list logo