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
         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.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to