Re: dom/src/events has no Makefile. How are build parameters passed to it?

2014-02-03 Thread Boris Zbarsky
On 2/3/14 4:20 PM, Alex wrote: While this is probably frowned upon, when compiling with ICC, it seems to not like BindingUtils.h at all This may well be a bug that needs fixing in BindingUtils.h. There's some SFINAE stuff in there that uses per-compiler ifdefs -Boris __

Re: dom/src/events has no Makefile. How are build parameters passed to it?

2014-02-03 Thread Alex
On Monday, February 3, 2014 8:57:21 PM UTC, Benjamin Smedberg wrote: > On 2/3/2014 3:52 PM, Alex wrote: > > > > > > Ah right okay. Is it possible to set CC and CXX in moz.build? Or will that > > have to be added? > > Both the short and the long answer to that are probably "don't do that". > >

Re: dom/src/events has no Makefile. How are build parameters passed to it?

2014-02-03 Thread Benjamin Smedberg
On 2/3/2014 3:52 PM, Alex wrote: Ah right okay. Is it possible to set CC and CXX in moz.build? Or will that have to be added? Both the short and the long answer to that are probably "don't do that". Could you be more specific about what your actual goal is? Are you trying to add a specific bu

Re: dom/src/events has no Makefile. How are build parameters passed to it?

2014-02-03 Thread Alex
On Tuesday, January 28, 2014 7:41:40 PM UTC, Ted Mielczarek wrote: > On 1/28/2014 2:28 PM, Alex wrote: > > > Curious as to how build parameters are passed to this directory. I see that > > moz.build is used for most things, but what if you want to change the > > compiler flags or the compiler us