try to compile with D2009 -> Error E2225

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
sveni2211
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 10.06.2008, 15:18
Location: Erfurt, Germany
Contact:

try to compile with D2009 -> Error E2225

Post by sveni2211 »

I get the current source of zeoslib via SVN today (arround 4 hours ago).
When I try to compile it with D2009, i get the error

[DCC Fataler Fehler] ZDbcIntfs.pas(62): E2225 'Never-build' Package 'ZParseSql' muss neu compiliert werden

in this moment delphi try to compile ZDbc120. How can i solve this error so i'm able to compile complete zeoslib?
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Have you compiled ZeosDbo.groupproj? Or which .dpk have you compiled?
sveni2211
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 10.06.2008, 15:18
Location: Erfurt, Germany
Contact:

Post by sveni2211 »

I've opened the project group and choose from menu compile -> all. So compiling is started but if it want to compile ZDbc120 the error appears.

Same error come's up if i try to compile all packages manually.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

sveni2211,
Is this the only Zeoslib version you have on your machine? If you're upgrading over (= same dir) an older version it may help to make sure Delphi cleans all old compiled/installed version.
If there are parallel zeoslib source directories on your system you should try to check if no dcu's are found from an other zeoslib version.

Mark
Image
sveni2211
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 10.06.2008, 15:18
Location: Erfurt, Germany
Contact:

Post by sveni2211 »

I have the sources of zeoslib 6.6 final on the machine. But they where installed only on Delphi 7 so Delphi 2009 does'nt know the directory.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Just as a test, please rename the 6.6 source and compiled units for D7 while installing zeoslib 7.X in D2009.
I agree it should not make a difference, but my experience is that Delphi *might* try to be smarter :?: than you and use old units or dcu's just because it can find them somehow. (Registry, system path, whatever...)

Mark
Image
Locked