log4cxx inputstreamreader.cpp:66: error: 'memmove' was not declared in this scope 문제 해결
C/C++ 2010/01/22 14:30when i compile log4cxx i get the same error message :inputstreamreader.cpp:66: error: 'memmove' was not declared in this scope
can you tell how to fix it?
Try adding to inputstreamreader.cpp aand 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.
#include <string.h>



