Try changing the "deps/merl" to "../merl". You just have to point rebar to the merl directory relative to the rebar.config from my experience.
On Monday, August 4, 2014 11:08:55 PM UTC-5, Ranjit Iyer wrote: > > Thanks for your reply. I don't see that variable in the rebar.config. > > > <https://lh5.googleusercontent.com/-A9TD16fS5c8/U-BYzX7r-3I/AAAAAAAAE-o/cUPTfQqObsQ/s1600/erlydtl-fragment.JPG> > > > On Monday, August 4, 2014 6:57:23 AM UTC-7, Adam Veldhousen wrote: >> >> Open the rebar.config in deps/erlydtl and you'll see something about >> $REBAR_DEPS, replace that with '..' and you should be good. It's looking at >> that variable to give it the root path to the 'deps/' folder and it works >> on my mac just fine, but it seems like rebar (or something else) isn't able >> to set it on windows. >> >> On Sunday, August 3, 2014 4:04:12 PM UTC-5, Ranjit Iyer wrote: >>> >>> Hello Group, >>> >>> I am trying to compile ChicagoBoss on Windows and running into an error >>> while compiling erlydtl. I can see .beam files in merl/bin but somehow they >>> can't be found while compiling erlydtl sources. >>> >>> I'd appreciate any help from the group. >>> >>> >>> <https://lh3.googleusercontent.com/-7NNA8CtbGnU/U96jQDzY5JI/AAAAAAAAE-Y/qBDaHbIPKA0/s1600/erlydtl-compile-error.JPG> >>> Thanks, >>> Ranjit >>> >> -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/7aa5b37d-593f-4cfc-94af-b80738bc1e0d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
