Hi,
I got sources using:
svn co http://svn.apache.org/repos/asf/logging/log4cxx/trunk logging-log4cxx
I'm using cygwin bash on a windoz server 2003,sp1. I call ant in
logging-log4cxx and I get the errors below. It can't find the standard ms
compiler
headers.
Two questions: does the cc task generate an output file of the compilation process and how does one pass an include flag to the c++ compiler.
thanks,
john ware
cd d:/cygwin/home/jware/dev/logging-log4cxx/
ant
Buildfile: build.xml
os-detect:
win-init:
mac-init:
unix-init:
init:
build-apr:
get-apr-src:
untar-apr-src:
os-detect:
win-init:
unix-init:
init:
[mkdir] Created dir:
D:\cygwin\home\jware\dev\logging-log4cxx\build\debug\static
configure-check:
unix-configure:
win-configure:
[copy] Copying 1 file to
D:\cygwin\home\jware\dev\logging-log4cxx\lib\apr-1.2.7\include
configure:
build:
[mkdir] Created dir:
D:\cygwin\home\jware\dev\logging-log4cxx\build\debug\static\apr_obj
[cc] 66 total files to be compiled.
[cc] misc.c
[cc]
D:\cygwin\home\jware\dev\logging-log4cxx\lib\apr-1.2.7\include\apr.h(90) :
fatal error C1083: Cannot open include file: 'windows.h': Invalid argument
[cc] filepath.c
[cc]
D:\cygwin\home\jware\dev\logging-log4cxx\lib\apr-1.2.7\include\apr.h(90) :
fatal error C1083: Cannot open include file: 'windows.h': Invalid argument