You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2013/06/11 21:47:20 UTC

[jira] [Commented] (AVRO-1181) compileJsonSchemaFromString(std::string) declared in Compiler.hh but not defined

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

Thiruvalluvan M. G. commented on AVRO-1181:
-------------------------------------------

+1.

I'll commit this tomorrow unless there are any objections.
                
> compileJsonSchemaFromString(std::string) declared in Compiler.hh but not defined
> --------------------------------------------------------------------------------
>
>                 Key: AVRO-1181
>                 URL: https://issues.apache.org/jira/browse/AVRO-1181
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>    Affects Versions: 1.7.2, 1.7.3, 1.7.4
>         Environment: linux, mac os
>            Reporter: Daniel Russel
>         Attachments: AVRO-1181.patch
>
>
> compileJsonSchemaFromString(std::string) is declared in the header, but not defined. Need to add
> +AVRO_DECL ValidSchema compileJsonSchemaFromString(const std::string& input)
> +{
> +  return compileJsonSchemaFromString(input.c_str());
> +}
> +
> to the Compiler.cc or remove the prototype.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira