You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chica...@googlegroups.com
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.
Thanks,
Ranjit
Adam Veldhousen
unread,
Aug 4, 2014, 9:57:23 AM8/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chica...@googlegroups.com
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.
Ranjit Iyer
unread,
Aug 5, 2014, 12:08:55 AM8/5/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chica...@googlegroups.com
Thanks for your reply. I don't see that variable in the rebar.config.
Adam Veldhousen
unread,
Aug 5, 2014, 9:06:55 AM8/5/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chica...@googlegroups.com
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.
Ranjit Iyer
unread,
Aug 7, 2014, 4:05:31 PM8/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message