Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to inject eqc path to rebar3 erlang code compiler #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jadeallenx
Copy link

Lately we've been having compile failures like this

===> Compiling _build/test/lib/blockchain/eqc/path_v2_eqc.erl failed
_build/test/lib/blockchain/eqc/path_v2_eqc.erl:3: can't find include lib "eqc/include/eqc.hrl"; Make sure eqc is in your app file's 'applications' list
_build/test/lib/blockchain/eqc/path_v2_eqc.erl:9: undefined macro 'FORALL/3'
_build/test/lib/blockchain/eqc/path_v2_eqc.erl:82: undefined macro 'SUCHTHAT/3'

So this branch attempts to inject the eqc paths for the rebar3_erlc_compiler module, but... it still doesn't work. I'm opening this PR in the off chance that someone has an idea how to fix this problem.

@jadeallenx
Copy link
Author

@tsloughter @Licenser @ThomasArts Please help? Any ideas or theories why this doesn't work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant