You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I can't get webrtc-everywhere to be compiled with the followings errors:
webrtc-checkout/src/webrtc/base/scoped_ptr.h:331:19: No type named 'nullptr_t' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:368:30: No type named 'nullptr_t' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:485:19: No type named 'nullptr_t' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:498:30: No type named 'nullptr_t' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:598:6: No type named 'unique_ptr' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:598:16: Expected unqualified-id
webrtc-checkout/src/webrtc/base/messagehandler.h
webrtc-checkout/src/webrtc/base/messagehandler.h:59:52: No member named 'move' in namespace 'std'; did you mean 'modf'?
webrtc-checkout/src/webrtc/base/messagehandler.h:60:46: No member named 'move' in namespace 'std'; did you mean 'modf'?
Do I have to clone a webrtc's specify revision ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I can't get webrtc-everywhere to be compiled with the followings errors:
webrtc-checkout/src/webrtc/base/scoped_ptr.h:331:19: No type named 'nullptr_t' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:368:30: No type named 'nullptr_t' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:485:19: No type named 'nullptr_t' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:498:30: No type named 'nullptr_t' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:598:6: No type named 'unique_ptr' in namespace 'std'
webrtc-checkout/src/webrtc/base/scoped_ptr.h:598:16: Expected unqualified-id
webrtc-checkout/src/webrtc/base/messagehandler.h
webrtc-checkout/src/webrtc/base/messagehandler.h:59:52: No member named 'move' in namespace 'std'; did you mean 'modf'?
webrtc-checkout/src/webrtc/base/messagehandler.h:60:46: No member named 'move' in namespace 'std'; did you mean 'modf'?
Do I have to clone a webrtc's specify revision ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: