Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-09-13 Thread Vincent Snijders
2011/8/30, Martin : > The error I get: > { .\fpmake.exe distclean --localunitdir=../.. --globalunitdir=.. > --os=win32 --cpu=i386 -o -Ur -o -Xs -o -O2 -o -n -o > -FuC:/FPC/SVN/fix_2_6/rtl -o -FuC:/FPC/SVN/fix_2_6/packages/hash -o > -FuC:/FPC/SVN/fix_2_6/packages/paszlib -o > -FuC:/FPC/SVN/fix_2_6/p

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-09-05 Thread Marcos Douglas
2011/9/5 Marcos Douglas : >> The problem continues. >> There is a bugtrack for this? >> I found this http://bugs.freepascal.org/view.php?id=19140 > > What is your PATH environment variable? Make sure that it contains at > least one semicolon (;), otherwise the Makefile considers your target > a uni

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-09-05 Thread Vincent Snijders
2011/9/5 Marcos Douglas : > On Tue, Aug 30, 2011 at 7:55 AM, Martin wrote: >> >> very weird issue; >> >> I have a batch fiel, that does (sucesfull): >> >> make.exe clean  distclean >> make.exe all   LINKSMART=1  CREATESMART=1  OPTIMIZE=1  OPT="-gl -O3 -Or >> -CpPENTIUMM -OpPENTIUMM" >> make.exe i

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-09-05 Thread Marcos Douglas
On Tue, Aug 30, 2011 at 7:55 AM, Martin wrote: > > very weird issue; > > I have a batch fiel, that does (sucesfull): > > make.exe clean  distclean > make.exe all   LINKSMART=1  CREATESMART=1  OPTIMIZE=1  OPT="-gl -O3 -Or > -CpPENTIUMM -OpPENTIUMM" > make.exe install  INSTALL_PREFIX=c:\FPC\fix_2_6

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-08-30 Thread Marcos Douglas
On Tue, Aug 30, 2011 at 8:41 AM, Paul Ishenin wrote: > 30.08.2011 18:57, Martin wrote: > > I also have this problem quite often. I usually search for fpmake.exe and > delete it (thanks Marco for the hint). +1 Thanks Marco. Marcos Douglas ___ fpc-devel

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-08-30 Thread Marcos Douglas
On Tue, Aug 30, 2011 at 7:57 AM, Martin wrote: > Sorry, my mailer choose to send this while I was still typing > > On 30/08/2011 11:55, Martin wrote: >> >> very weird issue; >> >> I have a batch fiel, that does (sucesfull): >> >> make.exe clean  distclean >> make.exe all   LINKSMART=1  CREATES

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-08-30 Thread Paul Ishenin
30.08.2011 18:57, Martin wrote: I also have this problem quite often. I usually search for fpmake.exe and delete it (thanks Marco for the hint). Best regards, Paul Ishenin. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepa

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-08-30 Thread Martin
Sorry, my mailer choose to send this while I was still typing On 30/08/2011 11:55, Martin wrote: very weird issue; I have a batch fiel, that does (sucesfull): make.exe clean distclean make.exe all LINKSMART=1 CREATESMART=1 OPTIMIZE=1 OPT="-gl -O3 -Or -CpPENTIUMM -OpPENTIUMM" make.ex

[fpc-devel] make clean problem with 2.6 fixes bracnh

2011-08-30 Thread Martin
very weird issue; I have a batch fiel, that does (sucesfull): make.exe clean distclean make.exe all LINKSMART=1 CREATESMART=1 OPTIMIZE=1 OPT="-gl -O3 -Or -CpPENTIUMM -OpPENTIUMM" make.exe install INSTALL_PREFIX=c:\FPC\fix_2_6_0 COPYTREE=echo UPXPROG=echo Then the makefile should exec