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 "Tobias Frost (JIRA)" <lo...@logging.apache.org> on 2014/12/08 19:29:12 UTC

[jira] [Created] (LOGCXX-450) build failure cygwin (missing include string.h)

Tobias Frost created LOGCXX-450:
-----------------------------------

             Summary: build failure cygwin (missing include string.h)
                 Key: LOGCXX-450
                 URL: https://issues.apache.org/jira/browse/LOGCXX-450
             Project: Log4cxx
          Issue Type: Bug
    Affects Versions: 0.10.0
         Environment: cygwin/32bit under Windows 7/64bit


            Reporter: Tobias Frost


During building using cygwin (1.7.33) for x86, I encounter several build errors:

src/main/cpp/socketoutputstream.cpp
src/main/cpp/inputstreamreader.cpp
/src/examples/cpp/console.cpp

Adding #include <string.h>
fixes it.

Additionally in /src/examples/cpp/console.cpp 
a #include <stdio.h> is missing.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)