erlang make utility - some help required.
Mickael Remond
mickael.remond@REDACTED
Mon Apr 28 17:02:37 CEST 2003
"DANIESC SCHUTTE" <DANIESC.SCHUTTE@REDACTED> writes:
> Greetings all,
>
> can anyone give me an indication what I am doing wrong in my Emakefile.
>
> Thanks.
> Daniel
>
> Emakefile content:
> {card_info, [{i, '/home2/bv/include'}]}.
Hello,
I have no way to reproduce your problem from here but I see one main
potential problem. I would use a string to define the include path.
Another problem might be that extension of the Erlang file is missing
(But I am not sure about this one).
What I would do:
{'card_info.erl', [{i, "/home2/bv/include"}]}.
Tell me if this works.
--
Mickaël Rémond
http://www.erlang-projects.org/
More information about the erlang-questions
mailing list