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

Reply via email to