"DANIESC SCHUTTE" <DANIESC.SCHUTTE@xxxxxxxxxxxx> 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/
|