tag 441618 +pending
thanks

On Mon, Sep 10, 2007 at 05:56:07PM +0200, Matthias Klose wrote:
> ../net/serialise.cc: In function 'std::string serialise_error(const 
> Xapian::Error&)':
> ../net/serialise.cc:93: error: 'strlen' was not declared in this scope
> ../net/serialise.cc: In function 'void unserialise_error(const std::string&, 
> const std::string&, const std::string&)':
> ../net/serialise.cc:114: error: 'memcmp' was not declared in this scope
> make[3]: *** [net/serialise.lo] Error 1

Hmm, I checked compilation with gcc-snapshot since that file was last
changed.  I guess gcc-snapshot must have changed.

I don't have access to a box with gcc-snapshot at the moment, but I've
patched upstream SVN by adding this which should fix this:

#include <string.h>

There should be a new upstream release in a week or two, so I'll package
that once it's out.

Cheers,
    Olly



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to