<br><br><div class="gmail_quote">2008/5/29 Kevin A. Smith <<a href="mailto:kevin@hypotheticalabs.com">kevin@hypotheticalabs.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've been using flymake for a while now, really loving it BTW, but I've got a problem which is starting to drive me to distraction.<br>
<br>
When I'm working on code with the typical OTP app directory structure (ebin, priv, include, src, etc) flymake errors trying to locate .hrl files when I include them thusly:<br>
<br>
-include_lib("foo.hrl").<br>
 </blockquote><div><br>I have no idea what Flymake is, but when using include_lib, you have to use it thusly:<br><br>-include_lib("my_app/include/my_file.hrl").<br>-include_lib("my_app/any_directory/any_file.hrl").<br>
<br>I hope this helps.<br><br>cheers<br>Chandru<br></div></div>