On Nov 25, 2008, at 8:43 PM, link wrote:
when i compile log4cxx i get the same error message :inputstreamreader.cpp:66: error: 'memmove' was not declared in this scopecan you tell how to fix it?
Try adding to inputstreamreader.cpp a #include <string.h>and see if that helps. If it doesn't, search your compiler headers to see where it defines memmove().
Please report the compiler and OS in use, since this does not occur with most compilers.