edown icon indicating copy to clipboard operation
edown copied to clipboard

Compilation file while make

Open CodeYogiCo opened this issue 10 years ago • 3 comments

Hey I have taken a git pull

On make command it throws me following error.I am not sure if hrl file is included in the src.

There is one included hrl in edown_doclet.erl

-include_lib("edoc/include/edoc_doclet.hrl"). I could find this hrl file in the src directory

src/edown_doclet.erl:116: field packages undefined in record doclet_gen src/edown_doclet.erl:118: field filemap undefined in record doclet_gen

CodeYogiCo avatar Jun 29 '15 17:06 CodeYogiCo

The latest master should not have this problem ...

uwiger avatar Jun 29 '15 17:06 uwiger

Ah, sorry. You are pulling from an obsolete repos. Please use https://github.com/uwiger/edown instead.

uwiger avatar Jun 29 '15 17:06 uwiger

It worked..Thanks for prompt response..

CodeYogiCo avatar Jun 29 '15 17:06 CodeYogiCo