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

2011-09-13 Thread Vincent Snijders
2011/8/30, Martin laza...@mfriebe.de: 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

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 laza...@mfriebe.de 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  

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

2011-09-05 Thread Marcos Douglas
2011/9/5 Marcos Douglas m...@delfire.net: 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

[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

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.exe

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

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 laza...@mfriebe.de 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  

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 webpi...@mail.ru 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