Hollósi Gergely created LOGCXX-440: --------------------------------------
Summary: Compile errors on Ubuntu 14.04.1 LTS Key: LOGCXX-440 URL: https://issues.apache.org/jira/browse/LOGCXX-440 Project: Log4cxx Issue Type: Bug Components: Build Affects Versions: 0.10.0 Environment: Ubuntu 14.04.1 LTS Reporter: Hollósi Gergely Priority: Critical The compilation always stops at compiling files: - src/examples/cpp/console.cpp - src/main/cpp/socketoutputstream.cpp - src/main/cpp/inputstreamreader.cpp - vim src/main/cpp/inputstream.cpp The compiler cannot find some functions, like memmove, strcmp, etc. The first one (console.cpp) needs string.h and stdio.h included, the others need string.h included. If I include these files, the bug is fixed. -- This message was sent by Atlassian JIRA (v6.2#6252)