|
Incremental FF build doesn't update modified file correctly
|
| |
Hi,
I'm familiarising myself with working on FF code and edited three lines in /mozilla-central/image/src/Ima ge.cpp
I rebuilt the image folder and FF showed my changes as I had expected it.
However, despite that I've changed the file back now to the original version (and I have; I checked several times) and rebuilt the image folder, the changes are still present.... more »
|
|
problem: incremental build under Windows 7
|
| |
Hello together,
I followed the build instructions on MDN and succesfully built Firefox Nightly on Win7 (32bit) two days ago (sorry, but I don't know where to look up the version). I used "./mach build" out of "start-msvc10.bat" console with options ac_add_options --disable-optimize
ac_add_options --enable-debug... more »
|
|
error during building SeaMonkey (C compiler cannot create executables)
|
| |
Hello everyone
So I've decided to build SeaMonkey from the source code but this error (C compiler cannot create executables) occurred and because I'm rather new to this stuff I don't know what to do.
I have Windows Vista, MSVC++ 2010, Windows SDK 8.0 and I was following these instructions:
1. Open a shell window by running: c:\mozilla-build\start-msvc10. bat... more »
|
|
Making a tryserver build as close as possible to a release build
|
| |
For a user research project, I am trying to make a tryserver build which is close to a release build, at least in terms of user perception: it should have official release branding, have the crashreporter on by default. I don't think PGO is necessary, though ;-)
The build should not have an update channel.... more »
|
|
Thunderbird Build Fails: No module named buildconfig
|
| |
I'm trying to build Thunderbird on Ubuntu 12.10 AMD64. I get the error:
Traceback (most recent call last):
File "/home/liamzebedee/Documents/w orkspace/moz-comm-central/mozi lla/js/src/config/expandlibs_e xec.py", line 26, in <module>
from expandlibs import ExpandArgs, relativize, isObject, ensureParentDir, ExpandLibsDeps... more »
|
|
PGO still used for Firefox 17.0.x/Windows builds?
|
| |
I was/am able to the build the Firefox v10.0.x ESR series with PGO on
Windows using VS2008, a success that I can't reproduce with
v17.0.2ESR.
When I attempt to build v17.0.2ESR the same way I get an ICE from
VS2008 during the 2nd linking of libxul.dll. The compiler always
errors-out on file pixman-sse2.c.... more »
|
|
Thunderbird source code
|
| |
I am attempting a custom Thunderbird build using the latest release of the source code, currently version 17.0.2.
I understand there are different ways to get the source.
One way is by running these two commands from MozillaBuild:
hg clone [link]
python client.py checkout... more »
|
|
Cannot open unistd.h
|
| |
I was wondering why this message is appearing:
[link]
Isn't this a non-Windows file, so why is being built for Windows? And even so, isn't it located on Mozilla Build?
|
|
|