Some advice: most of the people on this distribution list are busy, and starting an email the way you have below is a pretty good way to make people think twice about taking the time to help you.

That said, your sample error messages below don't provide enough context to resolve the issue, but I'm guessing your build process is not picking up stdint.h. Look for a missing header error in your terminal's scroll buffer.

Also, why have you changed your manifest? The correct way to pull in different branches is with a BRANCH environment variable:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build#Building_a_branch

In short:
0. git clone https://github.com/mozilla-b2g/B2G.git
1. cd B2G
2. BRANCH=v1.1HD ./config.sh <the name of your device>
3. ./build.sh

If that doesn't help, please paste your complete build output to a pastebin and send us the link so we can try to help you.

--Mike.


On 13-10-24 12:34 PM, an wrote:
Come on guys, I waited "a bit" for some clues on this. I'm getting lots of errors as 
described below as soon as the build moves to /gecko/js/src/, did anything change lately in the 
build environment for v1.1.0hd? I'm using everything "master" except gecko and gaia 
v1.1.0hd in the manifest file.
Thanks for any help.



On Tuesday, October 22, 2013 6:24:32 PM UTC+3, an wrote:
Since yesterday I get lots of errors like:

*gecko/js/src/jsatominlines.h:117: error: 'INT32_MAX' was not declared in this 
scope

*gecko/js/src/jsanalyze.h:1279: error: 'UINT32_MAX' was not declared in this 
scope



while compiling v1.1.0hd. The only change I made to manifest file was to 
replace master for gaia and gecko with v1.1.0hd. Any ideas?

Thanks.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to