You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2019/10/06 10:28:00 UTC

[jira] [Commented] (THRIFT-4968) Makefile.am in the Ruby tutorial refers to Python directory

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

Jens Geyer commented on THRIFT-4968:
------------------------------------

Good catch!

> Makefile.am in the Ruby tutorial refers to Python directory
> -----------------------------------------------------------
>
>                 Key: THRIFT-4968
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4968
>             Project: Thrift
>          Issue Type: Bug
>          Components: Tutorial
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Minor
>             Fix For: 0.13.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Running {{make}} in tutorial/rb generates gen-rb/* every time, even if those files already exists. This is because its Makefile refers to a wrong directory, as follows:
> {code:title=tutorial/rb/Makefile}
> (snip)
> gen-py/calculator.rb gen-py/shared_service.rb: $(top_srcdir)/tutorial/tutorial.thrift
>         $(THRIFT) --gen rb -r $<
> all-local: gen-py/calculator.rb
> (snip)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)