Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
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"