Closed yokomizor closed 6 years ago
Possible workaround: https://github.com/erlio/vernemq/pull/700/files
Ups, you are right, must have left that when i ported rebar.config from different project.
Looks like it is a port_compiler problem.
This is problem in our rebar.config.script, i try to call those hooks, without loading pc plugin.
The plugin is being loaded I guess: https://github.com/processone/stun/blob/87cafb5fc84fbed97380a5c267610fb1e7ad7488/rebar.config.script#L103
Fixed by commit: 6a07ea2ad5a1149585956fc85d54dbae7a5d0f3b
Great, thanks!
btw, maybe you can remove the plugin declaration as well:
- AppendList([rebar3_hex, pc]), []},
+ AppendList([rebar3_hex]), []},
Hi,
Running
rebar3 compile
causes this error:Turning provider_hooks off solves the problem: https://github.com/processone/stun/blob/master/rebar.config.script#L106