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

Build fails at domconfigurator.h

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.7
    • 0.10.0
    • Build
    • None
    • Linux (Fedora 6)

    Description

      During the "make", the build stops on include/log4cxx/xml/domconfigurator.h line 211 with the following error:
      error: extra qualification 'log4cxx::xml::DOMConfigurator::' on member 'subst'

      The offending line looks like this:
      String DOMConfigurator::subst(const String& value);

      The compile continues when I change the line to:
      String subst(const String& value);

      Attachments

        Activity

          People

            carnold@apache.org Curt Arnold
            everweb Rupert bruce
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: