[Lazarus] Free Windows 8 OEM x64 for Lazarus Core Developer(s)

Reinier Olislagers reinierolislagers at gmail.com
Tue Nov 20 11:20:18 CET 2012


On 20-11-2012 10:18, Reinier Olislagers wrote:
> On 19-11-2012 20:52, Vincent Snijders wrote:
>>
>>
>>
>> 2012/10/31 Juha Manninen <juha.manninen62 at gmail.com
>> <mailto:juha.manninen62 at gmail.com>>
>>
>>     On Wed, Oct 31, 2012 at 10:49 PM, Maxim Ganetsky <ganmax at narod.ru
>>     <mailto:ganmax at narod.ru>> 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.




More information about the Lazarus mailing list