Page 1 of 1

[patch_done] No compile in Linux 64 bit

Posted: 13.09.2012, 22:36
by ism
testing rev 1793

Image
Units/formmain.pas(1175,47) Error: identifier idents no member "GetClientCodePageInformations"

Posted: 14.09.2012, 08:15
by EgonHugeist
ism,

this i can't believe. This code does exist since month's. Yes we did change a lot but nothing touches these lines. Please make a update again and compile the whole Lazarus IDE again..

Posted: 14.09.2012, 15:12
by ism
Strange in rev 1797 same error, maybe not ad module

Posted: 14.09.2012, 15:16
by EgonHugeist
ism,

oh this means you have some deprecated files on this installation. Please clean this computer/virtualbox from all old deprecated files. The error you see has really absolutly no depedencies to *nix/Window/OSX... This is only a problem with old files..

Posted: 14.09.2012, 16:15
by ism
Strange , i delete ./testing folder and checkout http://svn.code.sf.net/p/zeoslib/code-0 ... es/testing again , same error

if search in ./testing with GetClientCodePageInformations

strange results
/home/client20/bin/zeos_/testing/test/config/Units/formmain.pas
config/Units/formmain.pas (1175,47) CP := Driver.GetPlainDriver(URL, False).GetClientCodePageInformations(SDyn);
/home/client20/bin/zeos_/testing/test/dbc/ZTestDbcMySqlMetadata.pas
dbc/ZTestDbcMySqlMetadata.pas (252,18) if (Connection.GetClientCodePageInformations^.Encoding in [ceUTF8, ceUTF16{$IFND...
/home/client20/bin/zeos_/testing/test/dbc/ZTestDbcPostgreSqlMetadata.pas
dbc/ZTestDbcPostgreSqlMetadata.pas (294,20) if (Connection.GetClientCodePageInformations^.Encoding in [ceUTF8, ceUTF16{$IFND...
/home/client20/bin/zeos_/testing/test/bugreport/ZTestBugCompCore.pas


the string
CP := Driver.GetPlainDriver(URL, False).GetClientCodePageInformations(SDyn);

single

Posted: 16.09.2012, 16:01
by EgonHugeist
ism,

Did install a virtual box with ubuntu. I have no such issues..

Posted: 17.09.2012, 17:31
by ism
Maybe problem in Lazaus version

I have 1.0 and fpc 2.6.0

I try install in clean OpenSuse

Posted: 19.09.2012, 13:53
by EgonHugeist
ism,

i use Lazarus 1.0RC2 and FPC2.6..

Posted: 19.09.2012, 23:10
by ism
Lazarus 1.0 released http://www.lazarus.freepascal.org/
Results
Installed clean OpenSuse 12.2 with default updates in VirtualBox
Lazarus release 1.0 from http://www.lazarus.freepascal.org/
http://svn.code.sf.net/p/zeoslib/code-0 ... es/testing rev 1835

Bug present , not compile

Posted: 20.09.2012, 07:00
by EgonHugeist
ism,

damn, i'm sorry! Now i see you are talking about my ZTestConfig app instead of the components! I'll have a look tonight, ism. I'm sorry again..

But this problem makes me curious. Can you compile with LCL+Windows?

Posted: 20.09.2012, 20:33
by ism
Lazarus 1.0
Windows 7
http://svn.code.sf.net/p/zeoslib/code-0 ... es/testing rev 1838

Same error

Posted: 20.09.2012, 20:34
by EgonHugeist
ism,

ok got it running now. R1839.

Posted: 20.09.2012, 20:51
by ism
All good, project compiled