Problem with cross compilation for win32

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
gelinp
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 11.11.2015, 18:49

Problem with cross compilation for win32

Post by gelinp »

Hello,

I'm using zeos components with lazarus 1.4 and Debian Jessie. I would like to cross compile my project using SQLite connexion, to win32 target. But I've got the error message :

Code: Select all

ZDbcAdo.pas(136,21) Fatal: Impossible de trouver l'unité ZDbcAdoMetaData utilisé par ZDbcAdo du paquet zdbc
I tried to use {$DEFINE ZEOS_DISABLE_ADO} into zeos.inc file but I've got an other error :

Code: Select all

Illegal parameter : -WG
I can't understand this parameter and I can't find where is the definition...

I can't find documentation about cross compilation with zeos component. Could you please indicate where I could find it ? Or what to do for the cross compilation.

Thank you for your help.
Post Reply