[lazarus] TreeView component and other questions
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Nov 22 11:06:23 EST 2003
On Fri, 21 Nov 2003 10:33:57 +0100 Raul Moratalla
<raul.moratalla at mammaluna.com> wrote:
> Hi! In an empty project of Lazarus I insert one TreeView Component and
> when I try to delete it I get an exception error.
Fixed
> I'm trying also to install the mysql components and I get a message that
> explains me that lazarus has to be compiled in order to accep dynamic
> linked packages.
Note: The lazarus "package" is statically linked. Only the mysq lib is
dynamically linked.
> When It is finishing the process, shows the next error:
>
> TOutputFilter: "Linking ./lazarus"
> TOutputFilter: "/usr/bin/ld: can't find -lgds"
> TOutputFilter: "lazarus.pp(352) Error: Error while linking"
> TOutputFilter: "Closing script ./ppas.sh"
> TOutputFilter: "make[1]: *** [lazarus] Error 1"
> TExternalToolList.Run make[1]: *** [lazarus] Error 1
>
> Why does this happen? How can I solve it?
> Thanks
You probably need the MySQL-devel package.
Mattias
More information about the Lazarus
mailing list