[GCC-XML]GCC_XML-installation

Brad King brad.king at kitware.com
Mon Jan 27 23:53:06 EST 2003


> However, if I want to run the example-line given in the
> "Running"-section of your web-page or any other command, I always (as
> with all my other previous installations) get the message that in
> gccxml_find_flags the "!" is unexpected and breaks the program.
> Substituting "!" by "NOT" does not help anything, but I don't see a
> reason, why this line should crash the script.

It looks like you've found a bug that only shows up in older shells.  The
problem has been fixed in the CVS version of GCC-XML.  If you don't want
to try that, apply the patch that is attached to gccxml_find_flags.

-Brad
-------------- next part --------------
Index: gccxml_find_flags
===================================================================
RCS file: /cvsroot/GCC_XML/GCC_XML/gccxml_find_flags,v
retrieving revision 1.6
diff -r1.6 gccxml_find_flags
56c56
< if ! (${GCCXML_COMPILER} ${GCCXML_CXXFLAGS} \
---
> if (${GCCXML_COMPILER} ${GCCXML_CXXFLAGS} \
59c59
<       rm -f "/tmp/gccxml_identify_compiler$GCCXML_PID.cc") ; then
---
>       rm -f "/tmp/gccxml_identify_compiler$GCCXML_PID.cc") ; then : ; else


More information about the gccxml mailing list