You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Chris Darroch (JIRA)" <ji...@apache.org> on 2009/02/16 22:24:02 UTC

[jira] Updated: (ZOOKEEPER-273) Zookeeper c client build should not depend on CPPUNIT

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Darroch updated ZOOKEEPER-273:
------------------------------------

          Description: 
One should be able to build Zookeeper C client libs on a machine without CPPUNIT installation.

A simple fix is to remove from configure.ac the following line:
M_PATH_CPPUNIT(1.10.2)




  was:

One should be able to build Zookeeper C client libs on a machine without CPPUNIT installation.

A simple fix is to remove from configure.ac the following line:
M_PATH_CPPUNIT(1.10.2)




    Affects Version/s: 3.1.0
        Fix Version/s:     (was: 3.1.0)
                       3.2.0

As of 3.1.0 release, this doesn't seem to work as advertised:

./configure --without-cppunit
make

...
aclocal:configure.ac:36: warning: macro `AM_PATH_CPPUNIT' not found in library
...
Makefile.am:68: wildcard tests/*.cc: non-POSIX variable name
Makefile.am:68: (probably a GNU make extension)
Makefile.am:68: wildcard tests/*.h: non-POSIX variable name
Makefile.am:68: (probably a GNU make extension)
Makefile.am:77: shell cat tests/wrappers.opt: non-POSIX variable name
Makefile.am:77: (probably a GNU make extension)
Makefile.am:90: shell cat tests/wrappers-mt.opt: non-POSIX variable name
Makefile.am:90: (probably a GNU make extension)
...
configure.ac:36: error: possibly undefined macro: AM_PATH_CPPUNIT
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make: *** [configure] Error 1


> Zookeeper c client build should not depend on CPPUNIT
> -----------------------------------------------------
>
>                 Key: ZOOKEEPER-273
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-273
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.1.0
>            Reporter: Runping Qi
>            Assignee: Patrick Hunt
>             Fix For: 3.2.0
>
>         Attachments: patch_zookeeper_273.txt, ZOOKEEPER-273.patch, ZOOKEEPER-273.patch
>
>
> One should be able to build Zookeeper C client libs on a machine without CPPUNIT installation.
> A simple fix is to remove from configure.ac the following line:
> M_PATH_CPPUNIT(1.10.2)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.