You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by "Hollósi Gergely (JIRA)" <lo...@logging.apache.org> on 2014/08/15 12:21:18 UTC

[jira] [Created] (LOGCXX-440) Compile errors on Ubuntu 14.04.1 LTS

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)