<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi, all!</div><div>I am trying horse:<a href="https://github.com/extend/horse" _src="https://github.com/extend/horse">https://github.com/extend/horse</a> </div><div>I got it in this folder: MyProject -> deps -> horse</div><div>I added this in my makefile like the website says:</div><div><pre style="box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; margin-top: 0px; margin-bottom: 0px; font-stretch: normal; line-height: 1.45; padding: 16px; border-radius: 3px; word-wrap: normal; word-break: normal; color: rgb(51, 51, 51); background-color: rgb(247, 247, 247);"><span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">deps/horse</span>:
    <span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">git</span> <span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">clone</span> <span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">-n</span> <span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">--</span> <span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">https</span>://github.com/extend/horse <span class="pl-s" style="box-sizing: border-box; color: rgb(24, 54, 145);">$(<span class="pl-smi" style="box-sizing: border-box; color: rgb(51, 51, 51);">DEPS_DIR</span>)</span>/horse
    cd $(DEPS_DIR)/horse ; git checkout -q master
    $(MAKE) -C $(DEPS_DIR)/horse

<span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">perfs</span>: ERLC_OPTS += -DPERF=1 +'{parse_transform, horse_autoexport}'
<span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">perfs</span>: clean deps deps/horse app
    $(gen_verbose) erl -noshell -pa ebin deps/horse/ebin \
        <span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">-eval</span> <span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">'horse</span>:app_perf(<span class="pl-s" style="box-sizing: border-box; color: rgb(24, 54, 145);">$(<span class="pl-smi" style="box-sizing: border-box; color: rgb(51, 51, 51);">PROJECT</span>)</span>), init:stop().'</pre></div><div>then i compile: make perfs</div><div>and i got this error:</div><div><br></div><div>src/test01.erl: undefined parse transform 'horse_autoexport'</div><div><br></div><div>i tried add {erl_opts, [{parse_transform, horse_autoexport}]} to my app file</div><div>or i add -compile([{parse_transform, horse_autoexport}]) to test01.erl module</div><div>but the error continue.</div><div><br></div><div>anyone can help? thanks!</div><div><pre style="padding-right: 1px; line-height: 23.3240013122559px;">_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions</pre></div></div>