Hi everyone, I have a question regarding dependency management in plugins.
I have the case that one of my plugins (BaseParadigms) is dependent on Boost (or for that matter some module). This builds fine. However, when another plugin (say ParadigmView) depends on BaseParadigm, and includes a file from BaseParadigm, this does not work as the dependencies from BaseParadigms are not included as dependencies for ParadigmView. Explicitly including Boost as a module dependency for ParadigmView solves the problem. Am I doing something wrong? Is there any way (other than explicitly including Boost in this case as a dependency for ParadigmView)? Thanks, Yashodhan -- Yashodhan Nevatia Systems Engineer Space Applications Services Leuvensesteenweg 325 B-1932 Zaventem Belgium Tel: +32 (0)2-721.54.84 Fax: +32 (0)2-721.54.44 URL: www.spaceapplications.com ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
