Re: [fpc-devel]wrong MAKE all

2004-01-15 Thread Peter Vreman
At 22:12 11-1-2004, you wrote: I discover solution, problem is in compiler\makefile: change line (about 180 in makefile): ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),) override FPCDIR=c:/pp endif to: ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),) override FPCDIR:=$(BASEDIR) ifeq ($(

Re: [fpc-devel]wrong MAKE all

2004-01-11 Thread Darek Mazur
)/,rtl units)),) override FPCDIR=c:/pp endif endif thas my prop, its not so clear that may be but somebody may change FPCMAKE Darek - Original Message - From: "Peter Vreman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 11, 2004 2:35 PM Subject

Re: [fpc-devel]wrong MAKE all

2004-01-11 Thread Darek Mazur
> make FPCDIR=c:/fp/source Thats not work DEFAULT_FPCDIR don't work too please help - Original Message - From: "Peter Vreman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 11, 2004 2:35 PM Subject: Re: [fpc-devel]wrong MAKE all

Re: [fpc-devel]wrong MAKE all

2004-01-11 Thread Peter Vreman
At 23:10 9-1-2004, you wrote: Hi I've try to do make all but I recieve ***No rule to make target clean my home dir is c:\fp, and I use WIN98 I nottice that UTILS clean good, from log : MAKE.EXE[5]: Leaving directory `C:/fp/source/compiler/utils' but for rtl MAKE looking for c:\pp C:/FP/BIN/WIN

[fpc-devel]wrong MAKE all

2004-01-09 Thread Darek Mazur
Hi I've try to do make all but I recieve ***No rule to make target clean my home dir is c:\fp, and I use WIN98 I nottice that UTILS clean good, from log : MAKE.EXE[5]: Leaving directory `C:/fp/source/compiler/utils' but for rtl MAKE looking for c:\pp C:/FP/BIN/WIN32/MAKE.EXE -C c:/pp/units/w