Uploaded image for project: 'Log4cxx'
  1. Log4cxx
  2. LOGCXX-93

Fail to link application with STLPort

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 0.9.7
    • None
    • None
    • None
    • Windows XP, Visual C++ 6/SP5, Log4Cxx 0.9.7 (dll version), STLPort 6.4.5 (dll version)

    Description

      I created a small console project under VC6, with the following code:

      #include <log4cxx/logger.h>

      int main()
      {
      log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("MyApp"));
      return 0;
      }

      The code compiles fine.

      With the Microsoft STL, it links fine. But if I had the STLPort include path to the project include dirs, the project does not link.

      Should I compile log4cxx with STLPort to be able to use it in other projects using STLPort ?

      Alexandre Gacon

      Attachments

        Activity

          People

            carnold@apache.org Curt Arnold
            alexgacon Alexandre Gacon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: