You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Enhnaran Alexander <en...@gmail.com> on 2008/08/11 13:04:50 UTC

Question about using Thrift

I met some problem with how to use thrift in my own project. My project
structure is as follows:
      svn
          /thrift
                /erl
                    client.erl
                    server.erl
                    ...
               /gen-erl
               /lib
                   /erl
         /foo (my project)
              /deps
                     /erl (the symbolic link to thrift/erl is placed here
for further use)
              /src
                     bar.erl
              ...

The problem is that I want to call function call_this(...) in module
client.erl from the module /foo/src/bar.erl, but the result turns out that
client.erl as well as the file included in client.erl can not be found at
all. Can anyone help me?

Thanks,
Enhnaran