小编Dav*_*d V的帖子

libtool错误在Ubuntu 13.04上构建thrift 0.9.1

在Ubuntu 13.04上构建thrift 0.9.1(支持C,C++,java,C#,perl,python)我收到此错误.

./configure运行没有任何选项,运行没有任何选项...

Making all in test
make[2]: Entering directory `/home/dvb/sw/thrift-0.9.1/test'
Making all in nodejs
make[3]: Entering directory `/home/dvb/sw/thrift-0.9.1/test/nodejs'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/dvb/sw/thrift-0.9.1/test/nodejs'
Making all in cpp
make[3]: Entering directory `/home/dvb/sw/thrift-0.9.1/test/cpp'
Makefile:832: warning: overriding commands for target `gen-cpp/ThriftTest.cpp'
Makefile:829: warning: ignoring old commands for target `gen-cpp/ThriftTest.cpp'
/bin/bash ../../libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -L/usr/lib   -o libtestgencpp.la  ThriftTest_constants.lo ThriftTest_types.lo ../../lib/cpp/libthrift.la -lssl -lcrypto -lrt -lpthread 
libtool: link: ar cru .libs/libtestgencpp.a .libs/ThriftTest_constants.o .libs/ThriftTest_types.o 
ar: …
Run Code Online (Sandbox Code Playgroud)

c++ compilation thrift

16
推荐指数
3
解决办法
8537
查看次数

可以使用服务帐户授权访问哪些Google API?

我从Google API文档推断,并非所有广告宣传的Google服务都可用于服务帐户.

例如,在服务帐户的公告中,这是文本的一部分:

"以下Google开发人员服务目前支持服务帐户:

  • Google云端存储
  • Google Prediction API
  • Google URL Shortener
  • Google OAuth 2.0授权服务器
  • Google API控制台
  • 适用于Python,Java和PHP的Google API客户端库

我理解前三个是指特定服务,OAuth服务器和控制台是支持任何服务之前的基础结构要求,(列表中的最后一项对我来说有点模糊.)

我还注意到这个对Google Drives的引用可用于服务帐户:http://tinyurl.com/ahwo3bs(非常酷).

是否有服务帐户授权可以访问哪些服务的完整列表?我对云存储最感兴趣(现在正在工作).Google云端硬盘,Google +环聊和环聊直播.(我知道参与环聊的服务帐户的想法可能看起来很奇怪.)

google-api google-plus google-drive-api service-accounts

7
推荐指数
1
解决办法
5042
查看次数