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

Hudson commented on THRIFT-1859:
--------------------------------

Integrated in Thrift #633 (See [https://builds.apache.org/job/Thrift/633/])
    Thrift-1859: Generated error c++ code with -out and include_prefix param 
(Revision d1fb1807fe63732d2e5e27fb22f29321676be1c0)

     Result = ABORTED
                
> Generated error c++ code with -out and include_prefix param
> -----------------------------------------------------------
>
>                 Key: THRIFT-1859
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1859
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Compiler
>    Affects Versions: 0.9
>         Environment: Linux, x86-64
>            Reporter: CHEN Feng
>            Priority: Critical
>             Fix For: 1.0
>
>         Attachments: 
> thrift-1859-fix-cpp-include-path-when-include-prefix-is-on-and-out-option-is-specified.patch
>
>
> thrift -gen cpp:include_prefix -out test_thrift test_thrift/tutorial.thrift
> the files are generated in test_thrift, without the gen-cpp dir
> but the content of generated files are error:
> #include "test_thrift/gen-cpp/Calculator.h" 
> the --help said:
>   -out dir    Set the ouput location for generated files.
>                (no gen-* folder will be created)
> So, the 'gen-cpp' should be removed.

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

Reply via email to