[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: still windows problems
From: |
Enrico Sersale |
Subject: |
Re: still windows problems |
Date: |
Wed, 8 May 2002 14:30:23 +0300 (EEST) |
On Wed, 8 May 2002, Richard Frith-Macdonald wrote:
>
> On Wednesday, May 8, 2002, at 11:35 AM, Enrico Sersale wrote:
> >
> > $ make
> > GNUmakefile:46: /C/GNUstep/System/Makefiles/common.make: No such file or
> > directory
> > GNUmakefile:61: /C/GNUstep/SystemMakefiles/aggregate.make: No such file
> > or
> > directory
> > ...
> >
> > line 46 in GNUmakefile is:
> > include $(GNUSTEP_MAKEFILES)/common.make
> > and line 61 is:
> > include $(GNUSTEP_MAKEFILES)/aggregate.make
> >
> > $ echo $GNUSTEP_MAKEFILES
> > /C/GNUstep/System/Makefiles
> >
> > This is window 2000 with MinGW-1.1 and msys-1.06
>
> I thought that PATH should be set to use the msys make program, but that
> looks like
> you may be using the mingw make.
>
> Please try renaming the 'make.exe' program from the mingw bin directory,
> and let me know
> if that works.
>
Ok, so it works ;-)