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.
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
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
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
> 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
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..
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
> 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
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
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
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
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
12 matches
Mail list logo