[ 
https://issues.apache.org/jira/browse/AVRO-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765350#action_12765350
 ] 

Scott Banachowski commented on AVRO-147:
----------------------------------------

To test out the patch, copy both applypatch147.sh and AVRO-147.patch to the 
root of avro trunk, then run:

> sh applypatch147.sh 

Then:
> cd src/c++
> sh configure

Assume that goes well: 
> make
> make check

Note if you're like me you may have boost staged instead of installed.  in that 
case you may need:
> sh configure --with-boost=/path/to/boost
and
> export LD_LIBRARY_PATH=/path/to/boost/lib 

I've tried it on Linux and Mac, and works for both.  I'm hoping somebody else 
can try it on their setup and report problems if any.

Once this is checked in I also have some changes that will build this as part 
of the root-level ant build.





> Using configure to set up Makefiles for C++
> -------------------------------------------
>
>                 Key: AVRO-147
>                 URL: https://issues.apache.org/jira/browse/AVRO-147
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: applypatch147.sh, AVRO-147.patch
>
>
> I used autoconf to create a configure file, which in turn can be used to 
> create a Makefile.
> This is to replace the hand-edited System.mk files that were there before, as 
> now configure tries to figure it out.

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

Reply via email to