<div dir="ltr">It seems to work for me if I pass an absolute path to -I – does that help?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 8, 2014 at 8:18 AM, Thompson, John <span dir="ltr"><<a href="mailto:John_Thompson@playstation.sony.com" target="_blank">John_Thompson@playstation.sony.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">Hi,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Could someone help me understand what is wrong with the enclosed build module example?  (It’s kind of in the form of a test, but ignore the comment for running the test, as it’s just a source file here.)<u></u><u></u></p>

<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I’m trying to gear up to add a fixit message for undefined types which can be found in a module, but I can’t get this simple scenario to work.  The idea is that if I later remove the #include, I’ll get an error on the undefined type, which
 nonetheless could be found in a module, allowing me to add a fixit.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">In looking at other modules tests, it seems that if I put the module.map file in a subdirectory and use a -I option, clang can find the module map there and load it, right?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">In looking at this in a debugger, in the HandleIncludeDirective function, the lookupFile call at line 1452 loads the module map.  But then at line 1655 a loadModule call loads the module map again, but fails.<u></u><u></u></p>

<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">To reproduce, just run the makefile, which produces:<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">***<u></u><u></u></p>
<p class="MsoNormal">d:\Clang\bugs\modules>make<u></u><u></u></p>
<p class="MsoNormal">clang -cc1 -fmodules-cache-path=TestOutput -fmodules -IInputs\UndefinedFixIt1 UndefinedFixIt1.cpp<u></u><u></u></p>
<p class="MsoNormal"><module-includes>:1:10: fatal error: 'Inputs\UndefinedFixIt1\public1.h' file not found<u></u><u></u></p>
<p class="MsoNormal">#include "Inputs\UndefinedFixIt1\public1.h"<u></u><u></u></p>
<p class="MsoNormal">         ^<u></u><u></u></p>
<p class="MsoNormal">UndefinedFixIt1.cpp:4:10: fatal error: could not build module 'public1'<u></u><u></u></p>
<p class="MsoNormal">#include "public1.h"<u></u><u></u></p>
<p class="MsoNormal">~~~~~~~~^~~~~~~~~~~<u></u><u></u></p>
<p class="MsoNormal">2 errors generated.<u></u><u></u></p>
<p class="MsoNormal">make: *** [all] Error 1<u></u><u></u></p>
<p class="MsoNormal">***<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">It’s probably something simple, but I can’t see it.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks.<span class="HOEnZb"><font color="#888888"><u></u><u></u></font></span></p><span class="HOEnZb"><font color="#888888">
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">-John<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</font></span></div>
</div>

<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>