Page 1 of 1
try to compile with D2009 -> Error E2225
Posted: 04.09.2009, 13:06
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?
Posted: 06.09.2009, 21:38
by seawolf
Have you compiled ZeosDbo.groupproj? Or which .dpk have you compiled?
Posted: 07.09.2009, 07:44
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.
Posted: 22.09.2009, 22:44
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
Posted: 23.09.2009, 07:44
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.
Posted: 23.09.2009, 07:53
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