szy...@o2.pl wrote in
news:28745bab-b906-480c...@googlegroups.com:
> $ mingw32-make
> GNUmakefile:21:
> /cygdrive/c/x-unix/ACE_wrappers/include/makeinclude/macros.GNU: No
> such file or directory mingw32-make: *** No rule to make target
> '/cygdrive/c/x-unix/ACE_wrappers/includ e/makeinclude/macros.GNU'.
> Stop.
>
>
> Then I copy path from above error message and call cat program:
>
> $ cat /cygdrive/c/x-unix/ACE_wrappers/include/makeinclude/macros.GNU
> #-*- Makefile -*-
This has nothing to do with C++, but probably the mingw system does not see
/cygdrive as it is not a cygwin application. Some googling tells me one
needs to mount /cygdrive specially for mingw.
hth
Paavo