You need the proper dependency. and whoever built jiffy_tests didn't specify any dependency on proper at all so sinan doesn't know to warn you that you don't have it.
On Sat, Jun 16, 2012 at 9:52 PM, <[email protected]> wrote: > > > On Saturday, June 16, 2012 7:36:33 PM UTC-4, [email protected] wrote: >> >> >> On Thursday, June 14, 2012 9:50:18 AM UTC-4, Eric Merritt wrote: >>> >>> >>> As long as the dependencies have been pull sinan should be able to >>> build the project. The one thing sinan wont be able to do though is >>> fetch the dependencies. >>> >>> So theoretically, you should just be able to go to the project and run >>> sinan build and things will work. If the deps have not been fetched >>> then you would need to do rebar get-deps and sinan build. The deps >>> thing should be solved soonish though. >>> >> I just got cloned https://github.com/tsloughter/bcmvc/ and in its top >> directory ran sinan 4.1.1 >> >> bash-4.2$ sinan build >> It looks like we couldn't satisfy all the dependency constraints We are >> going to search the space to see what the problem is but this could take a >> while >> Unable to resolve compile time dependencies, probably due to the following >> constraints: >> constraint on bcmvc_web with constraints [{bcmvc_web,"0.1.0"}] originating >> from these application(s) ['__top_level__'] constraint on bcmvc_db with >> constraints [{bcmvc_db,"0.1.0"}] originating from these application(s) >> ['__top_level__'] constraint on bcmvc_models with constraints >> [{bcmvc_models,"0.1.0"}] originating from these application(s) >> ['__top_level__'] >> bash-4.2$ >> > > OK, I'm closer now. I did a "sinan gen" and named all the applications I > knew would be included, then started copying in the files one at a time > until "sinan build" started failing. So now I'm in dependency purgatory - > not dependency hell, since I haven't yet encountered mutually exclusive > dependencies. One by one I copy the dependent applications into the lib > directory. > > jiffy is giving me fits - although "make" within my git clone of proper > exits success, "sinan build" says jiffy_tests can't find > "proper/include/proper.hrl" regardless of what I put in the ERL_LIBS > environment variable or $HOME/.erlang > > Not your problem. > > > -- > You received this message because you are subscribed to the Google Groups > "erlware-questions" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/erlware-questions/-/AK0TQpZxbDQJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/erlware-questions?hl=en. -- You received this message because you are subscribed to the Google Groups "erlware-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/erlware-dev?hl=en.
