[ https://issues.apache.org/jira/browse/AVRO-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792241#action_12792241 ]
Scott Banachowski commented on AVRO-243: ---------------------------------------- I've held up this patch because I wanted to first understand the issue Matt was having. As it turns out, others on boost-users have reported that on Snow Leopard (as is the case with Matt), unit tests crash with an error like the one he reported. I don't have SL, so cannot reproduce it myself. Perhaps boost will have a fix soon, but unfortunately, this might be an issue for the other 8 versions of boost that are floating around. If there's not a work-around, I will consider trying something different (cppunit, perhaps). Meanwhile, is there anybody not using SL who can test this patch? I've tried it on Mac(Tiger) and Linux. > use automake generated makefile.in > ---------------------------------- > > Key: AVRO-243 > URL: https://issues.apache.org/jira/browse/AVRO-243 > Project: Avro > Issue Type: Improvement > Components: c++ > Reporter: Scott Banachowski > Attachments: apply-AVRO-243.sh, AVRO-243.patch, make_check.log > > > Previously the c++ build used a custom Makefile.in. in order to conform to > the gnu standards for makefiles, I used automake to create a new version of > Makefile.in (in addition, the new makefile uses libtool to build the > libraries). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.