Re: [fpc-devel] ""make clean" builds ppc1 [[Re: Getting error building fpc for clang 16]]

2023-12-09 Thread Tomas Hajny via fpc-devel
9. prosince 2023 18:24:10 SEČ, Martin Frb via fpc-devel napsal: >On 09/12/2023 17:03, Martin Frb via fpc-devel wrote: >> Anyway, I changed the make >> make install INSTALL_PREFIX=/home/m/fpc/$INSTPATH/gw3  OPT=" -Clv16.0 " >> LLVM=1 >> >> Then next it fails, with the same error on >>     m

[fpc-devel] ""make clean" builds ppc1 [[Re: Getting error building fpc for clang 16]]

2023-12-09 Thread Martin Frb via fpc-devel
On 09/12/2023 17:03, Martin Frb via fpc-devel wrote: Anyway, I changed the make make install INSTALL_PREFIX=/home/m/fpc/$INSTPATH/gw3  OPT=" -Clv16.0 " LLVM=1 Then next it fails, with the same error on     make clean Yes, it tries to compile a file while doing "make clean" Even strang

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

Re: [fpc-devel] make clean does not delete the fcl-web units

2011-04-09 Thread ABorka
On 4/9/2011 14:37, Joost van der Sluis wrote: On Sat, 2011-04-09 at 13:05 -0700, ABorka wrote: Just like the "make install" does not copy the FCL-web units to the right place, "make clean" does not remove them either. Here is the output: . . . C:/pp/bin/i386-win32/make.EXE -C fcl-web distclean

Re: [fpc-devel] make clean does not delete the fcl-web units

2011-04-09 Thread Joost van der Sluis
On Sat, 2011-04-09 at 13:05 -0700, ABorka wrote: > Just like the "make install" does not copy the FCL-web units to the > right place, "make clean" does not remove them either. Here is the output: > > . > . > . > C:/pp/bin/i386-win32/make.EXE -C fcl-web distclean > make.EXE[2]: Entering directory

[fpc-devel] make clean does not delete the fcl-web units

2011-04-09 Thread ABorka
Just like the "make install" does not copy the FCL-web units to the right place, "make clean" does not remove them either. Here is the output: . . . C:/pp/bin/i386-win32/make.EXE -C fcl-web distclean make.EXE[2]: Entering directory `C:/fpc_svn/packages/fcl-web' make.EXE[2]: Nothing to be done fo

Re: [fpc-devel] make clean

2004-10-07 Thread Joost van der Sluis
> The following files doesn't get deleted in windows 98 when using the clean > parameter. > make -C fcl clean: > fpc\fcl\win32\dllist.o > fpc\fcl\win32\postgres3.o > fpc\fcl\win32\dllist.ppu > fpc\fcl\win32\postgres3.ppu These are mine fault, I already saw it last monday and will fix it. Joost va

[fpc-devel] make clean

2004-10-06 Thread Jesus Reyes
The following files doesn't get deleted in windows 98 when using the clean parameter. make -C fcl clean: fpc\fcl\win32\BMPcomn.o fpc\fcl\win32\dllist.o fpc\fcl\win32\DOM_HTML.o fpc\fcl\win32\HTMLDefs.o fpc\fcl\win32\postgres3.o fpc\fcl\win32\XMLRead.o fpc\fcl\win32\XMLWrite.o fpc\fcl\win32\dllist.

RE: [fpc-devel]Make clean fails for cvs.

2004-07-12 Thread Vincent Snijders
> -Oorspronkelijk bericht- > Van: Peter Vreman [mailto:[EMAIL PROTECTED] > > Hi, > > > > If I do make distclean in the fpc root dir, I get the > following error: > > > > make[2]: *** No rule to make target `dbase_clean', needed > by `clean'. > > Stop. > > make[1]: *** [db_clean] Error 2 >

Re: [fpc-devel]Make clean fails for cvs.

2004-07-12 Thread Peter Vreman
> Hi, > > If I do make distclean in the fpc root dir, I get the following error: > > make[2]: *** No rule to make target `dbase_clean', needed by `clean'. > Stop. > make[1]: *** [db_clean] Error 2 > make: *** [fcl_distclean] Error 2 > > Make fcl gives: > make[2]: *** No rule to make target `dbase_a

[fpc-devel]Make clean fails for cvs.

2004-07-12 Thread Vincent Snijders
Hi, If I do make distclean in the fpc root dir, I get the following error: make[2]: *** No rule to make target `dbase_clean', needed by `clean'. Stop. make[1]: *** [db_clean] Error 2 make: *** [fcl_distclean] Error 2 Make fcl gives: make[2]: *** No rule to make target `dbase_all', needed by `all