iiuc, any app built against new xulrunner will need to be aware of this. @ a downstream app, a dev suggested
"Sounds like something that xulrunner should provide in there .pc file. So that when pkg-config --cflags xulrunner is run (which configure does do). This value should come out." sounds reasonable. checking in xulrunner-sdk/, only an 'nspr' pkg-config is available, find . -name *\.pc ./lib/pkgconfig/nspr.pc ./sdk/lib/pkgconfig/nspr.pc nothing for xulrunner itself, i.e., no mention/suggestion of the "-std=gnu++0x" flag. in any case, pkg-config provides CFLAGS, not CXXFLAGS ... EVENTUALLY, this'll get dealt with in distros' gcc. until then / for now, can/should this be flagged from within xulrunner code/config? or at the end-use app's configure stage? _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform