Created
March 13, 2019 16:27
-
-
Save WhyNotHugo/ea4cad573f77094011cdfac8777381aa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 46%] Building CXX object src/CMakeFiles/anbox-core.dir/anbox/bridge/android_api_stub.cpp.o | |
/home/hugo/downloads/ro/anbox-git/src/anbox/src/anbox/bridge/android_api_stub.cpp: In member function ‘virtual void anbox::bridge::AndroidApiStub::launch(const anbox::android::Intent&, const anbox::graphics::Rect&, const anbox::wm::Stack::Id&)’: | |
/home/hugo/downloads/ro/anbox-git/src/anbox/src/anbox/bridge/android_api_stub.cpp:107:25: error: ‘NewCallback’ is not a member of ‘google::protobuf’ | |
google::protobuf::NewCallback(this, &AndroidApiStub::application_launched, | |
^~~~~~~~~~~ | |
/home/hugo/downloads/ro/anbox-git/src/anbox/src/anbox/bridge/android_api_stub.cpp: In member function ‘void anbox::bridge::AndroidApiStub::set_focused_task(const int32_t&)’: | |
/home/hugo/downloads/ro/anbox-git/src/anbox/src/anbox/bridge/android_api_stub.cpp:141:43: error: ‘NewCallback’ is not a member of ‘google::protobuf’ | |
google::protobuf::NewCallback( | |
^~~~~~~~~~~ | |
/home/hugo/downloads/ro/anbox-git/src/anbox/src/anbox/bridge/android_api_stub.cpp: In member function ‘void anbox::bridge::AndroidApiStub::remove_task(const int32_t&)’: | |
/home/hugo/downloads/ro/anbox-git/src/anbox/src/anbox/bridge/android_api_stub.cpp:170:43: error: ‘NewCallback’ is not a member of ‘google::protobuf’ | |
google::protobuf::NewCallback( | |
^~~~~~~~~~~ | |
/home/hugo/downloads/ro/anbox-git/src/anbox/src/anbox/bridge/android_api_stub.cpp: In member function ‘void anbox::bridge::AndroidApiStub::resize_task(const int32_t&, const anbox::graphics::Rect&, const int32_t&)’: | |
/home/hugo/downloads/ro/anbox-git/src/anbox/src/anbox/bridge/android_api_stub.cpp:208:43: error: ‘NewCallback’ is not a member of ‘google::protobuf’ | |
google::protobuf::NewCallback( | |
^~~~~~~~~~~ | |
make[2]: *** [src/CMakeFiles/anbox-core.dir/build.make:128: src/CMakeFiles/anbox-core.dir/anbox/bridge/android_api_stub.cpp.o] Error 1 | |
make[1]: *** [CMakeFiles/Makefile2:1970: src/CMakeFiles/anbox-core.dir/all] Error 2 | |
make: *** [Makefile:141: all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment