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

Doug Cutting commented on AVRO-98:
----------------------------------

When I try to compile after applying this, I get:

g++ -Wall -Werror -g  -I./api -I./parser -I. -isystem/usr/include/boost -c -o 
obj/NodeImpl.o impl/NodeImpl.cc
impl/NodeImpl.cc: In function 'avro::NodePtr 
avro::nodeFromCompilerNode(avro::CompilerNode&)':
impl/NodeImpl.cc:160: error: 'class avro::NodePtr' has no member named 'reset'
impl/NodeImpl.cc:166: error: 'class avro::NodePtr' has no member named 'reset'
impl/NodeImpl.cc:170: error: 'class avro::NodePtr' has no member named 'reset'
impl/NodeImpl.cc:174: error: 'class avro::NodePtr' has no member named 'reset'
impl/NodeImpl.cc:178: error: 'class avro::NodePtr' has no member named 'reset'
impl/NodeImpl.cc:182: error: 'class avro::NodePtr' has no member named 'reset'
impl/NodeImpl.cc:186: error: 'class avro::NodePtr' has no member named 'reset'
impl/NodeImpl.cc:190: error: 'class avro::NodePtr' has no member named 'reset'
make: *** [obj/NodeImpl.o] Error 1


> Make C++ parsing comply to spec
> -------------------------------
>
>                 Key: AVRO-98
>                 URL: https://issues.apache.org/jira/browse/AVRO-98
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: applypatch98.sh, AVRO-98.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Currently the C++ parser has built in assumptions about the order of 
> attributes, and does not allow for extra meta-data attributes.
> I have a fix for this in progress, so I'm opening the issue now (just so 
> people know it's coming).

-- 
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