Well as evidence to extremely slow working on my part. I have fetter working on my machine. <br>In case anyone else finds it useful, here is what I encountered.<br><br>Instead of archiving the 999 things that did not work. I will just describe what did.
<br><br>To build gccxml on a newish version of gcc do the following.<br><br>1)  get this patch <br><a href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/obstack.h.diff?r1=1.5&r2=1.5.50.1">http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/obstack.h.diff?r1=1.5&r2=1.5.50.1
</a><br><br>2) go to gccxml-0.6.0/GCC/include, paste the patch there.<br><br>3) patch < name-of-patch<br><br>3) Instead of following what the build instructions of gccxml say. Do this<br><br>     In the parent directory (the one having GCC-XML and GCC) do a cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr
<br><br>4) make<br><br>5) make install<br><br>6) to try out verrazano go to the base directory of verrazano (the one with testsuite in it)<br><br>and type this at the command-prompt <br><br>lisp -load testsuite/opengl/generate.lisp
<br><br>7) smile.<br><br><br><br>