of course the first one is <div>-<meta charset="utf-8">include("/some/path/some.hrl").<br><br><div class="gmail_quote">On Wed, May 11, 2011 at 4:52 PM, Ahmed Omar <span dir="ltr"><<a href="mailto:spawn.think@gmail.com">spawn.think@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">But why are you doing it that way?<div>Why not just in pcount.hrl write </div><div>include("/some/path/some.hrl").<br>
<br></div><div>and in you pcount.erl just </div><div>-include("pcount.hrl").</div>
<div><br></div><div><br></div><div><div><div></div><div class="h5"><br><div class="gmail_quote">On Wed, May 11, 2011 at 4:12 PM, Wes James <span dir="ltr"><<a href="mailto:comptekki@gmail.com" target="_blank">comptekki@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
oops, clicked send to soon:<br>
<br>
I have pcount.erl and pcount.hrl<br>
<br>
here is part of pcount.hrl<br>
<br>
-define(SOME, "/some/path/some.hrl").<br>
<br>
in pcount.erl<br>
<br>
-include("pcount.hrl").<br>
-include(?SOME).<br>
<br>
erlc pcount.erl<br>
./pcount.erl:10: badly formed 'include'<br>
<br>
with<br>
<br>
-include("?SOME").<br>
<br>
I get:<br>
<br>
erlc pcount.erl<br>
./pcount.erl:10: badly formed 'include'<br>
<br>
So there doesn't seem to be a way of doing nested macros.<br>
<br>
thx,<br>
<font color="#888888"><br>
-wes<br>
</font><div>On Tue, May 10, 2011 at 4:33 PM, Ahmed Omar <<a href="mailto:spawn.think@gmail.com" target="_blank">spawn.think@gmail.com</a>> wrote:<br>
</div><div><div></div><div>> I'm not sure i understand what u r trying to do exactly. but are u trying to<br>
> do<br>
> -define(FILE, "somepath").<br>
> in some.hrl?<br>
> cause ?FILE is a predefined macro that is expanded to the name of the<br>
> current module, you can't redefine it.<br>
><br>
> On Tue, May 10, 2011 at 11:36 PM, Wes James <<a href="mailto:comptekki@gmail.com" target="_blank">comptekki@gmail.com</a>> wrote:<br>
>><br>
>> I was trying to do something like this:<br>
>><br>
>> -include("some.hrl").<br>
>> -include(?FILE).<br>
>><br>
>> Where FILE is defined in some.hrl, but found that can't be done.   I<br>
>> was trying to define a path to a hrl file without having it show in<br>
>> the actual file on github.  I guess the way to do this is with an<br>
>> environment variable, if I'm worried about it.<br>
>><br>
>> I found info on macros in "The Preprocessor" page on <a href="http://erlang.org" target="_blank">erlang.org</a><br>
>><br>
>> <a href="http://www.erlang.org/doc/reference_manual/macros.html" target="_blank">http://www.erlang.org/doc/reference_manual/macros.html</a><br>
>><br>
>> -wes<br>
>> _______________________________________________<br>
>> erlang-questions mailing list<br>
>> <a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
>> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
><br>
><br>
> --<br>
> Best Regards,<br>
> - Ahmed Omar<br>
> <a href="http://nl.linkedin.com/in/adiaa" target="_blank">http://nl.linkedin.com/in/adiaa</a><br>
> Follow me on twitter<br>
> @spawn_think<br>
><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><div class="im">Best Regards,<br>- Ahmed Omar<div><a href="http://nl.linkedin.com/in/adiaa" target="_blank">http://nl.linkedin.com/in/adiaa</a></div>
<div>Follow me on twitter</div>
<div><a href="http://twitter.com/#!/spawn_think" target="_blank">@spawn_think</a></div><br>
</div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Best Regards,<br>- Ahmed Omar<div><a href="http://nl.linkedin.com/in/adiaa" target="_blank">http://nl.linkedin.com/in/adiaa</a></div><div>Follow me on twitter</div><div><a href="http://twitter.com/#!/spawn_think" target="_blank">@spawn_think</a></div>
<br>
</div>