Lukas Loesche created MESOS-1727: ------------------------------------ Summary: Configure fails with ../configure: line 18439: syntax error near unexpected token `PROTOBUFPREFIX,' Key: MESOS-1727 URL: https://issues.apache.org/jira/browse/MESOS-1727 Project: Mesos Issue Type: Bug Components: general Affects Versions: 0.21.0 Environment: OSX 10.9.4, Darwin Kernel Version 13.3.0 automake (GNU automake) 1.13.4 autoconf (GNU Autoconf) 2.69 Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Reporter: Lukas Loesche
I followed the "Getting started" documentation and did: {noformat} $ git clone http://git-wip-us.apache.org/repos/asf/mesos.git; cd mesos $ ./bootstrap $ mkdir build; cd build $ ../configure {noformat} which aborts with {noformat} .... .... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 ../configure: line 18439: syntax error near unexpected token `PROTOBUFPREFIX,' ../configure: line 18439: ` PKG_CHECK_MODULES(PROTOBUFPREFIX,' {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)