Cannot Install in kylix 3

Forum related to version 6.1.5 of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
roumy
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 11.08.2006, 08:59

Cannot Install in kylix 3

Post by roumy »

I'm newby in linux and kylix. I alreadey install zeosdb6.5.1 in delphi 6 and it's OK
But when I try to install in kylix 3 I get an error
I can compile ZCore,ZPlain,ZParsesql and Zdbc
but when I compile ZComponent.dpk I get "file not found ...\src\component\Zsequence.dpu"
What's my problem? anyone can help me???
sorry for my bad english..
User avatar
aperger
Expert Boarder
Expert Boarder
Posts: 129
Joined: 24.08.2005, 08:24
Location: Veszprém
Contact:

Post by aperger »

Hi,
Please take a look:
Link

Attila

PS: and use the latest version form SVN testing branch
Link
roumy
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 11.08.2006, 08:59

Post by roumy »

Hi Attila,

With some modification I can install ZeosDb6.5.1 in kylix3.
As you write
Under Linux the compilation of package make *.dpu files, but the program compilation try to find *.dcu files:
When I compile a project, the "..cannot found .dcu " error come.

I try to rename all .dpu file to .dcu, then I compile my project again and
"..Internal error: L5300" come.

Anyone have suggestion? what should I do to solve the problem??

Romy
User avatar
aperger
Expert Boarder
Expert Boarder
Posts: 129
Joined: 24.08.2005, 08:24
Location: Veszprém
Contact:

Post by aperger »

Hi,

Please use the "SRC" as your library directory, in this way the kylix will compile the *.PAS files again (as correct *.dcu) when you refer them in your projects.
roumy
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 11.08.2006, 08:59

Post by roumy »

Hi Attila,

Thank alot for your information,
Now I can compile my project without error. :D :D

Romy
Post Reply