Re: Click element cyclic dependency
Eddie Kohler <[email protected]>
| Newsgroups | gmane.network.routing.click |
|---|---|
| Message-ID | <[email protected]> |
Sandeep, I am surprised that compilation fails. I tested this type of dependency setup and it worked. Which version of Click are you using and what error do you see? Eddie On 11/2/11 2:47 PM, sandeep wrote: > I am building an element which uses multiple files. I am in a situation in > which I have two files with the following syntax and compilation fails. My > idea is to pass reference of the first object to the second one. Any > suggestions please. > > File 1: > ELEMENT_REQUIRES(Z) > ELEMENT_PROVIDES(X) > EXPORT_ELEMENT(Y) > > File 2: > ELEMENT_REQUIRES(X) > ELEMENT_PROVIDES(Z) > > Kind Regards, > Sandeep, > PhD Student, > CTVR<http://ctvr.ie/> - Trinity College Dublin > _______________________________________________ > click mailing list > [email protected] > https://amsterdam.lcs.mit.edu/mailman/listinfo/click