Skip to content

Instantly share code, notes, and snippets.

@benjamn
Created June 25, 2010 23:12
Show Gist options
  • Save benjamn/453579 to your computer and use it in GitHub Desktop.
Save benjamn/453579 to your computer and use it in GitHub Desktop.
In file included from /home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.cpp:1:
/home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.h: In member function ‘virtual void mozilla::_ipdltest::TestLatencyParent::ActorDestroy(mozilla::ipc::IProtocolManager<mozilla::ipc::AsyncChannel::AsyncListener>::ActorDestroyReason)’:
/home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.h:42: error: ‘class mozilla::TimeDuration’ has no member named ‘ToSecondsSigDigits’
/home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.h:43: error: ‘class mozilla::TimeDuration’ has no member named ‘ToSecondsSigDigits’
/home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.cpp: In member function ‘void mozilla::_ipdltest::TestLatencyParent::Main()’:
/home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.cpp:34: error: ‘Resolution’ is not a member of ‘mozilla::TimeDuration’
/home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.cpp: In member function ‘virtual bool mozilla::_ipdltest::TestLatencyParent::RecvPong()’:
/home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.cpp:81: error: ‘class mozilla::TimeDuration’ has no member named ‘ToSecondsSigDigits’
/home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.cpp: In member function ‘virtual bool mozilla::_ipdltest::TestLatencyParent::RecvPong5()’:
/home/ben/dev/mozilla-1.9.2/ipc/ipdl/test/cxx/TestLatency.cpp:102: error: ‘class mozilla::TimeDuration’ has no member named ‘ToSecondsSigDigits’
make[7]: *** [TestLatency.o] Error 1
make[7]: *** Waiting for unfinished jobs....
make[6]: *** [libs] Error 2
make[5]: *** [libs] Error 2
make[4]: *** [libs] Error 2
make[3]: *** [libs_tier_gecko] Error 2
make[2]: *** [tier_gecko] Error 2
make[1]: *** [default] Error 2
make: *** [build] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment