Hi, PopIdol <[EMAIL PROTECTED]> writes:
> - my cygwin does not have gcc. Although it does have make > - i explictly set the path because i have another version of make elsewhere > - gcc version 3.4.5 (mingw special) and GNU Make 3.81 Am pretty sure here is what happens: you set XERCESCROOT as /cygdrive/d/SDK/xerces-c-src_2_8_0 and something like -I/cygdrive/d/SDK/xerces-c-src_2_8_0/include is passed to gcc (to verify this, run 'make VERBOSE=1'). But your gcc is from Mingw and thus does not know anything about /cygdrive/d/. I suggest that you either use gcc which comes with cygwin and knows how to handle /cygdrive/d/ or use Mingw shell with mingw gcc. Boris -- Boris Kolpackov, Code Synthesis Tools Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde
