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

MSVC project has wrong additional include directories

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.10.0
    • 0.10.0
    • None
    • None
    • MSVC 8 SP1
      Trying to build as detailed in: apache-log4cxx-0.10.0/site/building/vstudio.html
      Upgraded apache-log4cxx-0.10.0\projects\log4cxx.dsw to MSVC 8 SP1

    Description

      The additional include directories in the project are:
      ..\src\main\include,..\..\..\..\apr-1.2.11\include,..\..\..\..\apr-util-1.2.10\include

      APR and APR-UTIL shouldn't contain version numbers if the build instructions are followed.

      Furthermore the path for APR and APR-UTIL is two levels up (again according to the build instructions), not four levels as in the current project settings.

      The include directories should therefore be:
      ..\src\main\include;..\..\apr\include;"..\..\apr-util\include"

      Attachments

        Activity

          People

            carnold@apache.org Curt Arnold
            jfbastien Jean-François Bastien
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: