Re: [fpc-devel] FPC trunk broken for arm-wince

2012-08-31 Thread Vincent Snijders
2012/8/30 Vincent Snijders vincent.snijd...@gmail.com:
 2012/8/30 Zaher Dirkey parm...@gmail.com:

 On Thu, Aug 30, 2012 at 4:05 PM, Vincent Snijders
 vincent.snijd...@gmail.com 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=revrevision=22162
 and/or 22163.


Reported in the bug tracker:
http://bugs.freepascal.org/view.php?id=22761

Vincent
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] FPC trunk broken for arm-wince

2012-08-30 Thread Vincent Snijders
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=revrevision=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
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] FPC trunk broken for arm-wince

2012-08-30 Thread Zaher Dirkey
On Thu, Aug 30, 2012 at 4:05 PM, Vincent Snijders 
vincent.snijd...@gmail.com 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=revrevision=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.

Best Regards
Zaher Dirkey
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] FPC trunk broken for arm-wince

2012-08-30 Thread Vincent Snijders
2012/8/30 Zaher Dirkey parm...@gmail.com:

 On Thu, Aug 30, 2012 at 4:05 PM, Vincent Snijders
 vincent.snijd...@gmail.com 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=revrevision=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  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel