On 6/6/2014, 19:06, LazerUnicorns Developers wrote:
3. The manifest files are out of date. I can't get anything built due to the missing tinyxml / tinyxml2 repositories that are not existing (base-caf-jb.xml manifest file). So in order to fix that, I had to fork your repositories to get it run properly. That sucks hard if you haven't built anything at that time and you have no idea what to do as a newbie.
As far as I can tell the tinyxml and tinyxml2 repositories do exist and are at the locations specified in the manifest file. You can verify this by going to a tmp dir somewhere and doing this:
git clone git://codeaurora.org/platform/external/tinyxml git clone git://codeaurora.org/platform/external/tinyxml2 and verifying that they clone to your local machine.
Problems and Questions: ======================== - How can you build a "flame" variant properly?
The command that you ran (as per your gistfile) should work just fine, as far as I know. I saw the error in your log with cloning the tinyxml repo - that might have been an intermittent network problem, or possibly a bad local configuration on your machine (somebody recently had a problem where git was automatically using http:// instead of git:// as the clone protocol, and so it was failing to clone). I would suggest verifying that you can clone the repo individually using the commands I listed above, and try running the config.sh script again on a clean repo.
Hope that helps. Cheers, kats _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
