Notmuch mail indexer - talloc requirement?

David Stacey drstacey@tiscali.co.uk
Sun Jun 12 02:28:00 GMT 2016


On 11/06/16 19:55, Jack Ostroff wrote:
> I was able to complete the talloc compile and install by going
> into the bin/defaults directory and linking cygtalloc_2.dll to both
> talloc.dll and cygtalloc.dll, and the same for cygpytalloc-util-2.dll.
>
> However, even then, when doing ./configure on notmuch I still get errors:
>
> /usr/include/xapian/version.h:28:2: error: #error The C++ ABI version of
> compiler you are using does not match
>
> /usr/include/xapian/version.h:31:2: error: #error The Xapian library was
> built with g++ 4.8.3
>   
> My current g++ is 5.3.0.


Does this help?

     ./configure CXXFLAGS="-g -O2 -D_GLIBCXX_USE_CXX11_ABI=0"

It should force the compiler to use to older ABI.

Dave.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list