Ubuntu Pastebin

Paste from rpadovani at Sun, 30 Aug 2015 13:27:40 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
Linking CXX executable push-helper
[ 97%] Built target evernoteplugin
../libqtevernote/libqtevernote.a(evernoteconnection.cpp.o): In function `EvernoteConnection::setupUserStore()':
evernoteconnection.cpp:(.text+0x5e7): undefined reference to `apache::thrift::transport::TSocket::TSocket(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
evernoteconnection.cpp:(.text+0x7c4): undefined reference to `apache::thrift::transport::THttpClient::THttpClient(boost::shared_ptr<apache::thrift::transport::TTransport>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
../libqtevernote/libqtevernote.a(evernoteconnection.cpp.o): In function `EvernoteConnection::setupNotesStore()':
evernoteconnection.cpp:(.text+0xd23): undefined reference to `apache::thrift::transport::TSocket::TSocket(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
evernoteconnection.cpp:(.text+0xf04): undefined reference to `apache::thrift::transport::THttpClient::THttpClient(boost::shared_ptr<apache::thrift::transport::TTransport>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
collect2: error: ld returned 1 exit status
src/push-helper/CMakeFiles/push-helper.dir/build.make:146: recipe for target 'src/push-helper/push-helper' failed
make[2]: *** [src/push-helper/push-helper] Error 1
CMakeFiles/Makefile2:2959: recipe for target 'src/push-helper/CMakeFiles/push-helper.dir/all' failed
make[1]: *** [src/push-helper/CMakeFiles/push-helper.dir/all] Error 2
Makefile:126: recipe for target 'all' failed
make: *** [all] Error 2
Download as text