Created
August 30, 2013 08:54
-
-
Save h4cc/6387788 to your computer and use it in GitHub Desktop.
Add missing 'eunit.hrl' on Ubuntu/Debian with erlang-dev.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you get this error: | |
> 'can't find include lib "eunit/include/eunit.hrl"' | |
even if you already installed "erlang-eunit. | |
Try installing 'erlang-dev': | |
> apt-get install erlang-dev |
Very helpful in figuring out why Zotonic wouldn't build. Thank you :)
thanks! 👍
thanks!
thanks!
thanks!
Thanks. PS: do not forget to restart erlang console to take newly installed things into account.
Thanks issue solved but new issue occure
===> Compiling _build/default/lib/mochijson2/src/mochinum.erl failed _build/default/lib/mochijson2/src/mochinum.erl:none: undefined parse transform 'eunit_autoexport'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you!