On 09.03.2012 18:39, Patrick Chevalley wrote:
Hi,
The problem is because GLScene wrongly define GLS_GENERIC_PREFIX
depending on LCL_RELEASE instead of FPC_RELEASE.
I submitted a patch for that a few time ago and it is now available in
the GLScene trunk.
http://glscene.svn.sourceforge.net/viewvc/glscene?view=revision&revision=6008
{$IFDEF GLS_SERVICE_CONTEXT}
TServiceContextTaskList = {$IFDEF GLS_GENERIC_PREFIX} specialize {$ENDIF}
GThreadList< TServiceContextTask> ;
{$ENDIF GLS_SERVICE_CONTEXT}
What FPC mode is GLScene compiled with? The need for "specialize" and
"generic" depends on the mode (mode Delphi does not allow them, while
the other modes need them).
Regards,
Sven
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus