[
https://issues.apache.org/jira/browse/AVRO-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting reassigned AVRO-518:
---------------------------------
Assignee: John Plevyak
> make check in c++ is broken because of typo & missing boost_filesystem library
> ------------------------------------------------------------------------------
>
> Key: AVRO-518
> URL: https://issues.apache.org/jira/browse/AVRO-518
> Project: Avro
> Issue Type: Bug
> Components: c++
> Environment: linux w/boost 1.42
> Reporter: John Plevyak
> Assignee: John Plevyak
> Fix For: 1.4.0
>
> Attachments: avro-cpp-buffer-jp-v1.patch
>
>
> "make check" in c++ is broken because of typo & missing boost_filesystem
> library.
> The typo is inverting BOOST and HAVE in
> api/buffer/detail/BufferDetailIterator.hh
> -#ifdef BOOST_HAVE_ASIO
> +#ifdef HAVE_BOOST_ASIO
> The missing library requires adding a new m4 macro.
> I will include a patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.