On 1/21/15 11:22 AM, Tomasz wrote:
-----------------------------------------------------------------------
  2:18.70 
/home/tomasz/CPPProjects/mozilla-central/obj-x86_64-unknown-linux-gnu/dom/bindings/TestDictionaryBinding.cpp:11:28:
 fatal error: nsGlobalWindow.h: No such file or directory
  2:18.70  #include "nsGlobalWindow.h"
-----------------------------------------------------------------------

Odd. The directory it's in is in LOCAL_INCLUDES in dom/bindings/moz.build... Try adding it there in dom/bindings/test/moz.build as well?

9:32.05 In file included from 
/home/tomasz/CPPProjects/mozilla-central/dom/base/nsGlobalWindow.h:44:0,
  9:32.05                  from 
/home/tomasz/CPPProjects/mozilla-central/obj-x86_64-unknown-linux-gnu/dom/bindings/PeerConnectionImplEnumsBinding.cpp:3,
  9:32.05                  from 
/home/tomasz/CPPProjects/mozilla-central/media/webrtc/signaling/test/signaling_unittests.cpp:45:

Uh.. why is that #including the binding _cpp_ file? That's broken. Please file a bug on webrtc to not do that?

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to