Hi all,

 

We are using GCC XML 0.9 with visual studio 9.0.21022.8 RTM.

Running gcc-xml with the release flags was ok, but we had problems with
debug flags. I finally made it work by patching the include files:

 

yvals.h

825c846

<   #define _THROW_BAD_ALLOC    _THROW1(...)

---

>   #define _THROW_BAD_ALLOC

 

xdebug

58d57

<               _Ptr->~_Ty();

75c74

<               typedef typename _DebugHeapAllocator<_Other> other;

---

>               typedef _DebugHeapAllocator<_Other> other;

 

This would create a memory leak, but as we are only using these include
files to generate xml, it does not matter to us.

Thank you,

 

Philippe

 

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.gccxml.org/mailman/listinfo/gccxml

Reply via email to