<div>Well, if it works&nbsp;for you that means&nbsp;it must be something&nbsp;I&#39;ve&nbsp;got configured incorrectly.&nbsp;&nbsp;I can work with a few of the guys here and try and figure out what&#39;s interferring with what I&#39;m trying to do.&nbsp; No need to bother you guys anymore with&nbsp;my coding problems =)
</div>
<div>&nbsp;</div>
<div>Thanks for all your help,</div>
<div>-Chris<br>&nbsp;</div>
<div><span class="gmail_quote">On 9/25/07, <b class="gmail_sendername">Brad King</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com
</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Chris Friedemann wrote:<br>&gt; Yeah, I&#39;m positive that the relative path exists from the files<br>&gt; location.&nbsp;&nbsp;To make 100% sure, I whipped up a little test.&nbsp;&nbsp;If you create 
<br>&gt; a file like this:<br>&gt;<br>&gt; C:\xmlTest\testA.h:<br>&gt;<br>&gt; #define SOME_CONSTANT = 1;<br><br>FYI, this isn&#39;t C preprocessor syntax.&nbsp;&nbsp;It should be just<br><br>#define SOME_CONSTANT 1<br><br>&gt; And then create another file like this: 
<br>&gt;<br>&gt; C:\xmlTest\tempDir\testB.h:<br>&gt;<br>&gt; //#include &quot;../testA.h&quot;<br>&gt; //#include &quot;c:\xmlTest\testA.h&quot;<br>&gt;<br>&gt; #define OTHER_CONSTANT = SOME_CONSTANT;<br><br>#define OTHER_CONSTANT SOME_CONSTANT 
<br><br>&gt; Save both of them, and create a folder inside of another folder.&nbsp;&nbsp;Place<br>&gt; testA.h in the first folder, and testB.h in the second folder.&nbsp;&nbsp;If you<br>&gt; uncomment the first #include, you get a &quot;cannot find file&quot; error.&nbsp;&nbsp;If 
<br>&gt; you uncomment the second include (and you fix it for the actual paths of<br>&gt; the folder you created) then it will work.<br><br>Does this example work with your compiler, independent of gccxml?<br><br>I just tried your example and it works fine with CVS gccxml on both 
<br>windows and linux.<br><br>What is the command line of gccxml you&#39;re running?&nbsp;&nbsp;What is the output<br>of the command line with the --print flag added?&nbsp;&nbsp;How about with the<br>--debug flag added?<br><br>-Brad<br></blockquote>
</div><br>