Protobuf 3.0.0-alpha-1无法在Windows上编译

马库斯瓦

我正在尝试使用MinGW 4.9.2和MSYS在Windows上编译protobuf 3.0.0 alpha 1。

根据说明,我应该:

./configure 
make
make check
make install

我添加了--prefix=/c/path/to/mingw to configure如何使用MinGW在Windows中构建Google的protobuf?),但没有帮助。

它失败并make显示以下消息:

CDPATH =“ $ {ZSH_VERSION +。}:” && cd。&& / bin / sh /home/Markus/protobuf-3.0.0-alpha-1/缺少aclocal-1.14 -I m4

/home/Markus/protobuf-3.0.0-alpha-1/missing:第81行:aclocal-1.14:找不到命令

警告:您的系统上缺少'aclocal-1.14'。

    You should only need it if you modified 'acinclude.m4' or
     'configure.ac' or m4 files included by 'configure.ac'.
     The 'aclocal' program is part of the GNU Automake package:
     <http://www.gnu.org/software/automake>
     It also requires GNU Autoconf, GNU m4 and Perl in order to run:
     <http://www.gnu.org/software/autoconf>
     <http://www.gnu.org/software/m4/>
     <http://www.perl.org/>

make:*** [aclocal.m4]错误127

我试过安装Automake,但是aclocal不附带。

同样在今天的工作中,我设法使用裸机MinGW和MSYS进行了首次尝试。

肯顿·瓦尔达(Kenton Varda)

看起来您需要安装autoconf(尽管它们经常一起使用,但它与automake是分开的)。您可能还需要安装libtool。

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

在紧凑型支持[0,alpha,alpha <1

HoltWinters 平滑参数 - alpha = 1 beta = 0 gamma = 0

我希望输出像[[0,0,0,0,],[0,1,0,0],[0,2,0,0],[0,3,0,0]]

protobuf MessageToJson删除值为0的字段

ggplot alpha = 0不起作用

如何卸载Tensorflow 2.0.0-alpha0?

zookeeper无法打开localhost / 0:0:0:0:0:0:0:0:1:2181的套接字

Android,C#:Alpha动画仅在初始Alpha为1时才能工作。不能从0开始?

该代码的含义([1、2、3] || 0)[0]

错误:字段Message.Field .protobuf.MessageTypeAck.sourceModuleID的非法电线类型:1(预期为0)

在servicestack中使用protobuf,为什么order只能从1开始而不是0?

当alpha设置为0时,SCNPlane上的奇数边界线

更新到Gradle 3.0.0-alpha1时没有静态方法lambda $ onGoogleApiClientReady $ 0

使用request.getRemoteAddr()返回0:0:0:0:0:0:0:0:1

Mac vs Windows:Eigen :: Vector3f(0,0,0).normalized()

D3D11如何将纹理中alpha值为0的像素渲染为透明?

在SCSI1(0,0,0)(sda)的分区#3中创建交换空间失败

Python 3上的dict.keys()[0]

EF Core 3 1对0关系问题

JOIN (VALUES (0),(1),(2),(3),...... ON 逻辑)

正则表达式无效:"/^[+]?[0-9]{0,1}[-.]?\(?([0-9]{3})\)?[-.]?([0 -9]{3})[-. ]?([0-9]{4})$/gm" in javscript

使用Scala收集方法可帮助将[0,0,0,1,1,1,1,0,0,1,1]的列表转换为[3,4,2,2]

拒绝连接:使用gRPC的localhost / 0:0:0:0:0:0:0:1:9000

如何在protobuf重复字段中发送0?

UIView Alpha 0但仍然收到触摸事件?

Tensorflow 2.0.0-alpha0:tf.logging.set_verbosity

粒子精灵稍微积累了像素,其中alpha为0%

线性回归()和脊之间的差异的(alpha = 0)

如何从alpha = 0的三色图中删除边缘线?