<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Mar 6, 2010, at 3:49 AM, Aaron Gray wrote:</div><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; "><div class="gmail_quote"><div><font class="Apple-style-span" color="#000000"><br></font></div><div>I am hoping I can just not build the indexer and will see if I can get a patch together first for 2.7 before submitting a bug report if I have to.</div>

</div></blockquote><div><br></div><div>Okay here's a patch to no build the CIndexer on Cygwin and MinGW :-</div><div><br></div><div><div>Index: tools/Makefile</div><div>===================================================================</div>

<div>--- tools/Makefile<span class="Apple-tab-span" style="white-space:pre">    </span>(revision 97834)</div><div>+++ tools/Makefile<span class="Apple-tab-span" style="white-space:pre">   </span>(working copy)</div><div>@@ -10,4 +10,9 @@</div>

<div> LEVEL := ../../..</div><div> DIRS := driver CIndex c-index-test</div><div> </div><div>+ifeq ($(OS), $(filter $(OS), Cygwin MingW))</div><div>+DIRS := $(filter $(DIRS), CIndex)</div><div>+DIRS := $(filter $(DIRS), c-index-test)</div>

<div>+endif</div><div>+</div><div> include $(LEVEL)/Makefile.common</div></div></div></blockquote></div><br><div>Hi Aaron, did you actually test that this patch fixes the problem you're seeing?</div><div><br></div><div>-Chris</div></body></html>