You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2010/04/15 19:11:49 UTC

[jira] Created: (AVRO-518) make check in c++ is broken because of typo & missing boost_filesystem library

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

        

[jira] Resolved: (AVRO-518) make check in c++ is broken because of typo & missing boost_filesystem library

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski resolved AVRO-518.
------------------------------------

    Resolution: Fixed

Thanks John!
Committed revision 935204.


> 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

        

[jira] Updated: (AVRO-518) make check in c++ is broken because of typo & missing boost_filesystem library

Posted by "John Plevyak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Plevyak updated AVRO-518:
------------------------------

    Attachment: avro-cpp-buffer-jp-v1.patch

minimal patch to get "make check" to work on trunk

> 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