[ 
https://issues.apache.org/jira/browse/MESOS-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357772#comment-14357772
 ] 

Cody Maloney commented on MESOS-2480:
-------------------------------------

I'd like to note here that PROTOBUF_JAR is only used for compiling example Java 
frameworks by hand (We should really convert them to use maven). Eliminating 
protobuf.jar from being needed explicitly (It is installed by Maven as part of 
the java stuff when needed), would be a really, really nice improvement when it 
comes to using distro-packaged protobuf (Or even hand-packaged protobuf).

> Protobuf jar is required for unbundled protobuf regardless of --disable-java 
> flag.
> ----------------------------------------------------------------------------------
>
>                 Key: MESOS-2480
>                 URL: https://issues.apache.org/jira/browse/MESOS-2480
>             Project: Mesos
>          Issue Type: Bug
>         Environment: Ubuntu 14.04
>            Reporter: Niklas Quarfot Nielsen
>
> {code}
> $ ../configure --with-glog=/usr/local --with-protobuf=/usr/local 
> --with-boost=/usr/local --disable-java --disable-python  --disable-optimize 
> --without-included-zookeeper
> ...
> checking glog/logging.h presence... yes
> checking for glog/logging.h... yes
> checking google/protobuf/message.h usability... yes
> checking google/protobuf/message.h presence... yes
> checking for google/protobuf/message.h... yes
> checking for _init in -lprotobuf... yes
> checking for /usr/local/share/java/protobuf.jar... no
> configure: error: cannot find PROTOBUF_JAR=/usr/local/share/java/protobuf.jar
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to