[EMAIL PROTECTED] wrote: > So, I updated, to the tag you sent me. -- Thanks again for that! > > Unfortunately I still get the "sorry, unimplemented" error messages. > > I used gcc/g++ 3.4 as well as 3.3 to compile the sources. > Same errors using both compilers. > > Any other hints?
It looks like the errors are coming from conversion of an expression to a string. Since not all expressions need to be converted to strings just for producing error messages GCC does not support all expressions. You'll have to figure out why my/your code is asking it to do string conversion on such an expression. -Brad _______________________________________________ gccxml mailing list [email protected] http://www.gccxml.org/mailman/listinfo/gccxml
