<div dir="auto">This is the tip of the day!<div dir="auto"><br></div><div dir="auto">Thanks!</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em Qua, 12 de fev de 2020 10:40, Joost van der Sluis <<a href="mailto:joost@cnoc.nl">joost@cnoc.nl</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Op 10-02-2020 om 17:01 schreef Luis - SoftSAT Sistemas via fpc-pascal:<br>
> I'am on Windows and installed latest lazarus version(2.0.6), but <br>
> TCSVDataset from fcl-db package have some bugs so i ported some fixes, <br>
> now i need rebuild it, but i failed miserably.<br>
> What i tryed<br>
> CD C:\lazarus\fpc\3.0.4\source\packages\fcl-db<br>
> make clean all install INSTALL_PREFIX=C:\lazarus\fpc\3.0.4<br>
> but i get<br>
> C:/lazarus/fpc/3.0.4/bin/i386-win32/ppc386.exe fpmake.pp -n -Fu../../r<br>
> tl -Fu../../packages/paszlib -Fu../../packages/fcl-process <br>
> -Fu../../packages/has<br>
> h -Fu../../packages/libtar -Fu../../packages/fpmkunit<br>
> Fatal: Can't find unit system used by fpmake<br>
> Fatal: Compilation aborted<br>
> make: *** [fpmake.exe] Error 1<br>
<br>
Easiest to rebuild and install a fpc-package is:<br>
<br>
cd packages/fcl-db<br>
fppkg install -o -gl<br>
<br>
You can omit the '-o -gl' part if you do not need debug-info.<br>
<br>
Note that it will automatically rebuild and install all packages that <br>
depend on fcl-db.<br>
<br>
The packages are installed in your user-profile in the fppkg-directory. <br>
You can safely remove those files to get rid of the changes.<br>
<br>
Or you can uninstall the packages: 'fppkg uninstall <packagename>'<br>
<br>
Regards,<br>
<br>
Joost.<br>
<br>
_______________________________________________<br>
fpc-pascal maillist - <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank" rel="noreferrer">fpc-pascal@lists.freepascal.org</a><br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer noreferrer" target="_blank">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br>
</blockquote></div>