Re: [fpc-pascal] How to rebuild an fpc package

2020-02-15 Thread Graeme Geldenhuys
On 12/02/2020 1:33 pm, Joost van der Sluis wrote: > Note that it will automatically rebuild and install all packages that > depend on fcl-db. Very nice. This makes things so much easier. Regards, Graeme ___ fpc-pascal maillist - fpc-pascal@lists.

Re: [fpc-pascal] How to rebuild an fpc package

2020-02-12 Thread Fabio Luis Girardi via fpc-pascal
This is the tip of the day! Thanks! Em Qua, 12 de fev de 2020 10:40, Joost van der Sluis escreveu: > Op 10-02-2020 om 17:01 schreef Luis - SoftSAT Sistemas via fpc-pascal: > > I'am on Windows and installed latest lazarus version(2.0.6), but > > TCSVDataset from fcl-db package have some bugs so

[fpc-pascal] How to rebuild an fpc package

2020-02-12 Thread Luis - SoftSAT Sistemas via fpc-pascal
12.02.2020, 11:41, "Joost van der Sluis" : > Op 10-02-2020 om 17:01 schreef Luis - SoftSAT Sistemas via fpc-pascal: >>  I'am on Windows and installed latest lazarus version(2.0.6), but >>  TCSVDataset from fcl-db package have some bugs so i ported some fixes, >>  now i need rebuild it, but i fail

Re: [fpc-pascal] How to rebuild an fpc package

2020-02-12 Thread Joost van der Sluis
Op 10-02-2020 om 17:01 schreef Luis - SoftSAT Sistemas via fpc-pascal: I'am on Windows and installed latest lazarus version(2.0.6), but TCSVDataset from fcl-db package have some bugs so i ported some fixes, now i need rebuild it, but i failed miserably. What i tryed CD C:\lazarus\fpc\3.0.4\sour

[fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Luis - SoftSAT Sistemas via fpc-pascal
> I guess the problem is how to tell the make system when to use installed > units and when to recompile units.  Although it should be possible to figure > out how to do this, I rather suggest an easier fix: just recompile everything > with "make all install" from the base of the fpc source fold

Re: [fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Sven Barth via fpc-pascal
Christo Crause via fpc-pascal schrieb am Di., 11. Feb. 2020, 19:42: > On Tue, Feb 11, 2020 at 4:57 PM Luis - SoftSAT Sistemas < > l...@softsatsistemas.com.br> wrote: > >> > You are using relative paths in -Fu and your current folder is >> c:\lazarus\fpc\3.0.4\source\packages\fcl-db, so >> > -Fu..

Re: [fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Christo Crause via fpc-pascal
On Tue, Feb 11, 2020 at 4:57 PM Luis - SoftSAT Sistemas < l...@softsatsistemas.com.br> wrote: > > You are using relative paths in -Fu and your current folder is > c:\lazarus\fpc\3.0.4\source\packages\fcl-db, so > > -Fu../../rtl should expand to -Fuc:\lazarus\fpc\3.0.4\source\rtl - the > compiler i

[fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Luis - SoftSAT Sistemas via fpc-pascal
> You are using relative paths in -Fu and your current folder is > c:\lazarus\fpc\3.0.4\source\packages\fcl-db, so > -Fu../../rtl should expand to -Fuc:\lazarus\fpc\3.0.4\source\rtl - the > compiler is searching where it was told. This is done by the make file that come with the package. > It ma

Re: [fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Christo Crause via fpc-pascal
On Tue, Feb 11, 2020 at 3:23 PM Luis - SoftSAT Sistemas via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > Looking at unit search path the compiler are looking at "sources" dir > instead of "units" dir with the compiled units and i dont know how to fix > this. > > C:\lazarus\fpc\3.0.4\sour

[fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Luis - SoftSAT Sistemas via fpc-pascal
Looking at unit search path the compiler are looking at "sources" dir instead of "units" dir with the compiled units and i dont know how to fix this. C:\lazarus\fpc\3.0.4\source\packages\fcl-db>make all OPT=-vut C:/lazarus/fpc/3.0.4/bin/i386-win32/ppc386.exe fpmake.pp -n -Fu../../r tl -Fu../../pa

[fpc-pascal] How to rebuild an fpc package

2020-02-11 Thread Luis - SoftSAT Sistemas via fpc-pascal
Resend as plain text. 10.02.2020, 14:09, "Luis - SoftSAT Sistemas via fpc-pascal" : > I'am on Windows and installed latest lazarus version(2.0.6), but TCSVDataset > from fcl-db package have some bugs so i ported some fixes, now i need rebuild > it, but i failed miserably. > > What i tryed > CD

[fpc-pascal] How to rebuild an fpc package

2020-02-10 Thread Luis - SoftSAT Sistemas via fpc-pascal
I'am on Windows and installed latest lazarus version(2.0.6), but TCSVDataset from fcl-db package have some bugs so i ported some fixes, now i need rebuild it, but i failed miserably. What i tryedCD C:\lazarus\fpc\3.0.4\source\packages\fcl-dbmake clean all install INSTALL_PREFIX=C:\lazarus\fpc\3.0.4