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

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

Kengo Seki created THRIFT-4968:
----------------------------------

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


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)