[ 
https://issues.apache.org/jira/browse/LOGCXX-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thorsten Schöning resolved LOGCXX-335.
--------------------------------------
    Resolution: Won't Fix

Because we are trying to reduce the backlog of open issues, I'm closing this 
one right now. The project lacks developers and tries to reduce the variances 
in the build, supported platforms etc. and has therefore introduced support for 
CMAKE. This should be used first instead of trying to patch the code base.

> Sun Studio STLPort Support
> --------------------------
>
>                 Key: LOGCXX-335
>                 URL: https://issues.apache.org/jira/browse/LOGCXX-335
>             Project: Log4cxx
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 0.10.0
>            Reporter: Hadrien Zalek
>            Assignee: Curt Arnold
>            Priority: Minor
>         Attachments: configure.patch, source.patch
>
>
> Hello,
> I got log4cxx to work with Sun Studio 11 using the Sun-supported stlport4 
> library. There are basically two issues:
> 1- Missing Include Statements:
> This one is pretty trivial and is corrected by the first attached patch 
> (source.patch). You might want to check if the inclusions for 'wchar.h' 
> should be protected by some macro for wchar support.
> 2- Incorrect Compiler Options:
> This one is slightly trickier, since the packaged configure script always 
> forces -lCstd in the linker flags which conflicts with the stlport4 library. 
> I got it working for me by patching the configure script (configure.patch). A 
> real solution, however, would be to use a newer version of automake for 
> generating the distribution (>= 1.10) that handles this correctly and detects 
> if we're linking against stlport, leaving out the native STL library.
> Any chance of having these in for 0.10.1?
> Cheers,
> Hady



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to