Page 1 of 1
Zeos components cannot install.
Posted: 25.11.2010, 10:00
by Zoran
Since yesterday (rev. 857), Zeos components from trunk cannot be installed in Lazarus.
The strangest thing is that the compilation of Zeos package goes well, but Lazarus itself fails to compile with Zeos components installed.
See attached image.
I had to switch to previous trunk revision (849) and everything works again.
Posted: 26.11.2010, 23:30
by mdaems
Did you do the 'clean' lazarus build? There might be some conflicts with older lazarus or zeoslib ppu files that have not been recompiled. I'm using Lazarus myself and didn't have this problem.
Mark
Posted: 28.11.2010, 20:03
by Zoran
Works now! Thank you!
mdaems wrote:Did you do the 'clean' lazarus build?
I tried many things before posting here...
I built Lazarus with "make clean all" from command prompt, erased the lazarus configuration folder, then added zeos components as the only third party components and tried to rebuild with "Clean up + Build all"...
Didn't help.
Now I erased the Lazarus folder and made a fresh checkout from Lazarus svn.
And now everything compiles correctly!
So, there might have been some problem with svn client (Tortoise) with update command.
Thank you!
Posted: 05.12.2010, 21:53
by mdaems
So, there might have been some problem with svn client (Tortoise) with update command.
I'd rather bet on an uncomplete lazarus cleanup on compilation. Anyhow : it's solved now.
Mark