I have a project that I build on Windows using gccxml that routinely has 3,600+ character command lines to gccxml as part of the build. (And those are the short ones...)<br><br>There must be something else happening to give you problems around 600 characters because Windows and gccxml can handle that command line length just fine.<br>
<br><br><div class="gmail_quote">On Mon, Apr 20, 2009 at 5:25 PM, Tim Cassidy <span dir="ltr"><<a href="mailto:timothy_cassidy@yahoo.ca">timothy_cassidy@yahoo.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
<div>Thanks Brad - that fixes the issue.  So on the command-line it supports having a space between the "-I" and the include path, but not in the options file?</div>
<div> </div>
<div>Also, does anyone know if there is a character limit on command line?  I think we were seeing things stop working at about the 600 character mark?  Is that a limitation of windows or gccxml?</div>
<div> </div>
<div>Thanks again,</div>
<div>Tim<br><br>--- On <b>Mon, 4/20/09, Brad King <i><<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a>></i></b> wrote:<br></div>
<blockquote style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;">From: Brad King <<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a>><br>Subject: Re: [GCC-XML] Can't seem to get --gccxml-gcc-options to work<br>
To: <a href="mailto:timothy_cassidy@yahoo.ca" target="_blank">timothy_cassidy@yahoo.ca</a><br>Cc: <a href="mailto:gccxml@gccxml.org" target="_blank">gccxml@gccxml.org</a><br>Received: Monday, April 20, 2009, 3:56 PM<div class="im">
<br><br><pre>Tim Cassidy wrote:
> Hi all - I can't seem to get gccxml to process the
--gccxml-gcc-options flag.
>  The reason we're trying to get it working is because I believe
we've reached a character limit on the parameters we're currently
passing into gccxml.  Does anyone know what the character limit is when passing
parameters into gccxml?  Is this a windows limitation?
>  Here is the contents of the options file:
> -I "C:\Program Files\Faked Path\With\include"
> -I
"C:\Foo\Bar\Foo\Bar\Foo\Bar\Foo\Bar\2.0.7\include\Common"
> -I
"C:\Bar\Foo\Bar\Foo\Bar\Foo\dev\include"
> -I
"c:\Bar\Bar\Foo\Foo\Bar\Bar\Foo\Foo\runtimetest"
> -I "c:\Foo\Foo\Bar\Bar\Foo\Foo\dev"

The options file is newline-separated, so each option must be on one
line and there is no need for quotes:

-IC:\Program Files\Faked Path\With\include
-IC:\Foo\Bar\Foo\Bar\Foo\Bar\Foo\Bar\2.0.7\include\Common
-IC:\Bar\Foo\Bar\Foo\Bar\Foo\dev\include
-Ic:\Bar\Bar\Foo\Foo\Bar\Bar\Foo\Foo\runtimetest
-Ic:\Foo\Foo\Bar\Bar\Foo\Foo\dev

-Brad
</pre></div></blockquote></td></tr></tbody></table><br>
      <hr size="1"><div><div></div><div class="h5">Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Optimized for Yahoo! <a href="http://downloads.yahoo.com/ca/internetexplorer/" target="_blank"><b>Get it Now for Free! </b></a></div>
</div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.gccxml.org/mailman/listinfo/gccxml" target="_blank">http://www.gccxml.org/mailman/listinfo/gccxml</a><br>
<br></blockquote></div><br>