[patch_done] No compile in Linux 64 bit

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

[patch_done] No compile in Linux 64 bit

Post by ism »

testing rev 1793

Image
Units/formmain.pas(1175,47) Error: identifier idents no member "GetClientCodePageInformations"
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post 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..
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

Strange in rev 1797 same error, maybe not ad module
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post 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..
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post 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
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

ism,

Did install a virtual box with ubuntu. I have no such issues..
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

Maybe problem in Lazaus version

I have 1.0 and fpc 2.6.0

I try install in clean OpenSuse
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

ism,

i use Lazarus 1.0RC2 and FPC2.6..
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post 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
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post 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?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

Lazarus 1.0
Windows 7
http://svn.code.sf.net/p/zeoslib/code-0 ... es/testing rev 1838

Same error
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

ism,

ok got it running now. R1839.
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

All good, project compiled
Lazarus 1.0.8 fpc 2.6.0
Locked