Hello Bengt,<br><br>It works better now using atom,<br><br>thank you for your help.<br><br>David<br><br><div class="gmail_quote">2009/2/4 Bengt Kleberg <span dir="ltr"><<a href="mailto:bengt.kleberg@ericsson.com">bengt.kleberg@ericsson.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Greetings,<br>
<br>
Try to change {d,"MY_MACRO", "ITS_VALUE"} to {d,'MY_MACRO', 'ITS_VALUE'}<br>
<br>
<br>
bengt<br>
<div><div></div><div class="Wj3C7c"><br>
On Tue, 2009-02-03 at 19:24 +0100, David Nonnenmacher wrote:<br>
> Hello,<br>
><br>
> I would like to compile some erlang files that contains a macro. The<br>
> Emakefile has the following contents:<br>
><br>
> {"/home/dnonnenm/PROJECTS/lib/my_appli/src/*",<br>
>  [{i,"/home/dnonnenm/PROJECTS/lib/"},<br>
>   {d,"MY_MACRO", "ITS_VALUE"},<br>
>   {outdir,"/home/dnonnenm/PROJECTS/lib/my_appli/ebin"}]}.<br>
><br>
> The problem is that there is no generated beam. The output command (ie<br>
> erl -make) is the following:<br>
><br>
> Recompile: /home/dnonnenm/PROJECTS/lib/my_appli/src/module_1<br>
> Recompile: /home/dnonnenm/PROJECTS/lib/my_appli/src/module_2<br>
> Recompile: /home/dnonnenm/PROJECTS/lib/my_appli/src/module_3<br>
><br>
> There are no errors, no warnings.<br>
><br>
> I did the same but removing the macro definition (ie {d, ....}), and<br>
> there are some beam generated. But I have an error dur to the missing<br>
> macro.<br>
><br>
> Is this a bug ? or did i write something bad ?<br>
><br>
> David<br>
</div></div>> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>