You need to compile as C++11 to use sufficiently Mozilla headers. If you look at the error you're getting, it's clear your compiler isn't treating |static_assert| as referring to the built-in construct in C++11. Adding -std=c++0x or -std=gnu++0x to your commandline should get you past this error, at the very least.
Jeff _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform