Hello Herbert, Have install Visual C++ 2008 Feature Pack Release.
Go ahead but have another problem... Now with Handler.cxx: ============= Building module writerfilter ============= Entering /cygdrive/c/source/aoo-trunk/main/writerfilter/source/resourcemodel Entering /cygdrive/c/source/aoo-trunk/main/writerfilter/unocomponent/debugservices/doctok Entering /cygdrive/c/source/aoo-trunk/main/writerfilter/source/ooxml Compiling: writerfilter/source/ooxml/Handler.cxx C:/source/aoo-trunk/main/writerfilter/source/ooxml/Handler.cxx(49) : error C2664: 'writerfilter::ooxml ::OOXMLFastContextHandler::resolveFootnote' : cannot convert parameter 1 from 'rtl::OUString' to 'cons t sal_Int32' No user-defined-conversion operator available that can perform this conversion, or the operato r cannot be called C:/source/aoo-trunk/main/writerfilter/source/ooxml/Handler.cxx(77) : error C2664: 'writerfilter::ooxml ::OOXMLFastContextHandler::resolveEndnote' : cannot convert parameter 1 from 'rtl::OUString' to 'const sal_Int32' No user-defined-conversion operator available that can perform this conversion, or the operato r cannot be called C:/source/aoo-trunk/main/writerfilter/source/ooxml/Handler.cxx(105) : error C2664: 'writerfilter::ooxm l::OOXMLFastContextHandler::resolveComment' : cannot convert parameter 1 from 'rtl::OUString' to 'cons t sal_Int32' No user-defined-conversion operator available that can perform this conversion, or the operato r cannot be called dmake: Error code 2, while making '../../wntmsci12.pro/slo/Handler.obj' 1 module(s): writerfilter need(s) to be rebuilt Last Changed Rev: 1549788 Thank you, Vadim. 2013/12/10 Herbert Duerr <h...@apache.org> > On 09.12.2013 17:46, Vadim Yedzinovich wrote: > >> Hello Herbert, >> >> >> Commented: >> //namespace _STL >> //{ >> // /** @internal */ >> // template<class T, class U> >> // inline ::rtl::Allocator<U> & __stl_alloc_rebind (::rtl::Allocator<T> >> & a, U const *) >> // { >> // return (::rtl::Allocator<U>&)(a); >> // } >> //} >> >> in C:\source\aoo-trunk\main\sal\inc\rtl\allocator.hxx >> > > So disabling that code fixed the namespace problem. Great! > > *The next problem is with undeclared identifiers:* >> [...] >> >> C:/PROGRA~2/MICROS~1.0/VC/include\../../VC/include/unordered_set(64) : >> error C20 65: '_Hash_compare' : undeclared identifier >> > > This looks like a known installation problem [1] for an sdk interacting > badly with a feature pack. Ariel provided some great pointers in that > mailing list thread that should solve the problem. > > [1] http://markmail.org/thread/ax5fq3iebmgc437k > > Herbert >