[Lazarus] [Possible BUG] Incompatible ppu
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Jan 7 11:01:34 CET 2016
On Wed, 6 Jan 2016 21:51:12 +0100
Tomáš Emresz <tomas.emresz at strankysnadno.cz> wrote:
> Hello,
>
> have an problem with detection of ppu compatibility. I'l describe my
> steps (shorted):
>
> 1) install fpcup
> 2) install fpc fixes_3_0_0
> 3) instal lazarus fixes_1_6
> 4) open package (postgresdac, with lot of changes)
> 5) at now, it was compiled ok
> 6) install this package
> 7) rebuild lazarus
> 8) open simple commandline apps, add one unist from package to uses
> 9) compile
> 10) app_server.lpr(13,3) Fatal: Cannot find PSQLDirectQuery used by
> app_server, incompatible ppu=C:\<shorted>\i386-win32\PSQLDirectQuery.ppu, multiple packages: dclPostgresDACL, PostgresDACL
The unit PSQLDirectQuery is in two packages dclPostgresDACL,
PostgresDACL. The unit should be only in one of those packages.
Separate the two packages.
Or use only one of them.
Mattias
More information about the Lazarus
mailing list