2012/8/30 Zaher Dirkey <[email protected]>: > > On Thu, Aug 30, 2012 at 4:05 PM, Vincent Snijders > <[email protected]> wrote: >> >> Hi, >> >> If I compile fpc trunk for arm-wince, I get the following error: >> Compiling .\fcl-db\src\sqldb\postgres\pqconnection.pp >> pqconnection.pp(1084,16) Error: Identifier not found "pqlib" >> pqconnection.pp(1113) Fatal: There were 1 errors compiling module, >> stopping >> Fatal: Compilation aborted >> >> Is suspect is caused by >> http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=rev&revision=22162 >> and/or 22163. >> >> It is not required to have a pqlib const declared, to be abel to >> compile pqconnection. >> >> I don't know if there is such a lib for arm-wince, but in that case >> compilation of pqconnection must be disabled for arm-wince. >> >> Vincent >> > I think it is related to > http://www.lazarus.freepascal.org/index.php?topic=8948.0 > > I am not using PG, but if there is one use it, i think he can compile the > lib manually. >
Thanks, Zaher. Michael, the libname for wince is libpq.dll Vincent _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
