2012/11/20 Reinier Olislagers <[email protected]> > On 20-11-2012 10:18, Reinier Olislagers wrote: > > On 19-11-2012 20:52, Vincent Snijders wrote: > >> > >> > >> > >> 2012/10/31 Juha Manninen <[email protected] > >> <mailto:[email protected]>> > >> > >> On Wed, Oct 31, 2012 at 10:49 PM, Maxim Ganetsky <[email protected] > >> <mailto:[email protected]>> wrote: > >> > It seems that this revision isn't yet in 2.6.x. BTW, won't it > >> break Lazarus > >> > compilation with FPC 2.6.0? > >> > >> I have FPC 2.6.0 and it compiles OK. > >> > >> Somebody reported that (when compiling with fpc 2.6.0), there no > >> postgresql connection anymore for win32. > >> > > That somebody may try the following patch (untested), as it appears the > > current version disables the postgresql connector if the compiler is > > older than 2.6.1. > > > > > I suspect the patch in 39315 may not be completely correct: > > +{$IF FPC_FULLVERSION>= 20600} > +{$DEFINE HASPQCONNECTION} > +{$ENDIF} > + > {$IF FPC_FULLVERSION>= 20601} > -{$DEFINE HASPQCONNECTION} > > ... now we try to enable Win64 PostgreSQL for FPC 2.6 which AFAIR will > not work. > Also, people who still compile Laz with 2.4 will be out of luck but I > can understand that version is not supported anymore. > > > I made an attempt to fix it in r39320.
Vincent
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
